|
{$item.position} |
{$item.document_no}
|
|
{$item.parent_name}
|
{$item.delivery_date} |
|
{$item.send_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:".":","}
|
|
{$CURRENCIES[$item.currency]} |
|
{if $item.type!='gratis'}
{if $item.fv_switch=='yes'} '{/if}
{if $item.fv_switch=='no'} {/if}
{if $item.wz_switch=='disabled'} {/if}
{if $item.wz_switch=='enabled'} {/if}
{else}
{if $item.rw_switch=='disabled'} {/if}
{if $item.rw_switch=='enabled'} {/if}
{/if}
|
{/if}
{/foreach}