summaryrefslogtreecommitdiff
path: root/templates/Hungarian-pos_invoice.txt
blob: 6a7645f19aceb29bceaaf985f7dd78c99f41506d (plain)
  1. <%company align=center width=40%>
  2. <%address align=center width=40%>
  3. Kassza: <%till align=left width=3%> Telefon#: <%tel%>
  4. Eladó: <%employee%>
  5. Inv No/Date: <%invnumber%> / <%invdate%>
  6. Printed: <%dateprinted%>
  7. Menny Név Összeg
  8. <%foreach number%>
  9. <%qty align=right width=5%> <%description align=left width=24 offset=6%> <%linetotal align=right width=9%>
  10. <%number%> @ <%sellprice%>/<%unit%>
  11. <%end number%>
  12. Tételszám: <%rowcount%>
  13. <%if taxincluded%>
  14. ---------------
  15. Bruttó: <%invtotal align=right width=9%>
  16. <%end taxincluded%>
  17. <%if not taxincluded%>
  18. ------------
  19. Nettó: <%subtotal align=right width=9%>
  20. <%end taxincluded%>
  21. <%foreach tax%>
  22. <%taxdescription align=right width=23%> @ <%taxrate align=right width=2%>%: <%tax align=right width=9%>
  23. <%end tax%>
  24. Bruttó: <%invtotal align=right width=9%>
  25. <%foreach payment%>
  26. <%paymentaccount align=right width=29%>: <%payment align=right width=9%> <%currency%>
  27. <%end payment%>
  28. <%if change%>
  29. Visszajáró: <%change align=right width=9%>
  30. <%end change%>
  31. <%if total%>
  32. Fizetendő: <%total align=right width=9%>
  33. <%end total%>
  34. <%if discount%>
  35. <%discount%> % Engedmény levonva
  36. <%end discount%>
  37. Köszönjük a vásárlást!
  38. <%if taxincluded%>
  39. A végösszeg bruttóban értendő
  40. <%end taxincluded%>