brotherton-erpnext/erpnext/controllers
marination aa043fe961 fix: Use fallback conversion factor while setting incoming rate for petty purchase
- PIs for petty items (that do not need an Item record) are allowed using Item Name field
- If a different UOM is used in this case, conversion factor stays 0 and causes an error
- Fallback to 1 in `set_incoming_rate` for buying
- Selling will need a proper item, so this change is not needed there
2022-07-05 19:43:02 +05:30
..
tests style: format code with black 2022-03-28 18:52:46 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py fix: dont update RM items table if not required (#31408) 2022-06-27 15:55:08 +05:30
buying_controller.py fix: Use fallback conversion factor while setting incoming rate for petty purchase 2022-07-05 19:43:02 +05:30
employee_boarding_controller.py style: format code with black 2022-03-28 18:52:46 +05:30
item_variant.py style: format code with black 2022-03-28 18:52:46 +05:30
print_settings.py style: format code with black 2022-03-28 18:52:46 +05:30
queries.py refactor: if() to CASE WHEN (#31360) 2022-06-17 21:17:48 +05:30
sales_and_purchase_return.py fix: purchase invoice return GLe 2022-06-07 12:08:20 +05:30
selling_controller.py fix: prevent bypassing forced valuation rate 2022-05-12 19:01:26 +05:30
status_updater.py refactor: if() to CASE WHEN (#31360) 2022-06-17 21:17:48 +05:30
stock_controller.py fix: internal transfer GLE validation 2022-06-08 19:26:40 +05:30
subcontracting.py refactor!: change "is_subcontracted" field type from "Select" to "Check" 2022-04-01 13:22:44 +05:30
taxes_and_totals.py chore: use get instead of . operator 2022-07-03 11:02:21 +05:30
trends.py style: format code with black 2022-03-28 18:52:46 +05:30
website_list_for_contact.py style: format code with black 2022-03-28 18:52:46 +05:30