s1
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user