summaryrefslogtreecommitdiff
path: root/templates/krings/pos_invoice.txt
blob: fecd15578155412c9af2b659bc1c6593bd8cb319 (plain)
  1. <%company align=center width=40%>
  2. <%address align=center width=40%>
  3. Till: <%till align=left width=3%> Phone#: <%tel%>
  4. Cashier: <%employee%>
  5. Inv No/Date: <%invnumber%> / <%invdate%>
  6. Printed: <%dateprinted%>
  7. Qty Description Amount
  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. Number of items: <%rowcount%>
  13. <%if taxincluded%>
  14. ---------------
  15. Amount Due: <%invtotal align=right width=9%>
  16. <%end taxincluded%>
  17. <%if not taxincluded%>
  18. ------------
  19. Subtotal: <%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. Amount Due: <%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. Change: <%change align=right width=9%>
  30. <%end change%>
  31. <%if total%>
  32. Balance Due: <%total align=right width=9%>
  33. <%end total%>
  34. <%if discount%>
  35. <%discount%> % Discount applied
  36. <%end discount%>
  37. Thank you for your valued business!
  38. <%if taxincluded%>
  39. Taxes are included in price.
  40. <%end taxincluded%>