brotherton-erpnext/erpnext/stock
Ankush Menat 7e1742956c
refactor: Remove usage of deprecated methods (#32914)
Warn: Just used regex to replace all usage.
```regex
s/frappe.db.set(\(.*\),\(.*\),\(.*\))/\1.db_set(\2, \3)/g
```

Required after: https://github.com/frappe/frappe/pull/18815
2022-11-09 20:09:06 +05:30
..
dashboard fix: validate item dashboard material transfer entry (#31473) 2022-06-29 12:06:47 +05:30
dashboard_chart
dashboard_chart_source fix: sum stock_value and group by warehouse 2022-07-14 18:53:50 -04:00
doctype refactor: Remove usage of deprecated methods (#32914) 2022-11-09 20:09:06 +05:30
form_tour fix: new item form tour for home onboarding 2021-12-02 11:25:47 +05:30
module_onboarding/stock fix: minor changes 2021-08-20 16:21:33 +05:30
number_card
onboarding_step fix: minor changes 2021-08-20 16:21:33 +05:30
page fix: bulk fix (~330) missing translations 2022-04-04 13:59:51 +05:30
print_format
report fix: Increase columns width in Warehouse wise Item Balance Age and Value 2022-11-07 11:45:47 +05:30
spec chore: typo 2022-07-12 12:39:22 +05:30
stock_dashboard/stock
tests test: silent test failure in stock assertions (#31377) 2022-06-15 21:19:09 +05:30
workspace/stock fix: updated standard workspace json files 2022-01-13 19:24:11 +05:30
__init__.py style: format code with black 2022-03-28 18:52:46 +05:30
get_item_details.py Merge branch 'develop' into subcontracting 2022-06-20 23:10:31 +05:30
landed_taxes_and_charges_common.js chore: add additional-cost table in SCR 2022-08-18 20:59:30 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
reorder_item.py refactor: DB independent quoting and truthy/falsy values (#31358) 2022-06-17 17:01:27 +05:30
stock_balance.py refactor: DB independent quoting and truthy/falsy values (#31358) 2022-06-17 17:01:27 +05:30
stock_ledger.py fix: consider outgoingrate while valuation rate calculate 2022-10-12 15:44:53 +05:30
utils.py fix: dont update item info twice 2022-10-20 16:18:48 +05:30
valuation.py fix: maintain FIFO queue even if outgoing_rate is not found (#30560) 2022-04-04 15:22:15 +05:30

Inventory management module.