اجمالى القطع المباعه: {$totalRemainQuantity}
{if $nothavedate eq 1}
اجمالى الربح: {$totalproductproft}
اجمالى المبيعات: {$totaltotalsell}
اجمالى المبيعات بدون خصومات {$total_sell_without_discount}
{/if}
| الرقم |
اسم المنتج |
المبيعات |
مردودات المبيعات |
صافى الكميه المباعه |
مبلغ المبيعات |
صافى الربح |
المبيعات بدون خصومات |
{assign var=i value=1}
{foreach $productData as $product}
{if $totalSellsQuantity{$i} <> 0 || $totalReturnSellsQuantity{$i} <> 0}
| {$i} |
{$productCatName{$i}}
{$product->productName}
|
{$totalSellsQuantity{$i}} |
{$totalReturnSellsQuantity{$i}} |
{$remainQuantity{$i}} |
{$totalsell{$i}} |
{$productproft{$i}} |
{$totalsell_withoutdiscount{$i}} |
{/if}
{capture assign=i}{$i+1}{/capture}
{/foreach}
{/if}
اجمالى القطع المباعه: {$totalRemainQuantity}
{if $nothavedate eq 1}
اجمالى الربح: {$totalproductproft}
اجمالى المبيعات: {$totaltotalsell}
اجمالى المبيعات بدون خصومات {$total_sell_without_discount}
{/if}
{if {count($productData)} > 0}
{/if}