
Hi ,
i would like to know how to add custom properties in RMS receipt, based on transaction details in database(tables like Store, Transaction, Cashier, Register, Tender) receipt output is constructed.
But in my case third party application processing transaction and returning transaction response back to rms , communication is happening based on hooking(com interoperability), third party application transaction reponse have additional properties which is not available in RMS transaction table , how i can show third party response additional properties in receipt ?
Please help me Thanks!
*This post is locked for comments
I have the same question (0)Hi there,
I think the only thing available, to show additional information (properties, 3rd party software or data from the RMS database, standard or personalized tables and records) are the Session variables, that are invoked through QSRules and are used by add-ins or extensions. Basically, you will need to develop a hook that will communicate with the 3rd party software or will do some SQL queries or ... anything else, and assign the return values to the session variables. Then you will also need to change the receipt format to be able to show the values of the session variables.
The limit is 10 session variables. Talk to your RMS partner on this, they should be able to help you.
Hope this helps...
BR, Antonijo