Sql-Ledger Questions

jimbo456 wrote on Monday, April 11, 2005:

I am not pushing anything into Sql-Ledger.

EOB has errors in Sql-ledger. I says cannot find file eb.pl when I click on any Eob menu items.

In ws_server I have modified the line to say.
use lib qw (/usr/share/sql-ledger);

My files are at /usr/share/sql-ledger
my website has an alias pointing to
/var/www/perl/

Have I got the above line correct?

There seems to be alot of missing sql-ledger files missing under cvs  sql-ledger root. Is this intended?

Jimbo

tekknogenius wrote on Monday, April 11, 2005:

Did you run the links.sh script?

jimbo456 wrote on Monday, April 11, 2005:

I reloaded sql-ledger, ran the links shell and recreated my dataset. I now get the following error when I click on the add eob and reports.

DBD::Pg::st execute failed: ERROR: column "payment_method" does not exist at SL/Form.pm line 1430.
Error!

Can’t call method “dberror” on an undefined value at SL/Form.pm line 1430.

I am not able to push data yet either.

Jimbo

jimbo456 wrote on Monday, April 11, 2005:

Well I got the EOB module to work. I had to load on a perl module sw_server required.

I still can’t push data to sql-ledger.

Did a fresh download and install from cvs for both openemr and sql-ledger (including new databses).

Any ideas??
I have hit a big road block. Doesn’t appear that ws_server is being called at all. I did a test print statement in the code and it doesn’t seem to be working.

What module is calling ws_server?

Jimbo

jimbo456 wrote on Monday, April 11, 2005:

Can someone post the accounting portion of

includes/config.php

Jimbo

jimbo456 wrote on Friday, April 15, 2005:

My fix to finally get the data to push was to drop the openemr db and recreate it.