toggle change in randp

This commit is contained in:
Sampanna Rimal 2024-08-15 16:14:22 +05:45
parent cb443cd551
commit c9e54804c8

View File

@ -295,9 +295,7 @@ $PL = $IncomesTotal - $ExpensesTotal;
<?php $total1 += $Incomes['amount']; ?> <?php $total1 += $Incomes['amount']; ?>
<tr class="collapse" data-target="#group_<?php echo $index; ?>"> <tr class="collapse" data-target="#group_<?php echo $index; ?>">
<td class="pr-2" width="70%"> <td class="pr-2" width="70%">
<div id="group_<?php echo $index; ?>" class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<?php echo $Incomes['account']; ?> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<?php echo $Incomes['account']; ?>
</div>
</td> </td>
<td class="text-right pr-2" width="15%"><?php echo myCurrency($Incomes['amount']); ?></td> <td class="text-right pr-2" width="15%"><?php echo myCurrency($Incomes['amount']); ?></td>
@ -336,10 +334,8 @@ $PL = $IncomesTotal - $ExpensesTotal;
<?php $total += $Expenses['amount']; ?> <?php $total += $Expenses['amount']; ?>
<tr class="collapse" data-target="#group_<?php echo $counter; ?>"> <tr class="collapse" data-target="#group_<?php echo $counter; ?>">
<td class="" width="70%"> <td class="" width="70%">
<div id="group_<?php echo $counter; ?>" class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<?php echo $Expenses['account']; ?> <?php echo $Expenses['account']; ?>
</div>
</td> </td>
<td class="text-right pr-2" width="15%"><?php echo myCurrency($Expenses['amount']); ?></td> <td class="text-right pr-2" width="15%"><?php echo myCurrency($Expenses['amount']); ?></td>
<td width="15%"></td> <td width="15%"></td>