brotherton-erpnext/erpnext/stock
Ankush Menat 1d7dbd3456
perf: don't use ifnull where it's not required (#36336)
ifnull isn't really required when doing `!= 'anything'` because if it's null then value will be falsy.
ifnull is only required when checking `= ''` if you treat `null = ''`

Actuall better fix would be make things explcitly non-nullable, then we won't ever have to add this on such fields.

ref: https://github.com/frappe/frappe/pull/21822
2023-07-27 06:06:07 +00:00
..
dashboard chore: resolve undefined variables issue 2023-07-22 23:07:18 +05:30
dashboard_chart
dashboard_chart_source fix: sum stock_value and group by warehouse 2022-07-14 18:53:50 -04:00
doctype fix: added missing option Partially Received in the status dropdown field 2023-07-25 12:39:07 +00:00
form_tour fix: reorder stock reco tour 2023-05-29 14:44:54 +05:30
module_onboarding/stock fix: replace stock projected with ledger 2023-05-29 14:44:54 +05:30
number_card
onboarding_step fix: replace stock projected with ledger 2023-05-29 14:44:54 +05:30
page fix: bulk fix (~330) missing translations 2022-04-04 13:59:51 +05:30
print_format fix: serial and batch bundle values in the standard print format 2023-06-26 16:00:53 +05:30
report perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
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 chore: Add frappe school links (#35995) 2023-07-04 14:58:45 +05:30
__init__.py style: format code with black 2022-03-28 18:52:46 +05:30
deprecated_serial_batch.py fix: added validation for incorrect type 2023-06-14 23:26:35 +05:30
get_item_details.py chore: remove whitelisting for methods not accessed from UI 2023-06-07 12:05:17 +05:30
README.md
reorder_item.py fix: make reorder_level not required (#35831) 2023-06-24 16:03:15 +05:30
serial_batch_bundle.py fix: serial and batch bundle values in the standard print format 2023-06-26 16:00:53 +05:30
stock_balance.py refactor: Use db.set_single_value (#35668) 2023-06-13 17:30:38 +05:30
stock_ledger.py fix: circular dependency during reposting causing timeout error 2023-07-11 17:51:44 +05:30
utils.py fix: keyerror while checking the stock balance report 2023-06-20 15:55:18 +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.