mirror of https://github.com/itflow-org/itflow
Hyperlink the report_time_by_tech report. Need to add a monthly version.
This commit is contained in:
parent
400ba5bb20
commit
37c20e4e0d
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -171,6 +171,8 @@ $sql_users = mysqli_query($mysqli, "
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- TODO: Monthly version of this report -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue