EcmProducts

Specyfikacja do zamówień: {$orderNo}

EcmProducts

Zamówienie sprzedaży: Lista komponentów

{foreach from=$components_list key="key" item="item" name="components"} {if $item.quantity>$item.stock} {else} {/if} {/foreach}
{$MOD.LBL_LISTNEWSALES_PRODUCTCODE} {$MOD.LBL_LISTNEWSALES_PRODUCTNAME} {$MOD.LBL_LISTNEWSALES_CATEGORY} {$MOD.LBL_LISTNEWSALES_GROUP_KS} J.M. {$MOD.LBL_LISTNEWSALES_QUANTITY} {$MOD.LBL_LISTNEWSALES_STOCK}
{$item.code} {$item.name} {$item.product_category_name} {$item.group_ks_name} {$item.unit_name}{$item.quantity|number_format:2:".":""} {$item.stock|number_format:2:".":""}{$item.quantity|number_format:2:".":""} {$item.stock|number_format:2:".":""}
{$MOD.LBL_LISTNEWSALES_SUMMARY} {$total_components|number_format:2:".":""} {$total_in_stock|number_format:2:".":""}
EcmProducts

Zamówienie sprzedaży: Lista produktów bez komponentów

{foreach from=$products key="key" item="item" name="components"} {if $item.quantity>$item.stock} {else} {/if} {/foreach}
{$MOD.LBL_LISTNEWSALES_PRODUCTCODE} {$MOD.LBL_LISTNEWSALES_PRODUCTNAME} {$MOD.LBL_LISTNEWSALES_CATEGORY} {$MOD.LBL_LISTNEWSALES_GROUP_KS} J.M. {$MOD.LBL_LISTNEWSALES_QUANTITY} {$MOD.LBL_LISTNEWSALES_STOCK}
{$item.code} {$item.name} {$item.product_category_name} {$item.group_ks_name} {$item.unit_name}{$item.quantity|number_format:2:".":""} {$item.stock|number_format:2:".":""}{$item.quantity|number_format:2:".":""} {$item.stock|number_format:2:".":""}
{$MOD.LBL_LISTNEWSALES_SUMMARY} {$total|number_format:2:".":""} {$total_in_stock2|number_format:2:".":""}
EcmProducts

Zamówienie sprzedaży: Lista potrzebnych kartonów i palet

{foreach from=$packing key="key" item="item" name="components"} {/foreach}
Karton {$MOD.LBL_LISTNEWSALES_GROUP_KS} Ilość kartonów Ilość palet
{$item.name} {$item.group_ks_name} {$item.box|ceil} {$item.palet|ceil}
{$total_box|number_format:2:".":""} {$total_palet|number_format:2:".":""}