brotherton-erpnext/erpnext/public
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
..
css Item Alternate Image Features in e-commerce site. (#15044) 2018-08-07 18:28:39 +05:30
images style(icon): revert to old icon 2018-10-02 11:06:55 +05:30
js [New Feature]Scan Item Barcode label to quick create/update records in items child table (#15731) 2018-11-13 11:11:32 +05:30
less Merge branch 'master' into staging-fixes 2018-10-30 12:48:45 +00:00
build.json Isomorphic marketplace (#15384) 2018-09-11 17:38:31 +05:30