brotherton-erpnext/erpnext/selling/page
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
..
point_of_sale [New Feature]Scan Item Barcode label to quick create/update records in items child table (#15731) 2018-11-13 11:11:32 +05:30
sales_analytics Remove unnecessary columns Analytics Reports (#13344) 2018-03-22 11:12:02 +05:30
sales_funnel [Enhancement] Improvement to the sales pipeline (#15524) 2018-10-03 10:41:40 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30