{if {count($storedetailData)} > 0}
{$smarty.const.STORE_TOTAL_NUMBER_NEGATIVE_PRODUCTS}{$minusQuantity}
{$smarty.const.STORE_TOTAL_NUMBER_POSITIVE_PRODUCTS}{$plusQuantity}
{$smarty.const.STORE_TOTAL_NET_NUMBER_PRODUCTS} {$productquantity}
{if $showstoredetailprice != 1}
{$smarty.const.STORE_TOTAL_NEGATIVE_PRODUCTS_PRICE}{$minusPrice} {$currency}
{$smarty.const.STORE_TOTAL_PRICE_POSITIVE_PRODUCTS} {$plusPrice} {$currency}
{$smarty.const.STORE_TOTAL_NET_PRICE_PRODUCTS} {$sumValue} {$currency}
{/if}
{/if}
{$smarty.const.STORE_OPEN_CLOSEALL}
|
|
{$smarty.const.STORE_NUMBER} |
{$smarty.const.STORE_STORE_NAME} |
{$smarty.const.STORE_CATEGORY_NAME} |
{$smarty.const.STORE_PRODUCT_NAME} |
{$smarty.const.STORE_BARCODE} |
{$smarty.const.STORE_QUANTITY} |
{if {$Programsettingdata->scunitname} <> '0'}
{$Programsettingdata->scunitname} |
{/if}
{if $showstoredetailprice != 1}
{$smarty.const.STORE_UNIT_PRICE} |
نسبة الخصم |
{$smarty.const.STORE_TOTAL} |
الاجمالى شامل ق.م |
سعر البيع |
إجمالي البيع |
{/if}
{$smarty.const.STORE_DATE_LAST_OPERATION} |
{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.buydiscountpercent} |
{$storedetail.productquantity * $storedetail.productBuyPriceWithbuydiscountPrice} |
{$storedetail.productquantity * $storedetail.taxPriceWithbuydiscountPrice} |
{$storedetail.productSellUnitPrice} |
{$storedetail.productSellUnitPrice * $storedetail.productquantity} |
{/if}
{$storedetail.storedetaildate} |
{/if}
{/foreach}
{$smarty.const.STORE_TOTAL_NUMBER_PRODUCTS} {$productquantity}
{if $showstoredetailprice != 1}
{$smarty.const.STORE_TOTAL_PRICE_PRODUCTS} {$sumValue} {$currency}
{/if}
{if {count($storedetailData)} > 0}
{/if}