تقرير الأصناف شراء
{if $message != ""} {$message} / {$mess} {/if}
{if count($productsData) >0}

اجمالى الوحدات {$totalQuantity} وحدة

اجمالى السعر {$totalPrice} {$currency}


{foreach from=$productsData item=data name=loop} {/foreach}
إسم الصنف الكمية بالمخزن سعر الشراء
{$data->productName} {if $hidecat eq 1} /{$data->productCatName} {/if} {$data->sumProductQuantity} {$data->productBuyPrice}

اجمالى الوحدات {$totalQuantity} وحدة

اجمالى السعر {$totalPrice} {$currency}


{/if} {literal} {/literal}