brotherton-erpnext/erpnext/buying
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
..
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 codacy fix 2018-05-14 15:34:45 +05:30
print_format [fixes] shipping address on purchase flow 2016-03-16 16:23:30 +05:30
report Script report for purchase analytics (#15612) 2018-11-12 17:01:02 +05:30
__init__.py Supplier Scorecard (#9294) 2017-07-24 22:42:30 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
utils.py [hotfix] fixed object has no attribute 'delivered_by_supplier' (#8699) 2017-05-05 11:52:17 +05:30

Manage buying (purchasing).

Transactions include:

  • Material Request
  • Supplier Quotation
  • Purchase Order
  • Quality Inspection