{if {count($storedetailData)} > 0}
{/if}
| الرقم |
اسم المخزن |
اسم المنتج |
الكمية |
{if {$productBuyPrice} eq 1}
سعر الشراء |
{/if}
{if {$productSellAllPrice} eq 1}
سعر الجمله |
{/if}
{if {$productSellHalfPrice} eq 1}
سعر نصف لجمله |
{/if}
{if {$productSellUnitPrice} eq 1}
سعر الوحدة |
{/if}
تاريخ اخر عملية |
{assign var=x value=1}
{foreach $storedetailData as $storedetail}
| {$x} |
{$storedetail->storeName} |
{$storedetail->productName} |
{$storedetail->productquantity} |
{if {$productBuyPrice} eq 1}
{$storedetail->productBuyPrice} |
{/if}
{if {$productSellAllPrice} eq 1}
{$storedetail->productSellAllPrice} |
{/if}
{if {$productSellHalfPrice} eq 1}
{$storedetail->productSellHalfPrice} |
{/if}
{if {$productSellUnitPrice} eq 1}
{$storedetail->productSellUnitPrice} |
{/if}
{$storedetail->storedetaildate} |
{capture assign=x}{$x+1}{/capture}
{/foreach}
{/if}
{if {count($storedetailData)} > 0}
{/if}