brotherton-erpnext/erpnext/stock
Ankush Menat 109a9f1390
perf: index against_sales_invoice field on DN items (#34509)
This is used on Sales invoice dashboard and takes a lot of time to load
as db size increases.

Results:

Before: ~10-20 seconds to load dashboard
After: few milliseconds because of index

[skip ci]
2023-03-20 14:46:26 +05:30
..
dashboard fix: stock entry from item dashboard (stock levels) 2023-02-03 18:08:34 +05:30
dashboard_chart
dashboard_chart_source fix: sum stock_value and group by warehouse 2022-07-14 18:53:50 -04:00
doctype perf: index against_sales_invoice field on DN items (#34509) 2023-03-20 14:46:26 +05:30
form_tour
module_onboarding/stock
number_card
onboarding_step
page fix: bulk fix (~330) missing translations 2022-04-04 13:59:51 +05:30
print_format
report fix: inventory dimension filter not overriding with existing filter for stock ledger report 2023-02-20 12:28:43 +05:30
spec chore: typo 2022-07-12 12:39:22 +05:30
stock_dashboard/stock
tests test: fix hypothesis tests (#34416) 2023-03-13 15:16:30 +05:30
workspace/stock feat: warehouse wise stock balance 2022-12-06 17:33:33 +05:30
__init__.py style: format code with black 2022-03-28 18:52:46 +05:30
get_item_details.py chore: Linters 2023-02-28 15:14:34 +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
reorder_item.py refactor: DB independent quoting and truthy/falsy values (#31358) 2022-06-17 17:01:27 +05:30
stock_balance.py fix: update reserved_qty when Sales Order marked as Hold 2023-02-12 13:36:26 +05:30
stock_ledger.py Merge branch 'develop' into fixed-negative-stock-error 2023-02-04 22:35:58 +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.