EcmProducts

{$MOD.LBL_LISTNEWSALES_NAME}


{$MOD.LBL_LISTNEWSALES_DATE_START}: Enter Date {$MOD.LBL_LISTNEWSALES_DATE_END}: Enter Date {$MOD.LBL_LISTNEWSALES_ACCOUNT_NAME}: {$MOD.LBL_LISTNEWSALES_DOCUMENT_CREATE_DATE_START}: Enter Date {$MOD.LBL_LISTNEWSALES_DATE_END}: Enter Date {$MOD.LBL_LISTNEWSALES_NOT_ASSIGNED}:
{$MOD.LBL_LISTNEWSALES_ORDER_NO}: {$MOD.LBL_LISTNEWSALES_ORDER_TYPE}:
{if $LINK!=''}
{$LINK}{/if} {foreach from=$POSITION_LIST key="key" item="item" name="components"} {if $item.id!=''} {/if} {/foreach}
{$MOD.LBL_LISTNEWSALES_POS} {$MOD.LBL_LISTNEWSALES_NUMBER} {$MOD.LBL_LISTNEWSALES_DESCRIPTION} {$MOD.LBL_LISTNEWSALES_PARENT_NAME} {$MOD.LBL_LISTNEWSALES_DELIVERY_DATE} {$MOD.LBL_LISTNEWSALES_QUANTITY} {$MOD.LBL_LISTNEWSALES_TOTAL_NETTO} {$MOD.LBL_LISTNEWSALES_TOTAL_VAT} {$MOD.LBL_LISTNEWSALES_TOTAL_BRUTTO} {$MOD.LBL_LISTNEWSALES_TOTAL_INVOICE} {$MOD.LBL_LISTNEWSALES_PERCENT} {$MOD.LBL_LISTNEWSALES_PRINTED}  
{$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} {if $item.fv_switch=='yes'}'{/if} {if $item.fv_switch=='no'}{/if} {if $item.wz_switch=='disabled'} {/if} {if $item.wz_switch=='enabled'}{/if}
{$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"}%