brotherton-erpnext/erpnext/stock
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
..
dashboard [minor] Freeze the screen to avoid multiple time clicks (#15047) 2018-07-30 19:11:43 +05:30
doctype [New Feature]Scan Item Barcode label to quick create/update records in items child table (#15731) 2018-11-13 11:11:32 +05:30
page Reserve for subcontracting (#13195) 2018-03-12 14:12:12 +05:30
report Stock analytics script report (#15630) 2018-11-12 17:05:31 +05:30
__init__.py fix(perpetual inventory): Get warehouse account map only if perpetual inventory enabled (#15743) 2018-10-19 18:03:13 +05:30
get_item_details.py [Enhance] Deferred Expense (#15437) 2018-09-21 15:45:40 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
reorder_item.py [Fix] Wrong projected qty for warehouse group in the process of reorder item making extra material requests 2018-01-20 15:44:38 +05:30
stock_balance.py [optimize]: bin updates (#15108) 2018-08-08 18:32:03 +05:30
stock_ledger.py optimize(various) 2018-08-08 16:37:31 +05:30
utils.py Adding "Include UOM" in Reports with Qty and Rates (#15541) 2018-10-18 17:59:47 +05:30

Inventory management module.