I have a client who prints full page receipts. He wants to change the header to say INVOICE rather than SALES RECEIPT. Any advice??
I have a client who prints full page receipts. He wants to change the header to say INVOICE rather than SALES RECEIPT. Any advice??
Todd beat me to it :) You may also want to check the existing templates folder to see if a modified version already exists. You will also need to let RMS know which template to use for receipts - for both 40 column and 80 column printers.
Hi seminolelebs,
Try making a copy of the receipt you are wanting to modify, save it as a new name, and replace the below;
<COLUMNHEADER>
<ALIGNMENT> ">~" </ALIGNMENT>
<WIDTH> PageWidth * 0.40 </WIDTH>
<TEXT> Transaction.ReceiptTransactionName </TEXT>
</COLUMNHEADER>
With this:
<COLUMNHEADER>
<ALIGNMENT> ">~" </ALIGNMENT>
<WIDTH> PageWidth * 0.40 </WIDTH>
<IF>
<CONDITION> Transaction.Type = transactionBackOrder & TRANSACTION.TOTALQUANTITYONORDER <> 0 </CONDITION>
<THEN><TEXT> "Back Order" </TEXT></THEN>
<ELSE><TEXT> "Invoice" </TEXT></ELSE>
</IF>
</COLUMNHEADER>
_______________________________________________
Just a note that Mainstream support for Microsoft Dynamics RMS 2.0 ended on July 10, 2016; and extended support ends on 7/13/2021:
https://community.dynamics.com/rms/b/rmssupport/archive/2015/10/22/microsoft-dynamics-rms-2-0-mainstream-support-discontinuation-july-10-2016
Dynamics Retail Management System 2.0 - Microsoft Lifecycle | Microsoft Docs
This is less than 7 weeks from now; and you can continue using RMS after this date, but technical support will not be available.
I would recommend checking with your partner regarding what they may recommend as a replacement system after the extended support end date.
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,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156