From 5778f227ee0bb8f962c65a991046a4754a51fba7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Aug 2022 05:28:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.0.2 ## [14.0.2](https://github.com/frappe/erpnext/compare/v14.0.1...v14.0.2) (2022-08-23) ### Bug Fixes * additional-cost in items table ([da69cc5](https://github.com/frappe/erpnext/commit/da69cc5477c0648a026f1eef1c2d38d7e0a82a6e)) * base_amount and exchange_rate in additional-cost table ([d48487a](https://github.com/frappe/erpnext/commit/d48487ada2c733ed9e88900f0244069a4ba8d0ef)) * Cash and non trade discount calculation ([b6d2de2](https://github.com/frappe/erpnext/commit/b6d2de2cc11b7abf955d7765db8d2874752a5a9a)) * don't allow to create SCR directly (backport [#31924](https://github.com/frappe/erpnext/issues/31924)) ([#31926](https://github.com/frappe/erpnext/issues/31926)) ([0bfb774](https://github.com/frappe/erpnext/commit/0bfb774bdf90864133c04898b6ae57a5a8317f59)) * incorrect buying amount in Gross Profit rpt ([981add9](https://github.com/frappe/erpnext/commit/981add9b6f99b63c21c464e4a7e0c4ffd28cb5bb)) * incorrect tax amt due to different exchange rate in PR and PI ([a767326](https://github.com/frappe/erpnext/commit/a76732613e605ef0b3fd3618612b32e7fa2bbed5)) * limited options for no-of-employees in crm ([735a608](https://github.com/frappe/erpnext/commit/735a60807ae1f540056330a19723f6ce2d5ec15b)) * make rate field read-only in subcontracting receipt item (backport [#31905](https://github.com/frappe/erpnext/issues/31905)) ([#31906](https://github.com/frappe/erpnext/issues/31906)) ([6be77d5](https://github.com/frappe/erpnext/commit/6be77d5729906c6e43c7744b07289b490e05c891)) * map old data as per new options of no-of-employees ([35e9bfc](https://github.com/frappe/erpnext/commit/35e9bfca388b3c8f50e5e65d357dd735822bba8b)) * **pos:** edge case while closing pos ([#31892](https://github.com/frappe/erpnext/issues/31892)) ([200a971](https://github.com/frappe/erpnext/commit/200a971743066450d95509a8deb3af1d601a557e)) * process loan interest accrual ([66e5202](https://github.com/frappe/erpnext/commit/66e5202642dcdf8fd80571f0b05d8076b7c0c0f9)) * recalculate rate of items based on "Recalculate Rate" checkbox ([9e60dd3](https://github.com/frappe/erpnext/commit/9e60dd32e863d286b51b144faeb0b55e5c34a9de)) * TDS calculation for advance payment ([78b39d6](https://github.com/frappe/erpnext/commit/78b39d6ca4e4a54833c52c9614b7a8ee72207ffa)) * term loan interest calculation ([8fdbbf3](https://github.com/frappe/erpnext/commit/8fdbbf374df6e8b00b8d11c7812d28a719fb394f)) * test "test_pending_and_received_qty" ([e099e10](https://github.com/frappe/erpnext/commit/e099e10c8eef3c497be2298ff087c315fee393a2)) * Test cases ([3afb625](https://github.com/frappe/erpnext/commit/3afb625ff86f30269ce75f22f5b7c0d7f890ef34)) * Unable to make payment entry against Fees using education app ([1aa96de](https://github.com/frappe/erpnext/commit/1aa96defda1c34b99e3362692d2936c78d76a195)) ### Performance Improvements * use `create_custom_fields` ([#31853](https://github.com/frappe/erpnext/issues/31853)) ([6656d23](https://github.com/frappe/erpnext/commit/6656d23e45261c6a32750aa3652510e3e40a8650)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 57081b1ba10..2bbbfdade07 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.1" +__version__ = "14.0.2" def get_default_company(user=None):