brotherton-erpnext/erpnext/selling/page/point_of_sale
Zarrar 6922415d1b [New Feature]Scan Item Barcode label to quick create/update records in items child table (#15731)
* Update transaction.js

* setup barcode scan

stock entry controller not inherited from transaction.js, need to call setup barcode scan from transaction.js

* fix bug of item_code change always reset qty to 0

when calling frappe.model.set_value(dt,dn,'item_code',xxx), even qty is set, system always reset qty to 0.

* Update transaction.js

* Update transaction.js

* Update transaction.js

* Update transaction.js

* Update transaction.js

* Update transaction.js

* clean up barcode logic for transactions

* call scan_barcode method for stock entry

* separate out logic for searching serial, batch or barcode number

* added scan barcode field in transactions doctype

* search barcode-serial-batch sequence, code rectify

* hide all barcode related field if disabled from settings

* remove print statement

* Update stock_entry.py
2018-11-13 11:11:32 +05:30
..
tests Removed commented code 2018-01-23 17:36:41 +05:30
__init__.py [wip] New POS UI 2017-08-17 12:56:14 +05:30
point_of_sale.js set POS Invoice format only if its enabled (#15326) 2018-09-06 13:25:52 +05:30
point_of_sale.json rename Is Online field to Use POS in Offline Mode in pos settings 2017-09-11 14:51:50 +05:30
point_of_sale.py [New Feature]Scan Item Barcode label to quick create/update records in items child table (#15731) 2018-11-13 11:11:32 +05:30