I have developed a new add-on/hook to replace the customer selection, and new customer creation. I have done this to add features based on our model being a membership model. However I have discovered one feature of RMS i have not figured out how to do. In the RMS customer screen you can view purchase history, which I have in my add-on, but from there you can select the purchased item and reprint the associated receipt.
What I am looking for is any help or a point in the right direction on can I call that reprint receipt from the external add-on/hook.
Thanks so much.
What I am also looking for any help so I can call the reprint receipt from the external add-on/hook. I need to be able to print a bunch of receipts for an audit.
Any suggestion would be appreciated.
Use send keys in your code.
That sounds like a good solution. Can you point me to a good resource that shows the available send keys. Short of performing that action at POS using the keyboard and recording the keys.
Thanks