اضافة فى قيد يومية

Youtube
{if $user_data->branchId == 0}
{else} {/if}

# اسم الحساب مدين دائن ملاحظة مركز التكلفة حذف
الاجمالى 0 0


قيد يومية


{if $allDailyEnteryCount>0}


{assign var=i value=1} {assign var=debtorTotal value=0} {assign var=creditorTotal value=0} {foreach $allDailyEntery as $dailyEntery} {if $dailyEntery->id !=""} {if $dailyEntery->reverseofid != 0 && $dailyEntery->reverseofid != -10 && $dailyEntery->reverseofid != -9} {else} {/if} {assign var=i value=$i+1} {else} {if $dailyEntery->reverseofid > 0} {else} {/if} {/if} {if $dailyEntery->type eq 0} {assign var=debtorTotal value=$debtorTotal+ $dailyEntery->value} {else} {assign var=creditorTotal value=$creditorTotal+ $dailyEntery->value} {/if} {if $dailyEntery->id !=""} {if $dailyEntery->reverseofid != 0 || $dailyEntery->reverseofid == -10|| $dailyEntery->reverseofid == -9} {else} {/if} {else} {/if} {/foreach}
# رقم القيد الفرع مدين دائن الحساب التاريخ البيان بيان القيد عكس القيد
{$i}{$dailyEntery->id}
{$dailyEntery->branchName}{$dailyEntery->value} من حــ/ {$dailyEntery->accountstreeName} {$dailyEntery->dDateTime} {$dailyEntery->dComment} {$dailyEntery->value}                 الى حــ/ {$dailyEntery->accountstreeName} {$dailyEntery->dDateTime} {$dailyEntery->dComment}{$dailyEntery->entryComment} {if $dailyEntery->operationDetailLink != ""}
تفاصيل {/if}
{else}
عفوا لا توجد نتائج
{/if}