brotherton-erpnext/erpnext/controllers
Deepesh Garg 15ff6a594b
feat: Inter warehouse stock transfer on valuation rate with taxation (#20083)
* fix: Validation for target warehouse

* feat: Get items on valuation rate in delivery note on Internal transfers

* fix: Create Inter company purchase receipt from delivery note

* feat: Inter company stock transfer on valuation rate with taxation

* fix: Add from warehouse in purchase invoice

* fix: Use get_value instead of get_cached_value

* fix: Get incoming rate instead of valuation rate

* fix: GL entry for from warehouse in purchase receipt

* fix: GL Entries fixes in purchase invoice

* fix: Address and tax fetching fixes

* fix: Add test case for stock transfer via purchase receipt

* fix: Code cleanup, added validations and test cases

* fix: Validation for supplier warehouse

* fix: Test Cases

* fix: Change validation condition

* fix: Address fixes while creating Purchase Receipt from delivery note

* fix: Set taxes while creating Purchase Receipt from Delivery Note

* fix: Update set_missing_value function

Co-authored-by: Nabin Hait <nabinhait@gmail.com>
2020-02-18 12:28:41 +05:30
..
tests fix: Missing commits from hotfix branch (#17997) 2019-07-03 10:34:31 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py Merge pull request #20549 from nextchamp-saqib/so-update-items-warehouse-fix 2020-02-10 12:09:11 +05:30
buying_controller.py feat: Inter warehouse stock transfer on valuation rate with taxation (#20083) 2020-02-18 12:28:41 +05:30
item_variant.py fix(Stock): item variant description (#19134) 2019-09-24 19:17:13 +05:30
print_settings.py optimize(various) 2018-08-08 16:37:31 +05:30
queries.py feat: Validity for Item taxes (#20135) 2020-01-06 15:34:15 +05:30
sales_and_purchase_return.py fix: code cleanup 2019-11-20 19:42:27 +05:30
selling_controller.py feat: Inter warehouse stock transfer on valuation rate with taxation (#20083) 2020-02-18 12:28:41 +05:30
status_updater.py fix: Missing argument in status updater (#20281) 2020-01-15 19:22:35 +05:30
stock_controller.py feat: Inter warehouse stock transfer on valuation rate with taxation (#20083) 2020-02-18 12:28:41 +05:30
taxes_and_totals.py feat: Validity for Item taxes (#20135) 2020-01-06 15:34:15 +05:30
trends.py fix: Query Condition On Billing date filters 2019-10-07 14:27:07 +05:30
website_list_for_contact.py Enhancements to Supplier Portal (#19221) 2019-10-09 11:41:33 +05:30