Small bug in receipts
Posted: Tue Jun 29, 2004 6:52 pm
When printing on continuous paper, regardless of 40/80 column, POS does not print a dividing line (ie. '----------------') between the items and payment info as it does when set to print on individual pages.
I know it's not that big of a bug, but I'm trying to write something to process the journals/receipts, and it relys on that line being there.
Thanks!
Code: Select all
---------------------------------------
TRAN ASSOCIATE TIME
0298 1 Terrence Test 09:43
---------------------------------------
---------------------------------------
STOCK NUMBER DESCRIPTION PRICE
1 %STOCK ITEM 1
T1 1 at 1.23 ea. 1.23
2 STOCK ITEM 2
T0 1 at 4.56 ea. 4.56
1 %STOCK ITEM 1
T1 1 at 1.23 ea. 1.23
2 STOCK ITEM 2
T0 1 at 4.56 ea. 4.56
1 %STOCK ITEM 1
T1 1 at 1.23 ea. 1.23 <-- Should there be a line
ROUNDED -.01 SUB TOTAL 12.46 <-- between these two?
TAX1 at 10.000% 0.34
GST 0.34
TOTAL 12.80
---------------------------------------
CASH TENDERED 15.00
CHANGE DUE 2.20
06-30-2004
Thanks!