On the quotes we want just the total on the very bottom, we don't want a price breakdown showing the prices or extended (store comparisons)
How can we make the change? Or were can customize the template?
On the quotes we want just the total on the very bottom, we don't want a price breakdown showing the prices or extended (store comparisons)
How can we make the change? Or were can customize the template?
You can edit RMS receipt templates using Notepad.
They are located in Program Files, Microsoft Retail Management System, Store Operations, Receipt Templates folder.
receipt.xml is the 40 column receipt printer version.
fullpage.xml is the full size report printer version.
Make sure to copy the file to another name before editing the copied file. For example, name the new file receipt-test or fullpage-test. The extension must remain xml.
The content may appear daunting at first but anyone with some HTML and basic programming skills can likely figure it out through trial and error.
You should first edit Description so it is easily identified as a custom template.
You can test your edited template under Manager, Database, Registers, Receipt Formats, New, name the new format, then find the template you created. Make any other changes necessary In Properties and update all forms when prompted.
Once satisfied with the results assign the template to a working register under Manager, Database, Registers, Register List, select register, Properties, Receipt Printer 1 or 2, Receipt Format.
you can the entry line to this. this may change from your format or the number of columns you have..
<FOR each="Entry">
<SET name="LineCount" type="vbdouble"> LineCount + 1 </SET>
<ROW> LineCount "|" Entry.Item.ItemLookupCode "|" Entry.Description "|" Entry.Item.UnitOfMeasure "|" Entry.Quantity </ROW>
</FOR>
You can email me at Shabbir@Jamaicahardware.com
That would be super helpful!
I can edit the Receipt template for you if you want. I have done it from my store.
Best to contact the place that you purchased RMS from then so they can customize the receipt for you and provide instructions on how to test. Someone else on this forum may also be able to help as well but I'm not in a position to train on editing XML templates. Thanks!
No, I am not..
Hi! Are you familiar with editing XML documents?
André Arnaud de Cal...
294,261
Super User 2025 Season 1
Martin Dráb
233,013
Most Valuable Professional
nmaenpaa
101,158
Moderator