Hi,
I'm new to this community and new to the RMS system.
I am trying to modify the PrintTransactionDetails sub in the receipt.xml to be 2 columns and put the entry.description information onto another row. The person who writes the descriptions likes to be wordy and I need the entire 40 columns in order to hold the text.
I changed the 3 columns into 2 with a format of 71% for the item number or description and 29% for the sales amount. The description and a null field occupy the first row and the item number and amount occupies the second row. I have the transaction details working but some descriptions truncate at the end of the 71% column width. The remaining 29% of the row is blank.
Is there any way to force the POS printer to utilize the entire row to print long descriptions? In HTML, I can force a cell to span 2 columns and I would think it should be possible to do the same in xml.
Many thanks in advance.