This commit is contained in:
2025-10-16 12:59:30 +00:00
parent 88fb6ff5bc
commit 3c14d7b5b3
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ $conn->close();
<!-- Other menu items -->
<li><a href="/Admin/Trans_New">Transaction</a></li>
<li><a href="/Admin/Report">Report</a></li>
<?php if ($userType === 'admin') { ?>
<?php if ($userType === 'admin' || $userType === 'bm') { ?>
<li><a href="/Admin/agent-targets">Agent Targets</a></li>
<?php } ?>
<li><a href="/Admin/agent_View_report">Commission</a></li>

View File

@@ -189,7 +189,7 @@ function dual_commission_report($dateFrom, $dateTo) {
<th>Accounts</th>
<th>Collection Amount</th>
<th>Collection Rate</th>
<th>Opening Commission</th>
<th>Acc Opening Commission</th>
<th>Collection Commission</th>
<th>Total Commission</th>
</tr>