admin/shippings_raw_pdf.html

Paketliste {$VERSENDER} vom {$DATE}

Lieferadresse Menge / kg
Versender
Auftrag / Rechnung
{foreach name=blah item=item from=$shippings}
Auftrag-Nr.: {$item.OID}
{$item.NAME}
{$item.STREET}
{if $item.SUBURB}{$item.SUBURB}
{/if}{$item.CITY}
{$item.COUNTRY}
{$item.PACKAGES}
/ {$item.REAL_WEIGHT} kg
{$item.VERSENDER}
{if $item.SHIPPING_COMMENTS != ''} "Kommentar: {$item.SHIPPING_COMMENTS}" {/if}
{foreach name=tada item=product from=$item.products}
{$product.QTY} ({$product.PHYSICAL_QTY}) x {if $product.MODEL} Art-Nr.:
{$product.MODEL}

PID: {$product.PRODUCTS_ID} {else} PID: {$product.PRODUCTS_ID} {/if} {if $product.DISTRIBUTOR_NUMBER}
Lieferanten-Nr.: {$product.DISTRIBUTOR_NUMBER}{/if} {if $product.DISTRIBUTOR_NUMBER_COMMENTS}
LieferantenInfo: {$product.DISTRIBUTOR_NUMBER_COMMENTS}{/if}
{$product.NAME}
{if $product.STORAGES} {foreach from=$product.STORAGES item=storage} Lager: {$storage.name} | Lagerort: {$storage.storage_place} | Lager-Nr.: {$storage.nummer}
{/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 != ''} - [Lief-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} {/foreach}