Here are my answers for your questions:
We are already having an option to generate invoice in OpenEMR. Are you looking to know the work-flow of it or you mean to ask something else?
To customize the invoice template by adding logo and stuff you need to make some code level changes to some of these files:
/interface/patient_file/front_payment.php
/interface/patient_file/label.php
/library/billing.inc
/library/patient.inc
/ibrary/invoice_summary.inc.php
Thanks. In the payment screen i can indeed select âgenerate invoiceâ. However, the generated document has the title âReceipt for Paymentâ. I am not a native English speaker but I think this means that you give this to someone that already paid as proof that he paid.
What I need is a document with the title âInvoiceâ including and invoice number and payment details etc. How can I do this?
In Globals turn on Posting(this is where you may find eobâs) then goto Fees->Posting, select patient and you may generate invoice there along with counters for number of times invoice is sent etc. Invoiceing setup can be found in Globals also.
I also need to print simple invoices, and after payment has been received, a simple receipt.
The above steps (courtesy of ViSolve) donât work for me OpenEMR 5.0.1(6).
My Fees menu doesnât offer the Payment choice.
In the above referenced video, the Fees choice show Fee Sheet / Checkout / Billing / Payments as sub-choices.
In OpenEMR 5.0.1(6) only âFee Sheetâ is available as a sub-choice. The others are not there.
Have the sub-choices: âCheckoutâ / âBillingâ / âPaymentsâ been moved or removed?
Or is there configuration needed to see those menu items?
Iâve googled the relevant terms, but donât see any relevant info.