summaryrefslogtreecommitdiff
path: root/templates/jones/pos_invoice.txt
diff options
context:
space:
mode:
Diffstat (limited to 'templates/jones/pos_invoice.txt')
-rw-r--r--templates/jones/pos_invoice.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/templates/jones/pos_invoice.txt b/templates/jones/pos_invoice.txt
new file mode 100644
index 00000000..2743475e
--- /dev/null
+++ b/templates/jones/pos_invoice.txt
@@ -0,0 +1,50 @@
+<?lsmb company align=center width=40 ?>
+<?lsmb address align=center width=40 ?>
+
+Till: <?lsmb till align=left width=3 ?> Phone#: <?lsmb tel ?>
+Cashier: <?lsmb employee ?>
+Inv No/Date: <?lsmb invnumber ?> / <?lsmb invdate ?>
+Printed: <?lsmb dateprinted ?>
+
+ Qty Description Amount
+<?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 ?>
+
+Number of items: <?lsmb rowcount ?>
+<?lsmb if taxincluded ?>
+ ---------------
+ Amount Due: <?lsmb invtotal align=right width=9 ?>
+<?lsmb end taxincluded ?>
+<?lsmb if not taxincluded ?>
+ ------------
+ Subtotal: <?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 ?>
+ Amount Due: <?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 ?>
+ Change: <?lsmb change align=right width=9 ?>
+<?lsmb end change ?>
+<?lsmb if total ?>
+ Balance Due: <?lsmb total align=right width=9 ?>
+<?lsmb end total ?>
+<?lsmb if discount ?>
+
+<?lsmb discount ?> % Discount applied
+<?lsmb end discount ?>
+
+ Thank you for your valued business!
+
+<?lsmb if taxincluded ?>
+Taxes are included in price.
+<?lsmb end taxincluded ?>
+
+
+
+