brotherton-erpnext/erpnext/buying/doctype
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
..
buying_settings Update buying_settings.json 2018-08-01 15:26:40 +05:30
purchase_order [New Feature]Scan Item Barcode label to quick create/update records in items child table (#15731) 2018-11-13 11:11:32 +05:30
purchase_order_item Fixed merge conflict 2018-09-12 15:45:20 +05:30
purchase_order_item_supplied Purchase Order fixes (#13287) 2018-03-13 15:51:56 +05:30
purchase_receipt_item_supplied Purchase Order fixes (#13287) 2018-03-13 15:51:56 +05:30
request_for_quotation field name fix 2018-10-22 11:22:12 +05:30
request_for_quotation_item [minor] remove in_dialog old property 2018-05-16 12:51:22 +05:30
request_for_quotation_supplier [Enhance] Department added wherever applicable (#14121) 2018-05-23 11:11:36 +05:30
supplier Fix 'transporter info' section in Delivery Note (#15565) 2018-10-10 14:51:26 +05:30
supplier_quotation Merge branch 'master' into staging-fixes 2018-10-08 09:39:49 +00:00
supplier_quotation_item Discount amount field in all transactions' child tables (#15124) 2018-08-14 10:51:48 +05:30
supplier_scorecard Formatter, code cleanup (#12852) 2018-02-12 11:25:58 +05:30
supplier_scorecard_criteria Supplier Scorecard (#9294) 2017-07-24 22:42:30 +05:30
supplier_scorecard_period Refactor Naming Series (#15070) 2018-08-28 13:44:48 +05:30
supplier_scorecard_scoring_criteria Supplier Scorecard (#9294) 2017-07-24 22:42:30 +05:30
supplier_scorecard_scoring_standing Supplier Scorecard (#9294) 2017-07-24 22:42:30 +05:30
supplier_scorecard_scoring_variable Supplier Scorecard (#9294) 2017-07-24 22:42:30 +05:30
supplier_scorecard_standing Supplier Scorecard (#9294) 2017-07-24 22:42:30 +05:30
supplier_scorecard_variable self.assertEqual 2018-02-28 21:13:51 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30