brotherton-erpnext/erpnext/stock
creador e156cd6379 Product Bundle improvement
This change allows addition of multiple instances of the same product
inside a product bundle, if each has a different description in the
bundle list (thus no duplicates).

We use product bundles to include scrap material into our stock
calculations. Here we need to enter the same product with different
quantities into the same bundle. We explicitly specify scrap in the
description of each line in product bundle.
2016-02-14 12:22:10 +02:00
..
doctype Product Bundle improvement 2016-02-14 12:22:10 +02:00
page Removed old page style Stock ledger end stock level report 2015-05-07 16:59:51 +05:30
report [optimization] stock balance report - force index + improve memory usage 2016-02-11 20:38:01 +05:30
__init__.py [rename] Material User > Stock User 2015-07-13 15:06:12 +05:30
get_item_details.py [cleanup] Removed 'Is Service Item' checkbox and filters 2016-01-26 16:22:51 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
reorder_item.py [enhancement] default warehouse not mandatory in time, re-order level and re-order qty must always be set per warehosue 2016-02-08 18:50:40 +05:30
stock_balance.py [enhancement] Int, Currency, Float, Percent as not null and default to 0 2015-11-19 13:23:36 +05:30
stock_ledger.py [fixes] flag to trigger actual qty update 2015-12-28 13:25:35 +05:30
utils.py [fix] Get incoming rate if args as json 2015-12-08 14:50:24 +05:30

Inventory management module.