diff options
Diffstat (limited to 'templates/Hungarian-pos_invoice.txt')
-rwxr-xr-x | templates/Hungarian-pos_invoice.txt | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/templates/Hungarian-pos_invoice.txt b/templates/Hungarian-pos_invoice.txt index 6a7645f1..2dc2609a 100755 --- a/templates/Hungarian-pos_invoice.txt +++ b/templates/Hungarian-pos_invoice.txt @@ -1,48 +1,48 @@ -<%company align=center width=40%> -<%address align=center width=40%> +<?lsmb company align=center width=40 ?> +<?lsmb address align=center width=40 ?> - Kassza: <%till align=left width=3%> Telefon#: <%tel%> - Eladó: <%employee%> -Inv No/Date: <%invnumber%> / <%invdate%> -Printed: <%dateprinted%> + Kassza: <?lsmb till align=left width=3 ?> Telefon#: <?lsmb tel ?> + Eladó: <?lsmb employee ?> +Inv No/Date: <?lsmb invnumber ?> / <?lsmb invdate ?> +Printed: <?lsmb dateprinted ?> Menny Név Összeg -<%foreach number%> -<%qty align=right width=5%> <%description align=left width=24 offset=6%> <%linetotal align=right width=9%> - <%number%> @ <%sellprice%>/<%unit%> -<%end number%> +<?lsmb foreach number ?> +<?lsmb qty align=right width=5 ?> <?lsmb description align=left width=24 offset=6 ?> <?lsmb linetotal align=right width=9 ?> + <?lsmb number ?> @ <?lsmb sellprice ?>/<?lsmb unit ?> +<?lsmb end number ?> - Tételszám: <%rowcount%> -<%if taxincluded%> + Tételszám: <?lsmb rowcount ?> +<?lsmb if taxincluded ?> --------------- - Bruttó: <%invtotal align=right width=9%> -<%end taxincluded%> -<%if not taxincluded%> + Bruttó: <?lsmb invtotal align=right width=9 ?> +<?lsmb end taxincluded ?> +<?lsmb if not taxincluded ?> ------------ - Nettó: <%subtotal align=right width=9%> -<%end taxincluded%> -<%foreach tax%> -<%taxdescription align=right width=23%> @ <%taxrate align=right width=2%>%: <%tax align=right width=9%> -<%end tax%> - Bruttó: <%invtotal align=right width=9%> -<%foreach payment%> -<%paymentaccount align=right width=29%>: <%payment align=right width=9%> <%currency%> -<%end payment%> -<%if change%> - Visszajáró: <%change align=right width=9%> -<%end change%> -<%if total%> - Fizetendő: <%total align=right width=9%> -<%end total%> -<%if discount%> - -<%discount%> % Engedmény levonva -<%end discount%> + Nettó: <?lsmb subtotal align=right width=9 ?> +<?lsmb end taxincluded ?> +<?lsmb foreach tax ?> +<?lsmb taxdescription align=right width=23 ?> @ <?lsmb taxrate align=right width=2 ?>%: <?lsmb tax align=right width=9 ?> +<?lsmb end tax ?> + Bruttó: <?lsmb invtotal align=right width=9 ?> +<?lsmb foreach payment ?> +<?lsmb paymentaccount align=right width=29 ?>: <?lsmb payment align=right width=9 ?> <?lsmb currency ?> +<?lsmb end payment ?> +<?lsmb if change ?> + Visszajáró: <?lsmb change align=right width=9 ?> +<?lsmb end change ?> +<?lsmb if total ?> + Fizetendő: <?lsmb total align=right width=9 ?> +<?lsmb end total ?> +<?lsmb if discount ?> + +<?lsmb discount ?> % Engedmény levonva +<?lsmb end discount ?> Köszönjük a vásárlást! -<%if taxincluded%> +<?lsmb if taxincluded ?> A végösszeg bruttóban értendő -<%end taxincluded%> +<?lsmb end taxincluded ?> |