From 028e939cca2eadaa8bc5a057dddda5cd72a503b3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 18 Aug 2022 08:30:58 +0000 Subject: [PATCH 01/13] chore(release): Bumped to Version 14.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [14.0.1](https://github.com/frappe/erpnext/compare/v14.0.0...v14.0.1) (2022-08-18) ### Bug Fixes * add asset repair to accounting dimension list ([65bb1d8](https://github.com/frappe/erpnext/commit/65bb1d8cc2b25f161fe2a02e3e41047648fa78b9)) * Add dimension section in subcontracting doctypes (backport [#31849](https://github.com/frappe/erpnext/issues/31849)) ([#31877](https://github.com/frappe/erpnext/issues/31877)) ([50ad612](https://github.com/frappe/erpnext/commit/50ad61245350879b564e203276a8c91a062a19bb)) * check item_code in all rows of po_items (backport [#31741](https://github.com/frappe/erpnext/issues/31741)) ([#31842](https://github.com/frappe/erpnext/issues/31842)) ([82f1dd2](https://github.com/frappe/erpnext/commit/82f1dd268d47c5baebc34770e339cdc1f25a9eb2)) * contact search in request for quotation (backport [#31828](https://github.com/frappe/erpnext/issues/31828)) ([#31840](https://github.com/frappe/erpnext/issues/31840)) ([74664a3](https://github.com/frappe/erpnext/commit/74664a34c0b24b71aeb9169f51b39f01f1791af2)) * delete custom fields on deletion of inventory dimension ([354a9d6](https://github.com/frappe/erpnext/commit/354a9d616960e68d6d79b50568d03f55a1f0d85e)) * **ecommerce:** remove query to non-existing field (backport [#31771](https://github.com/frappe/erpnext/issues/31771)) ([#31773](https://github.com/frappe/erpnext/issues/31773)) ([8737c10](https://github.com/frappe/erpnext/commit/8737c10ce4c95acc394dd9d5409fda63e73c6ec7)) * getting error to show sales invoice group or print rep… (backport [#31756](https://github.com/frappe/erpnext/issues/31756)) ([#31767](https://github.com/frappe/erpnext/issues/31767)) ([53b9d61](https://github.com/frappe/erpnext/commit/53b9d61c46e6ce9b97eaec5779166ab28034eb8f)) * incorrect produced-qty in production-plan-item (backport [#31706](https://github.com/frappe/erpnext/issues/31706)) ([#31861](https://github.com/frappe/erpnext/issues/31861)) ([010a0ca](https://github.com/frappe/erpnext/commit/010a0ca0a9cecae9341b74e8e31dcde151d9aac1)) * incorrect rate in BOM exploded items (backport [#31513](https://github.com/frappe/erpnext/issues/31513)) ([#31864](https://github.com/frappe/erpnext/issues/31864)) ([abe1894](https://github.com/frappe/erpnext/commit/abe18945a60594b01f926b2073b736a56ab043fc)) * intercompany SO throws exception ([1d1f12f](https://github.com/frappe/erpnext/commit/1d1f12f9491f0ac26c25e81269a4ba100c3a3757)) * linter (backport [#31763](https://github.com/frappe/erpnext/issues/31763)) ([#31766](https://github.com/frappe/erpnext/issues/31766)) ([3092131](https://github.com/frappe/erpnext/commit/30921319135b84fbf96782437f2210ec2c0373d7)) * Make expense account editable in Purchase Receipt Item (backport [#31730](https://github.com/frappe/erpnext/issues/31730)) ([#31878](https://github.com/frappe/erpnext/issues/31878)) ([b637d4d](https://github.com/frappe/erpnext/commit/b637d4d5f167160b30ef3d97fbe8f82787a015f5)) * Make expense account editable in Subcontracting Receipt Item (backport [#31848](https://github.com/frappe/erpnext/issues/31848)) ([#31870](https://github.com/frappe/erpnext/issues/31870)) ([aa5aaa1](https://github.com/frappe/erpnext/commit/aa5aaa113eaecc7b0ae9df1bb1d4ce20e7ce18a4)) * not able to issue expired batches ([ce5fc5b](https://github.com/frappe/erpnext/commit/ce5fc5b457b6168ce6d1c591d808a9d3903e210f)) * posting_date of linked vouchers should not affect outstanding ([0faa7b0](https://github.com/frappe/erpnext/commit/0faa7b04326db9f896d647d9dee5fa3b79f4051c)) * **projects:** Add missing comma ([623f56a](https://github.com/frappe/erpnext/commit/623f56a95cf7af12621efeba1cfcde9ae6276368)) * set `billing_address` for purchases in `get_party_details` ([5a28ba8](https://github.com/frappe/erpnext/commit/5a28ba853706ba97cc467b85c9ec86a94816f33e)) * set `company_address` for purchases in `party.js` ([4c82533](https://github.com/frappe/erpnext/commit/4c825332396662efb2c8463d18d9764d93c4e830)) * specify allowed doctype in queries (backport [#31761](https://github.com/frappe/erpnext/issues/31761)) ([#31764](https://github.com/frappe/erpnext/issues/31764)) ([6dce122](https://github.com/frappe/erpnext/commit/6dce122825ef3e50d34f95524a75d9177a5193fe)) * Transit filter for Default Target Warehouse in SE (backport [#31839](https://github.com/frappe/erpnext/issues/31839)) ([#31873](https://github.com/frappe/erpnext/issues/31873)) ([04d3571](https://github.com/frappe/erpnext/commit/04d3571dd9989d2716da49174a028d2db86cd628)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6b6590f944e..57081b1ba10 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.0" +__version__ = "14.0.1" def get_default_company(user=None): From 5778f227ee0bb8f962c65a991046a4754a51fba7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Aug 2022 05:28:37 +0000 Subject: [PATCH 02/13] 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): From 32abf67c807495e8da5d08079d2f8d1dc52c7cda Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 30 Aug 2022 09:24:00 +0000 Subject: [PATCH 03/13] chore(release): Bumped to Version 14.0.3 ## [14.0.3](https://github.com/frappe/erpnext/compare/v14.0.2...v14.0.3) (2022-08-30) ### Bug Fixes * AD not getting copied from SCO while creating a SE (backport [#32004](https://github.com/frappe/erpnext/issues/32004)) ([#32007](https://github.com/frappe/erpnext/issues/32007)) ([cee867f](https://github.com/frappe/erpnext/commit/cee867f94174622662d975d3a128b159c56128b1)) * Add docstatus filter for voucher_no in Repost Item Valuation ([309da96](https://github.com/frappe/erpnext/commit/309da9644273118cd4efd6f60b810acd60307394)) * add validation for PO in Stock Entry (backport [#31974](https://github.com/frappe/erpnext/issues/31974)) ([#31975](https://github.com/frappe/erpnext/issues/31975)) ([4d8ced6](https://github.com/frappe/erpnext/commit/4d8ced6c87147d5e7591f97200629a6245cba824)) * default supplier not set in the PP ([4cf9fb0](https://github.com/frappe/erpnext/commit/4cf9fb08e19533f4d2a0674ab09ec045f49ec05b)) * display amount in account currency if party is supplied ([15915d7](https://github.com/frappe/erpnext/commit/15915d7053f9be87b888c5137c820a09cf37599a)) * Explicitly commit "log_error" since its getting called during GET request (backport [#31952](https://github.com/frappe/erpnext/issues/31952)) ([#31953](https://github.com/frappe/erpnext/issues/31953)) ([362976f](https://github.com/frappe/erpnext/commit/362976fa42439eb72dcf1f3efa451142b191a2d9)) * gl entries for asset repair ([f0f7afa](https://github.com/frappe/erpnext/commit/f0f7afa6699bbf61229970923ef0664b242b9fec)) * lost quotation not to expired ([8717235](https://github.com/frappe/erpnext/commit/8717235a34828a7335a6e2469b972d2d341bacce)) * material request connection on work order ([193502c](https://github.com/frappe/erpnext/commit/193502ce03c1fbff0c1b78f77d2c1dd23907375f)) * **patch:** update sla doctype directly (backport [#32014](https://github.com/frappe/erpnext/issues/32014)) ([#32015](https://github.com/frappe/erpnext/issues/32015)) ([1b5a1cb](https://github.com/frappe/erpnext/commit/1b5a1cbaad12e9aa825a7c39046836be0d8f08cd)) * permissions for Task Type ([#32016](https://github.com/frappe/erpnext/issues/32016)) ([7ca1beb](https://github.com/frappe/erpnext/commit/7ca1beb15d4fe1fd740ff4d304e394735d4bec37)) * Purchase Order creation from Sales Order ([39ff0cc](https://github.com/frappe/erpnext/commit/39ff0cc6d885ba31d1361a588fe9430cd009806e)) * Purposes not set ([94ebfa7](https://github.com/frappe/erpnext/commit/94ebfa765c38e8da2e351bb3e2a3154bffd3e655)) * restrict party types to Supplier/Customer for AR/AP report ([c407d1e](https://github.com/frappe/erpnext/commit/c407d1e51ac712dede5a67d4626c8054730b0787)) * Rounded total for cash and non trade discount invoices ([6c4fcd8](https://github.com/frappe/erpnext/commit/6c4fcd80c638a0407d9cfeac33ffe2666fb51dfb)) * Route condition set for stock ledger (backport [#31935](https://github.com/frappe/erpnext/issues/31935)) ([#31945](https://github.com/frappe/erpnext/issues/31945)) ([a7d23ab](https://github.com/frappe/erpnext/commit/a7d23abc2ff7aad33fbac13c8e101fdd3bf4cb00)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2bbbfdade07..e980e96fd33 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.2" +__version__ = "14.0.3" def get_default_company(user=None): From 7235c3f88fb26b3bd65c115bf463df52804c85db Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 6 Sep 2022 16:04:45 +0000 Subject: [PATCH 04/13] chore(release): Bumped to Version 14.1.0 # [14.1.0](https://github.com/frappe/erpnext/compare/v14.0.3...v14.1.0) (2022-09-06) ### Bug Fixes * **Appointment:** create lead notes as child table ([00a73c7](https://github.com/frappe/erpnext/commit/00a73c7a571d916b55ba3699afb9eeb02ded5d0b)) * fetch from parent not working for custom field ([76ae4d8](https://github.com/frappe/erpnext/commit/76ae4d87ca3f664b9d0a422aa3f63c335018181d)) * force delete old report docs (backport [#32026](https://github.com/frappe/erpnext/issues/32026)) ([#32027](https://github.com/frappe/erpnext/issues/32027)) ([0e9a1fb](https://github.com/frappe/erpnext/commit/0e9a1fb40e0b5310e69d85f06610f4879f3db378)) * include payment against PO in AR/AP report ([4bbd0ec](https://github.com/frappe/erpnext/commit/4bbd0ec985cf1f6b26f067412a481766ca25511a)) * incorrect import parameter for cancel PDA ([f55881a](https://github.com/frappe/erpnext/commit/f55881aef80b0edb806ef4753e997d03bb848de9)) * key error on consolidated financial report ([4409f11](https://github.com/frappe/erpnext/commit/4409f1128233f3dfce7209e6c5272ede21859d7c)) * KSA VAT report multi currency amount issue ([b96526e](https://github.com/frappe/erpnext/commit/b96526eefdd3f16fb4e980ee02c39e866ddb6044)) * Loan Interest accruals for 0 rated loans ([1b9082e](https://github.com/frappe/erpnext/commit/1b9082e07b06dadb878933e1cc5cb2f865fb2710)) * Naming series in Journal Entry Template ([5520c6b](https://github.com/frappe/erpnext/commit/5520c6b2f3421aacdd1b0f0f42df9a6cbb3442b8)) * not able to make variant item ([f871dd4](https://github.com/frappe/erpnext/commit/f871dd4ef6b4a6f7b04353c63ddaff7bec4e9147)) * **pos:** error while consolidating pos invoices ([319ee41](https://github.com/frappe/erpnext/commit/319ee41403083b86325aab514cf84f4d39100340)) * remove spaces and order import ([055556b](https://github.com/frappe/erpnext/commit/055556b7f1327cfc62f88b0028c1649798e1aca4)) * upgrade process to version-14 when currency opportunity wass not set ([4cb685a](https://github.com/frappe/erpnext/commit/4cb685a326f05af6652b441eeaec2daa9fb496cd)) * validate available qty for consumption in SCR ([26536da](https://github.com/frappe/erpnext/commit/26536da74b9a67d46c0164320d481f21a18afc0b)) ### Features * better Item Price list view ([#31954](https://github.com/frappe/erpnext/issues/31954)) ([784fb47](https://github.com/frappe/erpnext/commit/784fb471976f41e50476922e293c861fe6773684)) * tabbed view for Employee form ([#31940](https://github.com/frappe/erpnext/issues/31940)) ([#32095](https://github.com/frappe/erpnext/issues/32095)) ([3c688df](https://github.com/frappe/erpnext/commit/3c688dfa6d21dec32b2f8578a841844dd7f509f9)) * two new filters for gross profit ([60fa421](https://github.com/frappe/erpnext/commit/60fa4214098c2d4d81db8f23fd08e4b512836f4d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e980e96fd33..2b9c6c8c241 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.3" +__version__ = "14.1.0" def get_default_company(user=None): From 740c17c23127fb2c0aa5a1c50fb4d6c105c43e77 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Sep 2022 12:13:00 +0000 Subject: [PATCH 05/13] chore(release): Bumped to Version 14.1.1 ## [14.1.1](https://github.com/frappe/erpnext/compare/v14.1.0...v14.1.1) (2022-09-13) ### Bug Fixes * AD not getting copied from SCO while creating a Material Transfer ([#32109](https://github.com/frappe/erpnext/issues/32109)) ([09d8fa4](https://github.com/frappe/erpnext/commit/09d8fa4b5dbb821b2cad78ef4ea0e6b01ee755c9)), closes [#32106](https://github.com/frappe/erpnext/issues/32106) * add missing warehouse filter in BOM Stock Calculated report ([4e09203](https://github.com/frappe/erpnext/commit/4e09203ddcf6ad344a2dbc6632a207aeaf5071c9)) * conflict ([a408722](https://github.com/frappe/erpnext/commit/a40872298340a6fb2e92b3104b5e74a3b037d25b)) * consider Stock Entry purpose while getting total supplied qty ([5af0062](https://github.com/frappe/erpnext/commit/5af006278ede5ae20c84132e6179f3b21dc4ec84)) * customer code max characters limit issue ([#32177](https://github.com/frappe/erpnext/issues/32177)) ([93e5100](https://github.com/frappe/erpnext/commit/93e510023a9498e744c37daf6f2e45fb356b116c)) * delete linked payment ledger entries no source doc deletion ([ccd0449](https://github.com/frappe/erpnext/commit/ccd0449006183b43a617c1acc736730b7ac32bc6)) * drop old notes column from lead and prospect ([ded6e7f](https://github.com/frappe/erpnext/commit/ded6e7f5449d785ee0d862ac61da00b58b5259f7)) * **Employee:** shorter tab titles (backport [#32192](https://github.com/frappe/erpnext/issues/32192)) ([#32193](https://github.com/frappe/erpnext/issues/32193)) ([027e66f](https://github.com/frappe/erpnext/commit/027e66f637dcaf5dcddb797b139632f3f363ca1b)) * hide "Return of Components" button in closed SCO (backport [#32130](https://github.com/frappe/erpnext/issues/32130)) ([#32131](https://github.com/frappe/erpnext/issues/32131)) ([7840fed](https://github.com/frappe/erpnext/commit/7840fed7a50a08d9b90b27bae8096651a87e5a23)) * import error on bank statement import ([467ee97](https://github.com/frappe/erpnext/commit/467ee9793857b95352f860097aeef7696114e6e8)) * internal transfer flow ([4bac0da](https://github.com/frappe/erpnext/commit/4bac0daf9bc33487e6c0bab91a8d18bdb9843686)) * inventory dimension filter's label not showing in the reort ([2d2eef6](https://github.com/frappe/erpnext/commit/2d2eef6b2945536546896ae190baf47aa6bec42e)) * item wise sales register taxes and charges ([53f235b](https://github.com/frappe/erpnext/commit/53f235b6306ae2c95e23c87ca50cfd6ebe1f3020)) * Migrate old lead notes as per the new format ([28b1d4e](https://github.com/frappe/erpnext/commit/28b1d4e2a31daafaa7192bba8a0e9ad0159c57bc)) * option to start reposting from repost item valuation ([6483195](https://github.com/frappe/erpnext/commit/64831952d5c827089be95fba5bad074674ccaeea)) * pick_list - picked qty getting set to 1 ([3c3ab89](https://github.com/frappe/erpnext/commit/3c3ab897d58a169ef2b1564b759cba9ed51ffc48)) * promotional scheme min and max amount configuration ([702c16e](https://github.com/frappe/erpnext/commit/702c16eac4ebdc16f7c7cbae1b82263cbb41a62c)) * QR Code multi currency issue ([d14a9a1](https://github.com/frappe/erpnext/commit/d14a9a1e89901f6d2d6568c57e6b39f653ab22fe)) * Rate for internal PI have non stock UOM items ([c06e241](https://github.com/frappe/erpnext/commit/c06e241fbc1b555300fcc2a76a79bc5250202956)) * remove EmployeeBoardingController (backport [#32139](https://github.com/frappe/erpnext/issues/32139)) ([#32191](https://github.com/frappe/erpnext/issues/32191)) ([944b8a0](https://github.com/frappe/erpnext/commit/944b8a0ed79d8081632eca2ebb4877e2a7cb3817)) * remove multiple call to ple creation ([a2285d5](https://github.com/frappe/erpnext/commit/a2285d5e5e84df8bc50c87aecd1fcadb11908c76)) * reposting not working for internal transferred purchase receipt ([7ce6729](https://github.com/frappe/erpnext/commit/7ce672910015afe2e7d0383d4da2813f7901f826)) * require barcode item barcode ([#32111](https://github.com/frappe/erpnext/issues/32111)) ([404668f](https://github.com/frappe/erpnext/commit/404668fcc9778017eefc6a5470e6fad7d045f1b8)), closes [#31957](https://github.com/frappe/erpnext/issues/31957) * required_qty in BOM Stock Calculated report ([af883be](https://github.com/frappe/erpnext/commit/af883be065a9362f5a12cea8d41f818ac1e9dc8d)) * SCO Supplied Items returned-qty ([4568648](https://github.com/frappe/erpnext/commit/4568648d8ce4bdc4bb74076d90abacf5edf16fa6)) * Set filter condition and spell in AR ([174c750](https://github.com/frappe/erpnext/commit/174c7503c97b5ddf0ed264fe540d2fab28853074)) * status filter for Subcontracting Order in Stock Entry ([844f120](https://github.com/frappe/erpnext/commit/844f120a56822a3f87d2af09869445197515efe8)) * Subcontracting Receipt GL Entries (backport [#31918](https://github.com/frappe/erpnext/issues/31918)) ([#32124](https://github.com/frappe/erpnext/issues/32124)) ([f2ab220](https://github.com/frappe/erpnext/commit/f2ab220ce31cef507f8f0f4eb3eac3fb1aa6684d)) * **UX:** make Item attachments public by default (backport [#32196](https://github.com/frappe/erpnext/issues/32196)) ([#32197](https://github.com/frappe/erpnext/issues/32197)) ([2c4867c](https://github.com/frappe/erpnext/commit/2c4867cc981f02095d2f18a01f3f4c7130b8fb51)) * validate Subcontracting Order in Stock Entry ([d3cc9d4](https://github.com/frappe/erpnext/commit/d3cc9d4fa6369d636a0eb34678ec86e68a7fcb49)) ### Performance Improvements * lesser SQL queries and no validation ([7bb5f6e](https://github.com/frappe/erpnext/commit/7bb5f6eb2365c114573705753d93358221c2a8d2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2b9c6c8c241..6ce0f9cd2f6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.1.0" +__version__ = "14.1.1" def get_default_company(user=None): From fed23536dcd36f9418d004913b38fe23e62cc7d6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 19:21:04 +0530 Subject: [PATCH 06/13] fix: correct sql output format in CRM patch (backport #32213) (#32214) fix: correct sql output format in CRM patch (#32213) (cherry picked from commit 97977cdb4ba42a1a20a6e747cc5586ae92e8954b) Co-authored-by: Ankush Menat --- .../v14_0/migrate_existing_lead_notes_as_per_the_new_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v14_0/migrate_existing_lead_notes_as_per_the_new_format.py b/erpnext/patches/v14_0/migrate_existing_lead_notes_as_per_the_new_format.py index 032aeccc23d..ec72527552c 100644 --- a/erpnext/patches/v14_0/migrate_existing_lead_notes_as_per_the_new_format.py +++ b/erpnext/patches/v14_0/migrate_existing_lead_notes_as_per_the_new_format.py @@ -12,7 +12,7 @@ def execute(): frappe.qb.from_(dt) .select(dt.name, dt.notes, dt.modified_by, dt.modified) .where(dt.notes.isnotnull() & dt.notes != "") - ).run() + ).run(as_dict=True) for d in records: if strip_html(cstr(d.notes)).strip(): From 14e5f239ac2af01074973d341c2f0ee57c99901f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Sep 2022 13:52:36 +0000 Subject: [PATCH 07/13] chore(release): Bumped to Version 14.1.2 ## [14.1.2](https://github.com/frappe/erpnext/compare/v14.1.1...v14.1.2) (2022-09-14) ### Bug Fixes * correct sql output format in CRM patch (backport [#32213](https://github.com/frappe/erpnext/issues/32213)) ([#32214](https://github.com/frappe/erpnext/issues/32214)) ([fed2353](https://github.com/frappe/erpnext/commit/fed23536dcd36f9418d004913b38fe23e62cc7d6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6ce0f9cd2f6..db168818a8c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.1.1" +__version__ = "14.1.2" def get_default_company(user=None): From c50d6c5e74bc2a4aa5b3acba91bc6096df406336 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 Sep 2022 18:31:07 +0000 Subject: [PATCH 08/13] chore(release): Bumped to Version 14.2.0 # [14.2.0](https://github.com/frappe/erpnext/compare/v14.1.2...v14.2.0) (2022-09-20) ### Bug Fixes * `po_detail` or `sco_rm_detail` not getting set while while mapping SE ([ff210c7](https://github.com/frappe/erpnext/commit/ff210c73eb44bef4e89a10826f3d5415f56b56d0)) * `sco_rm_detail` in Stock Entry ([a15f0d4](https://github.com/frappe/erpnext/commit/a15f0d427c76f3ba01aec854ea010f1996f09dc7)) * abbreviation issue on renaming cost center ([f752822](https://github.com/frappe/erpnext/commit/f752822bb34d1c41fcc40dfeb2604ce140e25d9b)) * Add child table for tax withheld vouchers ([e807662](https://github.com/frappe/erpnext/commit/e8076629fa281b8a7666deb9e595be2ebfe7d6c4)) * always set default expense account in company ([3b79e24](https://github.com/frappe/erpnext/commit/3b79e24c7edf77c471b89da2c349ebe47c66d572)) * **Asset Capitalization:** Hide source items section if table is empty ([003cfe2](https://github.com/frappe/erpnext/commit/003cfe27172f1f1eecf1e663b7c0559c1a009be6)) * **Asset Capitalization:** Reverse depreciation on cancel ([85d1a23](https://github.com/frappe/erpnext/commit/85d1a237ce13d857ebbecd6a7e196c06d9aa3735)) * **Asset Capitalization:** update code for changes in depreciation logic ([dc3c27f](https://github.com/frappe/erpnext/commit/dc3c27fd1b6382c1f1e7a6cdbe4af3826859b247)) * **Asset Capitalization:** validation edge cases ([c311b8e](https://github.com/frappe/erpnext/commit/c311b8ea4f5c51c18462f671d26ede1c18f7f5b6)) * **Asset Captalization:** run_serially on posting_date changed ([132b517](https://github.com/frappe/erpnext/commit/132b517584352a8a6c895fd3256bdc08b03c1df5)) * **Asset:** On Depreciation reversal, remove Journal Entry reference ([e832944](https://github.com/frappe/erpnext/commit/e832944dfede4e979691ec7a4dd22c2fd89de4f7)) * consider posting time for internal transfer PO ([f370c7b](https://github.com/frappe/erpnext/commit/f370c7b50b0d8902c031b52ad4154bc896613915)) * correct sql output format in CRM patch (backport [#32213](https://github.com/frappe/erpnext/issues/32213)) ([#32215](https://github.com/frappe/erpnext/issues/32215)) ([64aad88](https://github.com/frappe/erpnext/commit/64aad8868414864d089bc552a196c843aae1c02c)) * create dunning from sales invoice ([17ea6cc](https://github.com/frappe/erpnext/commit/17ea6cc5a585464bf81010997a3bbd08b4aebba7)) * Depreciation posting date only when calculate depreciation is checked ([4939153](https://github.com/frappe/erpnext/commit/4939153f8c7e0d1a1488d6a698050d2ca147b4fa)) * disable cwip in asset repair tests ([5cab0aa](https://github.com/frappe/erpnext/commit/5cab0aa1d7c620cd6a9f0c7ac5eab83bebd34461)) * fetch description only if empty on the payment schedule ([8876631](https://github.com/frappe/erpnext/commit/887663129e95544023b9cd2d5cf506e94f6c0263)) * Fetch vouchers to show in Invoice ([f759c29](https://github.com/frappe/erpnext/commit/f759c29d5576c8288872e000dfb12de54e2d889a)) * incorrect gl if tax on multi currency payment entry ([dcfc11d](https://github.com/frappe/erpnext/commit/dcfc11df7a007c4e61eef1238707162e7de15500)) * make `po_detail` or `sco_rm_detail` mandatory for SE `Send to Subcontractor` ([908944b](https://github.com/frappe/erpnext/commit/908944b68bd75c88991011e747e02e66b91a2b78)) * merge conflict ([cd613c6](https://github.com/frappe/erpnext/commit/cd613c60336c7c7a9e9ec90e3109d52b72d3b489)) * No permission to read doctype ([442f54a](https://github.com/frappe/erpnext/commit/442f54a988e209d6d0ecfefd3cb5e3d1d8dea48a)) * Parent Level project linkning on creating PO from project ([cbaffb4](https://github.com/frappe/erpnext/commit/cbaffb4858fee0678d823d47d4e3a3e89068ece6)) * pending accrual entries ([b9a2499](https://github.com/frappe/erpnext/commit/b9a249918a644b48896b3aecaf9d38e8bf6b4519)) * production plan pending-qty ([5f3caf6](https://github.com/frappe/erpnext/commit/5f3caf697560dc37537b4653669f0621ce2cb71b)) * remove no_copy for ignore_pricing_rule ([c000319](https://github.com/frappe/erpnext/commit/c0003195b8e097b32662cb3491b6d6d80f52a86b)) * suggestion threshold label and rule was not working for other items with min and max amount ([436b7e3](https://github.com/frappe/erpnext/commit/436b7e3b70558dd0ec8907cbdfc7c6139dbab44f)) * TDS deduction via journal entry ([eba46da](https://github.com/frappe/erpnext/commit/eba46dae6c4c03d2fe4de8998039a0e64b3a9d8f)) * test cases ([f126e88](https://github.com/frappe/erpnext/commit/f126e88e5e7b2bf71be4a22eb08fe0aba0083780)) * test cases ([153ef5f](https://github.com/frappe/erpnext/commit/153ef5f164d2b361ac5c428076fcc8c7bba8aee2)) * unknown column error while updating value of maintain-stock in item master ([38488c1](https://github.com/frappe/erpnext/commit/38488c13e616d164097a60e08c229bbeedf3bab3)) * use default supplier currency if default supplier is enabled ([c98413c](https://github.com/frappe/erpnext/commit/c98413c9818df5f41231b23ba6bb86b70a8581b8)) * warehouse filter in `BOM Stock Calculated Report` ([ed9a896](https://github.com/frappe/erpnext/commit/ed9a896f7294138879756cf5d539d0f999f0cb92)) ### Features * Asset Capitalization ([38c3107](https://github.com/frappe/erpnext/commit/38c31077c9ca63ef4da586680cd5bd326f04144a)) * Asset Capitalization Form ([6c74896](https://github.com/frappe/erpnext/commit/6c748966e732387383399389176afeb2fcc1ab7d)) * **Asset Capitalization:** Accounting Fields ([702b5c3](https://github.com/frappe/erpnext/commit/702b5c32c1e4c1e30bf9e84ac738df30a3b4a435)) * **Asset Capitalization:** Finance Book field in Asset Row ([3b9bc8e](https://github.com/frappe/erpnext/commit/3b9bc8e4effcd46d53c30169ea24df2ae849ad5c)) * **Asset Capitalization:** Submission and Cancellation ([7a5d75b](https://github.com/frappe/erpnext/commit/7a5d75b68d278cf100c9b73ab4ae0475b820eb67)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index db168818a8c..104a4901762 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.1.2" +__version__ = "14.2.0" def get_default_company(user=None): From 9c915ceeb2e600fdfab91f59f483bd0cbae808da Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Sep 2022 09:49:04 +0000 Subject: [PATCH 09/13] chore(release): Bumped to Version 14.2.1 ## [14.2.1](https://github.com/frappe/erpnext/compare/v14.2.0...v14.2.1) (2022-09-28) ### Bug Fixes * `For Quantity` error msg in `Stock Entry` ([4b6e1f4](https://github.com/frappe/erpnext/commit/4b6e1f489213e4c911d2ee367ae0b4e558c2d93f)) * Add return against indexes for POS Invoice ([3abe4a1](https://github.com/frappe/erpnext/commit/3abe4a16af88c0e0e223399a29dbdd3c417d04f3)) * Add return against indexes for POS Invoice ([32ad36a](https://github.com/frappe/erpnext/commit/32ad36ad0f5bfe36d76adfbc7d07387edcf1f7c3)) * Add strings to translate function ([2eeff8a](https://github.com/frappe/erpnext/commit/2eeff8a00bdac96b1df7e2131ce568ba9d99885f)) * add translate function to strings ([f5a3f8b](https://github.com/frappe/erpnext/commit/f5a3f8b48649a0cc4bd650c0eee214b4a127fcc9)) * add translate function to strings ([e464de3](https://github.com/frappe/erpnext/commit/e464de3c5dbce204efe3ee60d3a3a12500bdcdf4)) * allow to return expired batches using purchase return ([305eb02](https://github.com/frappe/erpnext/commit/305eb02bfcd337e1260acb76e3f2c9571d4e074e)) * consider overproduction percentage for WO finish button ([4a29c7f](https://github.com/frappe/erpnext/commit/4a29c7fafb2401c7dca6d388f36c394ec9554781)) * difference amount calculation on payment reconciliation ([b389740](https://github.com/frappe/erpnext/commit/b3897406b08e444c0597e1a27c52fee49e8f2cdc)) * get amount in words for debit note ([7554ac9](https://github.com/frappe/erpnext/commit/7554ac9569d1b8a2bc3d36ae266010aa656c3790)) * item_code key error in production plan ([4e31448](https://github.com/frappe/erpnext/commit/4e31448e3ddd51ad7c5bab053d852a1d2ed7bfc4)) * Move subscription process to hourly long quque ([b2f280d](https://github.com/frappe/erpnext/commit/b2f280dee60a5b266a0ea0b685716ce5794935e6)) * opening entry causing discepancy between stock and trial balance ([2fd0291](https://github.com/frappe/erpnext/commit/2fd0291afbae4c36c4d1204c616e388340207ed9)) * POS only validate QTY if is_stock_item ([29c4a32](https://github.com/frappe/erpnext/commit/29c4a32c335cae5fd2e2de8bc84bd028b5f2c217)) * POS properly validate stock for bundle products ([6b55a01](https://github.com/frappe/erpnext/commit/6b55a01834ff66ac0ee3ecb3aba17969d14b6d17)) * Reduce font size for Process Statement of accounts print/pdf ([bcfa9b8](https://github.com/frappe/erpnext/commit/bcfa9b859332e81d2aefb799aed11a8a61578720)) * report chart field type ([931aa62](https://github.com/frappe/erpnext/commit/931aa620725aa8c8095bca6fafb35fd08229506c)) * Scrap Asset Accounting Dimensions (backport [#31949](https://github.com/frappe/erpnext/issues/31949)) ([#32376](https://github.com/frappe/erpnext/issues/32376)) ([a28ae4d](https://github.com/frappe/erpnext/commit/a28ae4d6534f40cb4b7844c09998e9589e4d4fb5)) * total value in all keys ([24234d5](https://github.com/frappe/erpnext/commit/24234d584d55e5a5a25d27ac2e072d353e1c03ff)) * typo on opportunity summary by sales stage report ([a403e72](https://github.com/frappe/erpnext/commit/a403e729d68d919dba762c62faacb96acb8b3eaf)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 104a4901762..a87507f4250 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.2.0" +__version__ = "14.2.1" def get_default_company(user=None): From 217e407371f889a16cb38a375a45f480a437346b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 4 Oct 2022 12:13:08 +0000 Subject: [PATCH 10/13] chore(release): Bumped to Version 14.2.2 ## [14.2.2](https://github.com/frappe/erpnext/compare/v14.2.1...v14.2.2) (2022-10-04) ### Bug Fixes * (bulk transaction) key error and better error logging (backport [#32445](https://github.com/frappe/erpnext/issues/32445)) ([#32463](https://github.com/frappe/erpnext/issues/32463)) ([7a80385](https://github.com/frappe/erpnext/commit/7a8038500d862a6fcbea880fa6b12b73053abd6d)) * add non-stock item filter for `fg_item` in PO ([11f9279](https://github.com/frappe/erpnext/commit/11f92797b99679e53959e1625e22dcf49551b05d)) * add validation for non-stock item in SCR ([793fa18](https://github.com/frappe/erpnext/commit/793fa182258d8ddec55b6beb9b60208f0eaea0d5)) * asset requiring maintenance sold status and added test [v14-hotfix] ([c0a141b](https://github.com/frappe/erpnext/commit/c0a141bfcdb423c7775b85b8f8dcd0c51ea89482)) * asset tests ([6710337](https://github.com/frappe/erpnext/commit/671033755f2deedda583c51766f853fc0d1ace61)) * calculate depreciation properly on asset sale entry and scrap entry ([f5f13c4](https://github.com/frappe/erpnext/commit/f5f13c4611458121d4c26acb913fe557933b9046)) * Create accounting dimension fields in asset capitalization ([9ec0d10](https://github.com/frappe/erpnext/commit/9ec0d104a5cec46e6f1c5c8e1bdf08fcda4b40e1)) * Disbursement Account in patch to update old loans ([0973989](https://github.com/frappe/erpnext/commit/097398914eb8fedc2646e1051a994d609673aad0)) * don't allow to update `Maintain Stock` if the item has a `BOM` ([e5d1f59](https://github.com/frappe/erpnext/commit/e5d1f59d964953371f1e4fd183f2d31a7c970899)) * fetch swift_number in payment_request ([f09222a](https://github.com/frappe/erpnext/commit/f09222a9e5d0b9c9bb2ae19d912cbe700465e870)) * fix restore asset value after depreciation ([8605245](https://github.com/frappe/erpnext/commit/86052450a56eb4786bbc9caacecae9add2ae7386)) * fixes query builder order by issue in postgres (backport [#32441](https://github.com/frappe/erpnext/issues/32441)) ([#32465](https://github.com/frappe/erpnext/issues/32465)) ([8851826](https://github.com/frappe/erpnext/commit/8851826a574b7b06f034c9546534bacabbc67719)) * Incorrect TCS amount deducted in Sales Invoice ([4d51d73](https://github.com/frappe/erpnext/commit/4d51d73797fa9dd7ae6b5780fee17a5d6f9fb4d7)) * Item details fetching on making transaction from item dashboard ([db60299](https://github.com/frappe/erpnext/commit/db60299cf32d337c0f3a64ea08d82cfb6077dde6)) * not able to return sold expired batches ([9c56a5f](https://github.com/frappe/erpnext/commit/9c56a5ff7c0cf61a52920ce68cc29f4e482b862f)) * payment request make bank field Link instead of Read Only ([c8c0f34](https://github.com/frappe/erpnext/commit/c8c0f345d7e23584311ab6c15696ba00f7a07db1)) * pick list picked-qty for batch item ([32107c4](https://github.com/frappe/erpnext/commit/32107c4a79db9715b9d4eabb75f4401bafeaab22)) * refactor asset capitilization ([bad3b33](https://github.com/frappe/erpnext/commit/bad3b330f4eeb89761dcf621cfe3f95644cef030)) * searchfields as per customize form not working for Item ([f167abb](https://github.com/frappe/erpnext/commit/f167abbbfd7ccd719a2a039d8d4a32733c996ebb)) * show `Make Purchase Invoice` button based on permission ([fd86876](https://github.com/frappe/erpnext/commit/fd86876a0eaa8d17f375080d88cafda959514da8)) * supplied items added twice in Stock Entry ([d91ac5e](https://github.com/frappe/erpnext/commit/d91ac5e549264e69f4956492351b30dd9d18ef85)) * test_scrap_asset ([fd232d1](https://github.com/frappe/erpnext/commit/fd232d1db7219930317e2355a2e609ee4dc8f200)) * typo in sales_register's filter mode_of_payment (backport [#32371](https://github.com/frappe/erpnext/issues/32371)) ([#32446](https://github.com/frappe/erpnext/issues/32446)) ([1918b5c](https://github.com/frappe/erpnext/commit/1918b5c4b0e83ac2c471b6f31aac722cde7a1bc5)) * update with new Frappe color. fix [#32455](https://github.com/frappe/erpnext/issues/32455) ([#32456](https://github.com/frappe/erpnext/issues/32456)) ([3e7582f](https://github.com/frappe/erpnext/commit/3e7582f55bd88a771320ce3f2f7c77a4f879b4aa)) ### Reverts * Revert "fix: fetch swift_number in payment_request" ([d3c151f](https://github.com/frappe/erpnext/commit/d3c151f32bf2c340c546f0a799ede80977958010)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a87507f4250..6aabfd33488 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.2.1" +__version__ = "14.2.2" def get_default_company(user=None): From a226fcf898c70af4717f4604b9a24d4e4c571214 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Fri, 7 Oct 2022 14:04:36 +0530 Subject: [PATCH 11/13] fix: Tax withholding related fixes (cherry picked from commit abf5b6be3ea13f0d00664e25e7b1742429d4f5e2) --- .../tax_withholding_category/tax_withholding_category.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py index 84c2c9a3c3e..61f52a18aab 100644 --- a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py +++ b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py @@ -425,7 +425,10 @@ def get_tds_amount(ldc, parties, inv, tax_details, tax_deducted, vouchers): ): # Get net total again as TDS is calculated on net total # Grand is used to just check for threshold breach - net_total = frappe.db.get_value("Purchase Invoice", invoice_filters, "sum(net_total)") or 0.0 + net_total = 0 + if vouchers: + net_total = frappe.db.get_value("Purchase Invoice", invoice_filters, "sum(net_total)") + net_total += inv.net_total supp_credit_amt = net_total - cumulative_threshold From 6060072d2203cc7c10cde7109f8599c81fd5def3 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Fri, 7 Oct 2022 14:22:40 +0530 Subject: [PATCH 12/13] fix: Do not add tax withheld vouchers post tax withheding in one document (cherry picked from commit 781d160c684f9c04b1c799449e484abff3e07d8a) --- .../accounts/doctype/purchase_invoice/purchase_invoice.json | 3 ++- .../tax_withholding_category/tax_withholding_category.py | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index 3020e6dc6e3..1e477776e2d 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -1430,6 +1430,7 @@ "fieldname": "tax_withheld_vouchers", "fieldtype": "Table", "label": "Tax Withheld Vouchers", + "no_copy": 1, "options": "Tax Withheld Vouchers", "read_only": 1 } @@ -1438,7 +1439,7 @@ "idx": 204, "is_submittable": 1, "links": [], - "modified": "2022-09-27 11:07:55.766844", + "modified": "2022-10-07 14:19:14.214157", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice", diff --git a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py index 61f52a18aab..7eddd81ee03 100644 --- a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py +++ b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py @@ -249,6 +249,9 @@ def get_tax_amount(party_type, parties, inv, tax_details, posting_date, pan_no=N ) else: tax_amount = net_total * tax_details.rate / 100 if net_total > 0 else 0 + + # once tds is deducted, not need to add vouchers in the invoice + voucher_wise_amount = {} else: tax_amount = get_tds_amount(ldc, parties, inv, tax_details, tax_deducted, vouchers) From f70103dac635a55fbb86e477fe52cb9b06aa2a36 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 7 Oct 2022 12:40:22 +0000 Subject: [PATCH 13/13] chore(release): Bumped to Version 14.2.3 ## [14.2.3](https://github.com/frappe/erpnext/compare/v14.2.2...v14.2.3) (2022-10-07) ### Bug Fixes * Do not add tax withheld vouchers post tax withheding in one document ([6060072](https://github.com/frappe/erpnext/commit/6060072d2203cc7c10cde7109f8599c81fd5def3)) * Tax withholding related fixes ([a226fcf](https://github.com/frappe/erpnext/commit/a226fcf898c70af4717f4604b9a24d4e4c571214)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6aabfd33488..7a447fef30e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.2.2" +__version__ = "14.2.3" def get_default_company(user=None):