Print Statements?

redlettertech wrote on Wednesday, April 11, 2007:

After we enter the EOB the patient has charges that need to be paid.  When we select Due Pt from the drop down on openemr/interface/billing/sl_eob_search.php page and click search.  We are presented with a list of patients to bill.  When we click the print selected statements button we are not able to locate where the statements are generated.

Anyone know where the output is generated? 

Redletter Tech

linuxed wrote on Wednesday, April 11, 2007:

I’m glad you asked.  I expected that it would be to the printer defined in includes/config.php, but that is not the case in V2.8.2.

The file /tmp/openemr_statements.txt is created, and printed with
"lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72 /tmp/openemr_statements.txt"

This is hardcoded in the file custom/statement.inc.php

I haven’t checked the cvs to see if it’s been done in a later version yet, but I doubt it would be difficult to define multiple printers in config.php.

linuxed

sunsetsystems wrote on Friday, April 13, 2007:

By the way things in the custom directory are intended to be customized for the installation.

Rod
www.sunsetsystems.com