From: Moxx C. <sa...@mo...> - 2010-02-15 05:17:10
|
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 -- View this message in context: http://n4.nabble.com/POS-tp1549501p1555791.html Sent from the web-erp-developers mailing list archive at Nabble.com. |