Editing XML files?

Does anyone know how to edit XML files to amend receipt template for receipt printing? Are there instructions anywhere about editing XML files and what kind of variables we can use - i.e. what is a variable to print customer's name on the receipt (the name stored in Customer Info in POS)?

Thanks!

Reply to
Zorian
Loading thread data ...

This is best left to someone who is familiar with XML, although you could probably learn by example (look at the other .xml files to get an idea of how it works.)

XML is a standard style of mark-up language, so anyone who is familiar with XML should be able to figure it out. There is a Customization Guide, but it is only available to RMS Partners.

Reply to
Jason Hunt

Look in the "Print Credit Card" section of the Receipt.xml file. If you can figure out the syntax in this line "Account #:|" Customer.AccountNumber

create another line under it that looks something like

"Name:|" Customer.FirstName & Customer.LastName

I know that syntax isn't correct but it gives you an idea of what to try. I've done almost no XML editing, but you CAN figure it out through trial and error and looking at other areas of the receipt for syntax similarities. The & probably isn't right and maybe play with another | placement.

Rick Brown DataBasics

Reply to
Rick Brown

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.