Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<paperWidth>48</paperWidth>
<bold>Bord: $order.table</bold>
$formattedNow
#foreach( $produkt in $produkter )
${produkt.nameForRegisterWithComment}
#end




<cut>


Bong som skriver ut bordsnummer, person och produkter. 

Code Block
<paperWidth>48</paperWidth>
<big>
<bold>Bord: $order.table</bold>
$formattedNow
#if($kvitto.customer.fullName)
Kund: $!{kvitto.customer.fullName}
#end
#foreach( $produkt in $produkter )
${produkt.nameForRegisterWithComment}
#set($bnr = $order.id % 100 + 1) BeställningsNr: $bnr
#end</big>




<cut>