brotherton-erpnext/erpnext/public/js/controllers
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
..
accounts.js Get Advances and auto allocate (#14970) 2018-08-01 18:07:39 +05:30
buying.js fix(link_to_mr): Add missing method to buying.js (#15616) 2018-10-08 14:17:37 +05:30
stock_controller.js minor route fix for general ledger 2018-07-17 15:59:15 +05:30
taxes_and_totals.js [Minor Fix] Force toggle display Net Total field when default taxes are fetched (#15532) 2018-10-18 17:57:56 +05:30
transaction.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