{if {count($storedetailData)} > 0}
اجمالى عدد المنتجات السالبة{$minusQuantity}
اجمالى عدد المنتجات الموجبة{$plusQuantity}
اجمالى صافي عدد المنتجات {$productquantity}
{if $showstoredetailprice != 1}
اجمالى سعر المنتجات السالبة{$minusPrice} {$currency}
اجمالى سعر المنتجات الموجبة {$plusPrice} {$currency}
اجمالى صافي سعر المنتجات {$sumValue} {$currency}
{/if}
{/if}
فتح / إغلاق الكل
|
|
الرقم |
اسم المخزن |
اسم التصنيف |
اسم المنتج |
الباركود |
الكمية |
{if {$Programsettingdata->scunitname} <> '0'}
{$Programsettingdata->scunitname} |
{/if}
{if $showstoredetailprice != 1}
سعر الوحدة |
الإجمالي |
{/if}
تاريخ اخر عملية |
{foreach $storedetailData as $storedetail}
{if $storedetail.productquantity neq '0'}
|
|
{$storedetail.itra}
{if $storedetail.productDataSAC != "[]"}
{/if}
{if $storedetail.productDataSOC != ""}
{/if}
{if $storedetail.productDataING != ""}
{/if}
|
{$storedetail.storeName} |
{$storedetail.productCatName} |
{$storedetail.productName} |
{$storedetail.parcode} |
{$storedetail.productquantity} |
{if {$Programsettingdata->scunitname} <> '0'}
{$storedetail.unittype} |
{/if}
{if $showstoredetailprice != 1}
{$storedetail.productBuyPrice} |
{$storedetail.productquantity * $storedetail.productBuyPrice} |
{/if}
{$storedetail.storedetaildate} |
{/if}
{/foreach}
اجمالى عدد المنتجات {$productquantity}
{if $showstoredetailprice != 1}
اجمالى سعر المنتجات {$sumValue} {$currency}
{/if}
{if {count($storedetailData)} > 0}
{/if}