brotherton-erpnext/erpnext/stock
maharshivpatel b3ccc4bfb9
fix: Auto Insert Item Price If Missing when discount & blank UOM (#31168)
* fix: Auto Insert Item Price If Missing when discount and blank UOM

fixes wrong item price insert when discount is used and adds uom=stock_uom instead of blank as price is converted to stock uom

* unit tests added for item with discount

I have added test  for auto_insert_price where discount is used.

* unit test issue fixed

fixed make_sales_order as some of the test that depended on it were failing due to passing of incorrect parameters.

Co-authored-by: Ankush Menat <me@ankush.dev>
2022-05-31 19:48:30 +05:30
..
dashboard test: add class to uniquely id item dashboard (#30487) 2022-03-30 13:20:54 +05:30
dashboard_chart
dashboard_chart_source style: format code with black 2022-03-28 18:52:46 +05:30
doctype refactor!: drop naming series tool (#31183) 2022-05-31 15:35:40 +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 Merge pull request #30945 from ankush/stock_analytics_fix 2022-05-12 12:26:54 +05:30
spec docs: add human readable specifications for stock ledger (#29308) 2022-02-22 17:03:11 +05:30
stock_dashboard/stock
tests fix: maintain FIFO queue even if outgoing_rate is not found (#30560) 2022-04-04 15:22:15 +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 fix: Auto Insert Item Price If Missing when discount & blank UOM (#31168) 2022-05-31 19:48:30 +05:30
landed_taxes_and_charges_common.js chore: mass trailing whitespace and EOF fixes 2021-08-19 13:43:28 +05:30
README.md
reorder_item.py chore: error logging for auto material requests (#31103) 2022-05-23 20:06:24 +05:30
stock_balance.py style: format code with black 2022-03-28 18:52:46 +05:30
stock_ledger.py fix: sort before picking next stock reco 2022-05-09 13:16:02 +05:30
utils.py refactor: use db agnostic CombineDatetime 2022-04-26 11:03:32 +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.