we now support and recommend the stock sql-ledger
[openemr.git] / accounting / sql-ledger.conf
blob5893ebc1c602e57a4732e4264157497c3aeba791
1 use vars qw($userspath $spool $memberfile $templates $sendmail $language $sid $latex %printer $gzip $oemr_ar_acc $oemr_cash_acc $oemr_due_days $oemr_username $oemr_services_partnumber);
3 # path to user configuration files
4 $userspath = "users";
6 # spool directory for batch printing
7 $spool = "spool";
9 # templates base directory
10 $templates = "templates";
12 # member file
13 $memberfile = "users/members";
15 # location of sendmail
16 $sendmail = "| /usr/sbin/sendmail -t";
18 # set language for login and admin
19 $language = "";
21 # Some constants relevant to OpenEMR import.
23 $oemr_username = 'admin'; # sql-ledger user to post as
24 $oemr_ar_acc   = '1200';  # account number for accounts receivable
25 $oemr_cash_acc = '1060';  # account number for checking (copay deposits)
27 # In SQL-Ledger you must create a services item for medical services
28 # before you do any OpenEMR billing.  Specify its "part number" here:
30 $oemr_services_partnumber = 'MS';
32 # This is the number of days added to the OpenEMR transaction date to
33 # produce the invoice due date when there is insurance.  This affects the
34 # patient portion of the outstanding balance shown in the OpenEMR patient
35 # summary, and of course SQL-Ledger's aging reports and statements.
37 $oemr_due_days = 40;
39 # Oracle
40 #$sid = "T80509";
41 #$ENV{"ORACLE_HOME"} = "/usr/local/oracle";
43 # if you have latex installed set to 1
44 $latex = 1;
46 # available printers
47              (Laser     => 'lpr',
48              );
50 # program to use for file compression
51 $gzip = "gzip -S .gz";
53 # if the server can't find gzip, latex, dvips or pdflatex, add the path
54 $ENV{PATH} .= ":/usr/local/bin";
56 # on mac os X using Fink's Perl libs, add the path
57 #$ENV{PERL5LIB} .= ":/sw/lib/perl5";
59 # DB2, Default dataset is expected to be LEDGER
60 #$ENV{DB2INSTANCE} = "db2inst1";
61 #$ENV{DB2_HOME} = "/opt/IBM/db2/V8.1/";