I have oEMR 4.0 implemented in a private clinic, where the patient pays in full at the time of the visit, and am having issues configuring the receipt generated in ‘Checkout’. I have two main issues:
1. The receipt states ‘Taxes’…but I need it to say HST with HST #
2. I need the receipt to include the provider name and license number, for private insurance purposed
1. Make the changes to php script that generates the receipt. Also in future be careful about any patches and new releases that may change that file.
2. If the data is constant for the entire installation, then you can use the language translation feature to replace the specific phrase that appears in the standard release by any text you need. The downside is - it will faithfully replace Taxes by HST # everywhere in the system - which might be OK in your case. No coding needed - just administrator access and you can always reset it if you change your mind !