تقرير المنتجات بالمخزن اقل من الحد الأدنى Youtube


{if {count($storedetailData)} > 0}
{$message}

{if $searchtype == 0} {assign var=total value=0} {assign var=x value=1} {foreach $storedetailData as $storedetail} {capture assign=x}{$x+1}{/capture} {capture assign=total}{$total+{$storedetail->productquantity}}{/capture} {/foreach}
الرقم اسم المخزن اسم المنتج الكمية
{$x} {$storedetail->storeName} {$storedetail->productName} {if $hidecat eq 1} /{$storedetail->productCatName} {/if} {$storedetail->productquantity}
{else} {assign var=total value=0} {assign var=x value=1} {foreach $storedetailData as $storedetail} {capture assign=x}{$x+1}{/capture} {capture assign=total}{$total+{$storedetail->productquantity}}{/capture} {/foreach}
الرقم اسم المنتج الكمية
{$x} {$storedetail->productName} {$storedetail->productquantity}
{/if}

اجمالى عدد الوحدات {$total}

{/if}

{if {count($storedetailData)} > 0}
{/if}