changes
This commit is contained in:
@ -38,6 +38,7 @@ $AccountCategories = $this->myaccounts->getChildAccountCategories();
|
||||
$drTotal += $AccountCategory->dr;
|
||||
$crTotal += $AccountCategory->cr;
|
||||
?>
|
||||
<!-- <?php //print_r($AccountCategory);die; ?> -->
|
||||
<tr>
|
||||
<td>
|
||||
<a href="<?php echo site_url("accounts/reports/balance_by_ledger") . "?group=" . $AccountCategory->accategory_id; ?>">
|
||||
@ -46,8 +47,8 @@ $AccountCategories = $this->myaccounts->getChildAccountCategories();
|
||||
</td>
|
||||
<td width="<?php echo $drWidth; ?>"><?php echo myCurrency($AccountCategory->dr); ?></td>
|
||||
<td width="<?php echo $crWidth; ?>"><?php echo myCurrency($AccountCategory->cr); ?></td>
|
||||
<td class="text-right">Balance</td>
|
||||
<td class="text-center"><a href="#" class="btn btn-info btn-xs"><i class="fas fa-edit"></i> </a></td>
|
||||
<td class="text-right"><?php echo myCurrency($AccountCategory->Balance); ?></td>
|
||||
<td class="text-center"><a href="<?php echo site_url("accounts/reports/balance_by_ledger") . "?group=" . $AccountCategory->accategory_id; ?>" class="btn btn-info btn-xs"><i class="fas fa-eye"></i> </a></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user