Auftrag-Nr.: {$item.OID}
{if $item.PAYMENTS != ''}
{foreach name=blahpay item=payment from=$item.PAYMENTS}
Zahlung / Buchungstag: {$payment.buchungstag} Betrag: {$payment.betrag|string_format:"%.2f"} EUR |
{/foreach}
{/if}
{if $item.COMMENTS != ''}
Kommentar: {$item.COMMENTS}
{/if}
Summen:
{foreach name=blahtot item=total from=$item.TOTAL}
| {$total.title} |
{$total.text} |
{/foreach}
|
{$item.PACKAGES|truncate:"3":""} {$item.VERSENDER} |
{if $item.COMPANY != ''}{$item.COMPANY} {/if}{$item.NAME} {$item.STREET} {if $item.SUBURB}{$item.SUBURB} {/if}{$item.CITY} {$item.COUNTRY}
{foreach name=tada item=product from=$item.products}
 |
{$product.QTY} |
x |
{if $product.MODEL} Art-Nr.: {$product.MODEL} PID: {$product.PRODUCTS_ID} {else} PID: {$product.PRODUCTS_ID} {/if} {if $product.DISTRIBUTOR_NUMBER != ''} L-Nr.: {$product.DISTRIBUTOR_NUMBER} {/if}
|
{$product.NAME}
{if $product.STORAGES}
{foreach from=$product.STORAGES item=storage}
|
{if $storage.quantity < '1'} {else}Lager: {$storage.name} |
Lagerort: {$storage.storage_place} |
Lager-Nr: {$storage.nummer} |
Bestand: {$storage.quantity}{/if}
|
{/foreach}
{/if}
{if $product.COLLINUM > 0}
| |
|
Dieses Produkt enthält die folgenden Collis: |
{foreach name=fas item=colli from=$product.collis}
| {$colli.QTY_PURCHASED} x |
[{$colli.NAME}] - [PID: {$colli.ID}] {if $colli.MODEL} - [Art-Nr.: {$colli.MODEL}]{/if} {if $colli.DISTRIBUTOR_NUMBER != ''} - [L-Nr.: {$colli.DISTRIBUTOR_NUMBER}]{/if}
{if $colli.STORAGES}
{foreach from=$colli.STORAGES item=storage}
| Lager: {$storage.name} | Lagerort: {$storage.storage_place} | Lager-Nr.: {$storage.nummer} |
{/foreach}
{/if}
|
{/foreach}
{/if}
|
{$product.FINAL_PRICE} |
{/foreach}
|