RE: how do you modify receipt from 'Sales Receipt' to 'Invoice'
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.