From 29ea5cfc213a15fa98fa9ba0b9e08fb474a68969 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Jun 2023 16:04:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.28.0 # [14.28.0](https://github.com/frappe/erpnext/compare/v14.27.14...v14.28.0) (2023-06-28) ### Bug Fixes * asset capitalization ([#35832](https://github.com/frappe/erpnext/issues/35832)) ([fb823b5](https://github.com/frappe/erpnext/commit/fb823b53d1d9a631035016fa3b33003bf8ce297a)) * asset movement ([#35918](https://github.com/frappe/erpnext/issues/35918)) ([e16c148](https://github.com/frappe/erpnext/commit/e16c14863b52aaa7856c799ad64fe977d4a4fbbe)) * delivery trip driver is only required on submit (backport [#35876](https://github.com/frappe/erpnext/issues/35876)) ([#35893](https://github.com/frappe/erpnext/issues/35893)) ([fc051d1](https://github.com/frappe/erpnext/commit/fc051d143c14d137908aa09c5cac83c7133392ba)) * don't allow to make reposting entry for closing stock balance period ([e68b088](https://github.com/frappe/erpnext/commit/e68b08817e0577a640c0cf19707b02b9b69036de)) * filter parent warehouses not showing (backport [#35897](https://github.com/frappe/erpnext/issues/35897)) ([#35899](https://github.com/frappe/erpnext/issues/35899)) ([87ba196](https://github.com/frappe/erpnext/commit/87ba19647311c1b7b7b8aa7724b1bd773dfce440)) * incorrect cost center error in bank reconciliation ([cacb0f6](https://github.com/frappe/erpnext/commit/cacb0f6fdedd292102840e1cffaa7af0364b0fbf)) * issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry (backport [#35821](https://github.com/frappe/erpnext/issues/35821)) ([#35827](https://github.com/frappe/erpnext/issues/35827)) ([20f2bef](https://github.com/frappe/erpnext/commit/20f2bef55f13f862a17dbc3ecfef5743661ec946)) * make credit note and debit note exclusive ([#35781](https://github.com/frappe/erpnext/issues/35781)) ([fafb46e](https://github.com/frappe/erpnext/commit/fafb46eebd87b684f634c1207fdfce9219ecc1c2)) * multiple Work Orders agaist same production plan ([8ddfc34](https://github.com/frappe/erpnext/commit/8ddfc34c304928c848999825bba6a5ca05d7942e)) * no permission for accounts settings on payment reconciliation ([200ddbf](https://github.com/frappe/erpnext/commit/200ddbf66c1e82016c3356c2012f209730e407fb)) * Payment Term must be mandatory if `Allocate Payment based on ..` is checked ([#35798](https://github.com/frappe/erpnext/issues/35798)) ([3dd3935](https://github.com/frappe/erpnext/commit/3dd3935e7612b056bb881f241d50656386f86c15)) * POS Closing Entry load all invoices with one request on save ([#35819](https://github.com/frappe/erpnext/issues/35819)) ([8ecca2a](https://github.com/frappe/erpnext/commit/8ecca2a1cf93dbebdc379f4b7036a8d728664837)) * reconcile invoice against credit note. ([#35604](https://github.com/frappe/erpnext/issues/35604)) ([5c388a1](https://github.com/frappe/erpnext/commit/5c388a132fd79d4b26ca40b894f0b661bccf756f)) * Remove special treatment for P&L Accounts ([#35602](https://github.com/frappe/erpnext/issues/35602)) ([b023448](https://github.com/frappe/erpnext/commit/b0234489ca39659c3d5f6385233da42c8c39bb24)) * Set Asset cost center default as PR or PI Item Cost Center while auto creating ([#35844](https://github.com/frappe/erpnext/issues/35844)) ([4a7d75b](https://github.com/frappe/erpnext/commit/4a7d75b5cc89063b5bd230251d13598d7d51e3b6)) * show non-depreciable assets in fixed asset register ([#35858](https://github.com/frappe/erpnext/issues/35858)) ([42d0944](https://github.com/frappe/erpnext/commit/42d09448eed316268d9a5a2c9e25791bc48fa326)) * TDS amount calculation post LDC breach ([851b887](https://github.com/frappe/erpnext/commit/851b8871b239f56d4625a80e8bd531d642e9b066)) * use correct fieldname for purchase receipt column in item_wise_purchase_register report ([#35828](https://github.com/frappe/erpnext/issues/35828)) ([8f13b48](https://github.com/frappe/erpnext/commit/8f13b484a942126dbbc028481f7d7ae4106da9ce)) * **ux:** PO Get Items From Open Material Requests (backport [#35894](https://github.com/frappe/erpnext/issues/35894)) ([#35895](https://github.com/frappe/erpnext/issues/35895)) ([2ef2057](https://github.com/frappe/erpnext/commit/2ef2057f44690565d33b7d4c1695e4ec440e3114)) ### Features * Auto set Party in Bank Transaction ([#34675](https://github.com/frappe/erpnext/issues/34675)) ([d53b197](https://github.com/frappe/erpnext/commit/d53b1978962f7e5baa1c5069bc624dc558705725)) * Provision to send Accounts Receivable Reports using Process SOA ([#35789](https://github.com/frappe/erpnext/issues/35789)) ([21d560c](https://github.com/frappe/erpnext/commit/21d560cd1963a7254bd40cc0389a9eb3cab31d0b)), closes [#35707](https://github.com/frappe/erpnext/issues/35707) ### Performance Improvements * improve item wise register reports ([#35908](https://github.com/frappe/erpnext/issues/35908)) ([33ee011](https://github.com/frappe/erpnext/commit/33ee01174bb909ee46bb3d714d6f94fa0aefe48f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5d308202516..cd4d37676ee 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.14" +__version__ = "14.28.0" def get_default_company(user=None):