ميزان المراجعة

Youtube
{assign var=i value=1} {foreach $balanceArray as $data} {assign var=i value=$i+1} {/foreach}
# الكود الحساب مدين دائن
{$i} {$data->layingOrder} {$data->customName} {if ($data->accountNature == 0 && $data->theValue >0) || ($data->accountNature == 1 && $data->theValue <0)} {if $data->theValue < 0}{assign var=val value=$data->theValue*-1}{else}{assign var=val value=$data->theValue}{/if} {$val} {/if} {if ($data->accountNature == 1 && $data->theValue >0) || ($data->accountNature == 0 && $data->theValue <0)} {if $data->theValue < 0}{assign var=val value=$data->theValue*-1}{else}{assign var=val value=$data->theValue}{/if} {$val} {/if}
الاجــمــالــى {$totalDebtor} {$totalCreditor}