From: Phil D. <ph...@lo...> - 2010-02-15 08:52:56
|
Yes barcode scanning is easy using a keyboard wedge arrangement ... but opening a cash drawer and printing to a receipt printer... the web-server in the US and the POS in New Zealand? Those articles are exactly what I was looking for - I did google around but didn't scroll right on this web-page which didn't render correctly on seamonkey!! I think receipts need to print text immediately, directly to the printer. Is it possible then to have POS inside webERP? It seems I may have been I have been too hasty to rule this out before? Great to have you back Nagaraj - hope your honeymoon is not yet over! If you could send me the code - I'd like to have a play with it! Many thanks Phil Moxx Consulting wrote: > Hi Phil - > > Barcode scanners could work with WebERP - all that is needed is to ensure > the cursor is on the field that receives input (just like a keyboard), and > configure the barcode scanner to end its input with a carriage return or a > tab. > > We have set up a few pages to accept orders and print sales receipts - > though they use Javascript, they are built on WebERP, so may be easier to > integrate. A few features: > > - Customer if not explicitly selected, defaults to a "anonymous customer" > - Faster data entry - scan barcode or autocomplete on product name > - Quantity defaulted to 1 > - on entry of sales order, invoices are automatically created with delivered > qty = ordered qty > - page to receive cash (cheques/Credit cards could be added if needed) - > total received and change to be provided back is displayed. > - on receipt of cash, create customer payment receipt, update stock. > > The sales receipt would be a PDF - it may be possible to use a > window.print() to print quickly or use background printing. Let me know if > you need the code - it may need some tweaking and then be ready to use with > WebERP. > > One solution to the cash drawer interface (I haven't tried this) can be > found here: http://bit.ly/6ITAON > > Regards, > Nagaraj > ______ > http://weberp.moxx.in > > > |