brotherton-erpnext/erpnext/stock
Suraj Shetty 8501010f12 Replace frappe.db.sql to frappe.get_list to apply permissions (#14037)
* Replace frappe.db.sql to frappe.get_list to apply permission
- All get_children method had frappe.db.sql in them which
had no permission check, now its replaced with frappe.get_list
which will check permission based on the user.

* Fix codacy
- Remove trailing whitespace
2018-05-16 10:44:38 +05:30
..
dashboard Fixed waiting qty in item dashboard data 2018-03-28 11:16:12 +05:30
doctype Replace frappe.db.sql to frappe.get_list to apply permissions (#14037) 2018-05-16 10:44:38 +05:30
page Reserve for subcontracting (#13195) 2018-03-12 14:12:12 +05:30
report Add fix to support changes in user permission (#13923) 2018-05-04 17:52:57 +05:30
__init__.py Optimisation of warehouse_account_map (#13454) 2018-04-02 10:30:17 +05:30
get_item_details.py Merge pull request #14061 from rohitwaghchaure/budget_validation_enhance_in_mr_po 2018-05-15 22:18:17 +05:30
README.md
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 [ Enhance ] Production to Work Order (#12902) 2018-03-20 12:38:43 +05:30
stock_ledger.py Fixed merge conflict 2018-04-04 11:40:16 +05:30
utils.py removed has_key, used pythonic in (#13236) 2018-03-09 12:35:47 +05:30

Inventory management module.