brotherton-erpnext/erpnext/patches
Ankush Menat 4685ed5a8c
fix: distribution of additional costs in mfg stock entry (#27629)
* refactor: remove unnecessary list comprehensions

* fix: correct cost distribution logic

While apportioning costs same condition should be present on both sides
so total value is representative of all items to be apportioned.

Here while calculating incoming_items_cost only FG items are considered,
but while apportioning all items with to_warehouse are considered.

Solution: only apportion additional cost on FG items

* test: test cost distribution

* fix: patch for additional cost

fix(patch): consider PCV while patching

- consider Period closing voucher while patching
- recomute rates for SLE of affected stock entries

consider only FG/scrap item SLEs for recomputation of rates

* fix: remove client side logic for addn cost

All of this is done in python code hence removed client side code.
2021-09-30 09:58:59 +05:30
..
v4_2 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v5_7 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v8_1 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v8_7 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v10_0 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v10_1 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v11_0 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v11_1 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v12_0 chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
v13_0 fix: distribution of additional costs in mfg stock entry (#27629) 2021-09-30 09:58:59 +05:30
v14_0 feat: multi-currency in Opportunity (#26590) 2021-09-06 16:54:28 +05:30
__init__.py