Store Operations POS generates and prints regular sales receipts just fine. The X and Z reports generate okay, but when request to print them, we get a Run-time Error: '11' Division by Zero....
The printers are Epson TM-T20 with the newest OPOS drivers. OS is Windows 10 Pro. RMS version 2.0.2022. SQL Server Express 2014 R2.
*This post is locked for comments
Hello Tom,
Thank you for your question.
This is an issue we have seen when running version 2.70e of the Epson OPOS drivers.
If you use version 2.68e, which you can download from Epson, this issue is not present.
Thank you,
Scott Wardzinski
Microsoft Dynamics RMS & POS Support Engineer
Simply change this:
<!--
===========================
Logo
===========================
-->
<PICTURE>
<FILENAME> LogoFilename </FILENAME>
<WIDTH> PageWidth </WIDTH>
<LEFT> MarginLeft </LEFT>
<HEIGHT> 0 </HEIGHT>
</PICTURE>
<!--
To this:
<!--
===========================
Logo
===========================
-->
<!--
<PICTURE>
<FILENAME> LogoFilename </FILENAME>
<WIDTH> PageWidth </WIDTH>
<LEFT> MarginLeft </LEFT>
<HEIGHT> 0 </HEIGHT>
</PICTURE> -->
<!--
Excellent. However, the xreport.xml file needs to be modified in notepad very carefully.
Is there a logo on the x z report? If so, remove it from showing fixes this i believe
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... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156