Stephen,
Two things. First the minor one, then a new major problem with billing in 5.0.2(1). Let me know if I should open a new topic for the 2nd problem here.
-
Could you reproduce the problem with not being able to expand textarea boxes in LBFs when other than default theme was selected?
-
Batch payment under Fees crashing when entering payments. This one is hard to explain. After entering several payments I got this message and could go no further:
“None of the Top Distribution Row Can be Completly Blank.
Use Delete Option to Remove.”
(Yes, there is a typo in the error message)
The encounter field was empty in the top distribution row and I could not enter any more payments. I also noted that the allocated amount did not add up to the total amount of check entries made. It seems there was a disconnect between payments and EOB invoices which had all been created properly. I deleted the entries in Batch Payments and tried again. Same thing but crashed after only one successful entry.
I took your advice and installed XAMPP/PHP 7.3.16 from Apachefriends. I am not sure how this should have been done but in the end it did not help. After the reinstall I made sure all the check entries were deleted, charges returned to the encounters, and EOB Invoices cleared. That happend by deleting the check entry in Batch Payments. Then I tried to reallocate the check using the batch payments and crashed payments again.
Here is briefly how I “re-installed” openemr in XAMPP 7.3.16
-made backup of c:\xampp
-ran mysqldump to make a dumpfile of the database
-deleted c:\xampp and ran the xampp 7.3.16 exe
-moved my \openemr\ directory to the new xampp\htdocs
-made recommended changes to php.ini
-created an openemr database with phpmyadmin
-ran mysql to restore the dump file
-ran sql_upgrade.php to upgrade the db from 5.0.1 (did not get any errors)
Logged into openemr OK. Then tried to reallocate checks in batch payments as mentioned above. Payments crashed. That is where I am right now. Not knowing what to do next.
-Joel