From: Jason R. <jas...@gm...> - 2006-12-04 16:57:40
|
On Monday 04 December 2006 11:27, Mark Lubratt wrote: > On Dec 4, 2006, at 10:04 AM, Mark Bucciarelli wrote: > > Is anybody stored scanned images of receipts and associating them > > with customer invoices? I bill for expenses sometimes and would > > like to have a complete record on file. > > > > If not, any clever ideas for a way to do this without much fuss? If your server is linux, and your scanner is supported by sane (http://www.sane-project.org/), and connected to a linux machine, and you can get it all setup then a script with: scanimage | pnmtopng > /path/to/httpd-root/receipts/$sonum.png Could do the trick for you. (without much fuss :) ) Simply put the document on the scanner bed, associate a button in SL with that script, and will put the image anywhere you need. For most receipts, you'll probably want to add "--brightness=-25" to scanimage to darken it a bit. (depending on scanner model) Jason |