summaryrefslogtreecommitdiff
path: root/templates/Danish-pos_invoice.txt
blob: db8633f7168f4d249f8cbd0b92c18f111662af3a (plain)
  1. <?lsmb company align=center width="40" ?>
  2. <?lsmb address align=center width="40" ?>
  3. Till: <?lsmb till align=left width="3" ?> Phone#: <?lsmb tel ?>
  4. Cashier: <?lsmb employee ?>
  5. Inv No/Date: <?lsmb invnumber ?> / <?lsmb invdate ?>
  6. Printed: <?lsmb dateprinted ?>
  7. Qty Description Amount
  8. <?lsmb foreach number ?>
  9. <?lsmb qty align=right width="5" ?> <?lsmb description align=left width=24 offset=6 ?> <?lsmb linetotal align=right width="9" ?>
  10. <?lsmb number ?> @ <?lsmb sellprice ?>/<?lsmb unit ?>
  11. <?lsmb end number ?>
  12. Number of items: <?lsmb rowcount ?>
  13. <?lsmb if taxincluded ?>
  14. ---------------
  15. Amount Due: <?lsmb invtotal align=right width="9" ?>
  16. <?lsmb end taxincluded ?>
  17. <?lsmb if not taxincluded ?>
  18. ------------
  19. Subtotal: <?lsmb subtotal align=right width="9" ?>
  20. <?lsmb end taxincluded ?>
  21. <?lsmb foreach tax ?>
  22. <?lsmb taxdescription align=right width="23" ?> @ <?lsmb taxrate align=right width="2" ?>%: <?lsmb tax align=right width="9" ?>
  23. <?lsmb end tax ?>
  24. Amount Due: <?lsmb invtotal align=right width="9" ?>
  25. <?lsmb foreach payment ?>
  26. <?lsmb paymentaccount align=right width="29" ?>: <?lsmb payment align=right width="9" ?> <?lsmb currency ?>
  27. <?lsmb end payment ?>
  28. <?lsmb if change ?>
  29. Change: <?lsmb change align=right width="9" ?>
  30. <?lsmb end change ?>
  31. <?lsmb if total ?>
  32. Balance Due: <?lsmb total align=right width="9" ?>
  33. <?lsmb end total ?>
  34. <?lsmb if discount ?>
  35. <?lsmb discount ?> % Discount applied
  36. <?lsmb end discount ?>
  37. Thank you for your valued business!
  38. <?lsmb if taxincluded ?>
  39. Taxes are included in price.
  40. <?lsmb end taxincluded ?>