In 4.2.0 it appears that we have a bug in the View Log of the Billing Module, which was confirmed in the 4.2.0 Demo.
After errors have been corrected, the Log continues to display the errors. I purposely did not correct errors, all at once, to demonstrate the bug. The second log contained the errors of the first log, while the third log contained the errors from the 2 prior logs. See attachment.
In 4.1.2 (7) all errors disappeared after the correction had been completed.
This is not a show stopper because it does not interfere with claim submission. The user should be aware until the bug has been fixed.
If I had to guess, most users are in a single office practice; therefore the multi-site enhancement is not applicable to the majority of users.
I don’t save the View Logs with errors. Once I am aware of the errors, they are corrected. The post-correction log is printed as a record of submitted claims.
It is helpful to know when a claim has been sent, to facilitate tracking, should there be a need for resubmission. On the same sheet is written the File ID from Office Ally & the Batch Number generated by the Billing Manager, in event of a problem with the 837P.
Adding this feature as a Globals option should make most of us happy. Beginner users are very likely to be squeamish about wading into the weeds to change codes. I would defer to your judgment how best to code the option.
Migrating logs outside the “read-only” part of the codebase is not just for multi-site; also eases the installation process and clarifies the codebase more for the developers (then only need to ensure stuff in sites/*/documents etc. is writable).
Two options are:
Place option in the Administration->Globals->Logging->‘Billing Log’ to allow ‘Billing Log Overwrite’ or ‘Billing Log Amend’ (this is the easy way, which I can likely do at some point or would be a very easy project for a new developer)
Make a sql table billing_log(id,timestamp,data) and place each entry in it rather than copy it to a file. Then on the report would have bunch of options (choosing dates, sorting, etc.).(this is the harder way, which somebody with more time will need to do; and if it would even be useful)
I have a different error with the Billing Module log file. We have been using the Charge Panel for billing to patients. Now we need to send bills to third party payer (insurance or employer) and have not been able to generate any bill using the Billing Module. The apache error log shows that there is no permission to write the log file on line 122 of the billing_process.php file (see attached).
Can anyone advise on what could be causing this error and how to fix it?
To get things rolling, try this & let us know what happened.
That said, Charges Panel was built for self pay patients & not third party billing. I remember seeing a comment in the Wiki to avoid Charges Panel, relying on the Fee Sheet instead .
Charges Panel is a nifty little creature, I agree; but it’s not a super duper biller. I have a hunch that quite a bit of work will be required to stretch Charges Panel into the entity you wish it to be.