Patient info transfers into SL with no problems, billing info does not show up. No EOB no AR transactions either. Otherwise alls nifty.
OEMR 2.8.0
SL 2.6.4
MYSQL 4.1x
PG 8.0
Any clues
Alfonso
Make sure all the account numbers in your config files exist in SL, and that you have created the MS services item and that it links to the income account. There was another recent thread about all this.
1)Made sure all acct number in Configs exits in SL. I did notice that the default consulting account in Config.php and Global.php is 4020 but in SL is 4320.
2)Created the MS Services item. MS (No quotes) Account created and linked to 4320 and 5010 (these are the defual links in SL).
Global.php
$sl_cash_acc = ‘1060’; // sql-ledger account number for checking
$sl_ar_acc = ‘1200’; // sql-ledger account number for a/r
$sl_income_acc = ‘4320’; // sql-ledger account number for medical services income
$sl_services_id = ‘MS’; // sql-ledger parts table id for medical services
Well I didn’t graduate as a Perl programer but going through I did find out that my ws_server.pl was corrupt. I made good on the moment and installed SL 2.6.5 and all seems good and happy.
Sorry and thanks for the patience guy.