From: Scott W. <sco...@ve...> - 2004-09-22 10:38:52
|
1.) Where do I define the printer to use with SQL-ledger? first the server needs to be set up to be able to print. Remember what you name the printer, i'll call that <printername>. in the sql-ledger.conf file there is a section called #available printers modify it as follows. %printer = (<printername>. => 'lpr-PHP<printername>', <printername2>.=> 'lpr-PHP<printername2>', . ); i think the file originally says something like %printer = (printer. => 'lpr-PHPprinter', printer2.=> 'lpr-PHPprinter2', . ); you should be able to add all the printers that you have made available to the server. just substitute your printer name for the "printer". note: this prints to any printer you make available to the server. so if you are using a windows client or linux client or other, the program won't care what printer is available to the client, the program will print to what's available to the server. 2.) How do I print a blank check so I can tune the template for my checks? I havn't printed cheques yet, but I know you can print the invoice out as many times as you want. I'm hopeing you can do the same with the cheques. Hope this helps Scott Wolfe |