Hi everyone,
I have a small problem on my receipt,
When it prints , the year 2014 does not show fully.
it shows e.g 06/21/201 instead of 06/21/2014
Which line or margin do i modify on XML file?
Thanks
*This post is locked for comments
Hi Christopher.
I think what's wrong (if you have changed the paper width width from 2 to 3.1) is that the column <WIDTH> tags in your code, still have to sum 1, not 2,52 in your case. "Multiplication" in the <WIDTH> tag is like a percentige of one whole paper width, so try to change the 1.52, .48 and 0.52 values into 3 times 0.33 for example and see if there is a difference...
Regards, A.
Mabuhay Sir Ed,
Hi! I adjust this one
<COLUMNHEADER>
<ALIGNMENT> "<~" </ALIGNMENT>
<WIDTH> PageWidth * .52 </WIDTH>
<TEXT> "Item" </TEXT>
</COLUMNHEADER>
<COLUMNHEADER>
<ALIGNMENT> ">~" </ALIGNMENT>
<WIDTH> PageWidth * .48 </WIDTH>
<TEXT> "Price" </TEXT>
</COLUMNHEADER>
<COLUMNHEADER>
<ALIGNMENT> "<~" </ALIGNMENT>
<WIDTH> PageWidth * 0.00 </WIDTH>
<TEXT> "" </TEXT>
and paper size from 2 to 3.1 but ive noticed was it will show the same format as it was before. Any idea which one i overlook?
<COLUMNHEADER>
<ALIGNMENT> "<~" </ALIGNMENT>
<WIDTH> PageWidth * 1.52 </WIDTH>
<TEXT> "Item" </TEXT>
</COLUMNHEADER>
<COLUMNHEADER>
<ALIGNMENT> ">~" </ALIGNMENT>
<WIDTH> PageWidth * .48 </WIDTH>
<TEXT> "Price" </TEXT>
</COLUMNHEADER>
<COLUMNHEADER>
<ALIGNMENT> "<~" </ALIGNMENT>
<WIDTH> PageWidth * 0.52 </WIDTH>
<TEXT> "" </TEXT>
you could possibly widen the column or make the small font size, smaller.
Need you to answer a couple of questions though:
Is this only with receipts, or does if also happen with credit card slips, work orders, layaways, i.e. the other receipt format types?
Does it only happen at the top of the receipt?
Do you have any addons installed for RMS, like a loyalty program?
Also does your small format section look exactly like this -> if not what is different?
<FONT name="Small">
<NAME> "Arial" </NAME>
<SIZE> 7 </SIZE>
<BOLD> False </BOLD>
<UNDERLINE> False </UNDERLINE>
<ITALIC> False </ITALIC>
<COLOR> vbBlack </COLOR>
<CPL> 44 </CPL>
</FONT>
Anyone?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,902 Super User 2024 Season 2
Martin Dráb 229,297 Most Valuable Professional
nmaenpaa 101,156