{foreach from=$POSITION_LIST key="key" item="item" name="components"}
{if $item.id!=''}
|
{$item.position} |
{$item.document_no} |
|
{$item.parent_name} |
{$item.delivery_date} |
{$item.quantity} |
{$item.total_netto|number_format:2:".":","} |
{$item.total_vat|number_format:2:".":","} |
{$item.total_brutto|number_format:2:".":","} |
{$item.total_invoice|number_format:2:".":","} |
{$item.percent}
| Index |
Order | WZ |
ETA |
{foreach from=$item.products key="ki" item="va" name="products"}
{if $va.code!=''}
| {$va.code} |
{if $va.order>$va.wz}
{$va.order|number_format:2:".":","} |
{$va.wz|number_format:2:".":","} |
{else}
{$va.order|number_format:2:".":","} |
{$va.wz|number_format:2:".":","} |
{/if}
|
{/if}
{/foreach}
| Total |
{$item.products.order_total|number_format:2:".":","} | {$item.products.wz_total|number_format:2:".":","} | | |
{$item.products.minus|number_format:2:".":","} |
| | {$item.products.plus|number_format:2:".":","} |
|
|
{if $item.fv_switch=='yes'} '{/if}
{if $item.fv_switch=='no'} {/if}
{if $item.wz_switch=='disabled'} {/if}
{if $item.wz_switch=='enabled'} {/if}
|
{/if}
{/foreach}
|
|
|
|
|
{$MOD.LBL_LISTNEWSALES_SUMMARY}: |
{$POSITION_LIST.total_quantity} |
{$POSITION_LIST.total_netto|number_format:2:".":","} |
{$POSITION_LIST.total_vat|number_format:2:".":","} |
{$POSITION_LIST.total_brutto|number_format:2:".":","} |
{$POSITION_LIST.total_invoice|number_format:2:".":","} |
{$POSITION_LIST.total_percent|string_format:"%.2f"}%
| Index |
Order |
WZ |
ETA |
{foreach from=$POSITION_LIST.total_product key="ki" item="va" name="products"}
{if $va.code!=''}
| {$va.code} |
{if $va.order>$va.wz}
{$va.order|number_format:2:".":","} |
{$va.wz|number_format:2:".":","} |
{else}
{$va.order|number_format:2:".":","} |
{$va.wz|number_format:2:".":","} |
{/if}
|
{/if}
{/foreach}
| Total |
{$POSITION_LIST.total_product.order_total|number_format:2:".":","} | {$POSITION_LIST.total_product.wz_total|number_format:2:".":","} | | |
{$POSITION_LIST.total_product.minus|number_format:2:".":","} |
| | {$POSITION_LIST.total_product.plus|number_format:2:".":","} |
|