From: Armaghan S. <sa...@le...> - 2008-05-08 12:38:07
|
On Thu, May 8, 2008 at 9:52 AM, Andrew @ ATM Logic <atm...@km...> wrote: > One other little thing you may be able to help me with is printing. > I have just gotten into the habit of printing the PDF and then after > Opening the PDF I send that to the printer as I have not had the > Postscript printer option work for a number of years... We only > Invoice maybe 3-6 times a day so its not a big deal... > I am guessing I have some work to do with Cups.. Or something, > However am I missing something simple? Do I need to plug the > Printer directly into the SL system? (I normally print to Network > Lasers, in this case it would be a Dell Color Laser, however I have > Some old school laser I could plug in as well) 1. Configure a CUPS printer on your SL server. 2. Add the name to sql-ledger.conf 3. Select it before printing invoice. I have an HP network printer configured as CUPS printer on Fedora 7 server and named it (conveniently) 'printer'. My relevant sql-ledger.conf is: %printer = ( Laser => 'lpr -Plaser', Epson => 'lpr -PEpson', printer => 'lpr -Pprinter' ); You can remove the unwanted printers (Laser, Epson) from this variable. -- * Purpose-built SQL-Ledger Hosting * SQL-Ledger VMware Appliance http://www.ledger123.com/ Free trial available. -- |