Hyperlink the report_time_by_tech report. Need to add a monthly version.

This commit is contained in:
wrongecho 2025-03-19 14:07:07 +00:00
parent 400ba5bb20
commit 37c20e4e0d
2 changed files with 9 additions and 0 deletions

View File

@ -96,6 +96,13 @@
<p>Tickets by Client</p>
</a>
</li>
<li class="nav-item">
<a href="report_time_by_tech.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_time_by_tech.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-life-ring"></i>
<p>Time by Technician</p>
</a>
</li>
<?php } ?>
<?php if (lookupUserPermission("module_credential") >= 1) { ?>
<li class="nav-item">

View File

@ -171,6 +171,8 @@ $sql_users = mysqli_query($mysqli, "
</div>
</div>
<!-- TODO: Monthly version of this report -->
</div>
</div>