1d7dbd3456
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 |
||
---|---|---|
.. | ||
dashboard | ||
dashboard_chart | ||
dashboard_chart_source | ||
doctype | ||
form_tour | ||
module_onboarding/stock | ||
number_card | ||
onboarding_step | ||
page | ||
print_format | ||
report | ||
spec | ||
stock_dashboard/stock | ||
tests | ||
workspace/stock | ||
__init__.py | ||
deprecated_serial_batch.py | ||
get_item_details.py | ||
README.md | ||
reorder_item.py | ||
serial_batch_bundle.py | ||
stock_balance.py | ||
stock_ledger.py | ||
utils.py | ||
valuation.py |
Inventory management module.