From b3964ee35bf8729a26944a4898aa0e38cfec0133 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 3 May 2022 08:51:32 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.28.0 # [13.28.0](https://github.com/frappe/erpnext/compare/v13.27.1...v13.28.0) (2022-05-03) ### Bug Fixes * Consistent accounting dimensions across Sales and Purchase docs ([5df5058](https://github.com/frappe/erpnext/commit/5df50588cf6cff6716b920b5d24464358368bd51)) * convert default_item_manufacturer to link field ([#30835](https://github.com/frappe/erpnext/issues/30835)) ([#30866](https://github.com/frappe/erpnext/issues/30866)) ([37fad7e](https://github.com/frappe/erpnext/commit/37fad7e04ce7f436a12836da2ef12f96200feb89)) * Cost center filter on payment reconciliation ([22e7f03](https://github.com/frappe/erpnext/commit/22e7f03a0325fe449b39ee45cb092f8482af610f)) * filters not working in Shift Assignment Calendar view ([#30822](https://github.com/frappe/erpnext/issues/30822)) ([3cdbb65](https://github.com/frappe/erpnext/commit/3cdbb65b5a886550411659e3cac05287cb090293)) * Ignore custom field validation while setup ([ee54bf7](https://github.com/frappe/erpnext/commit/ee54bf7fe25ccb3543d70c7ecb55783a71bb689c)) * **india:** e-invoice generation for registered composition gst category type ([#30814](https://github.com/frappe/erpnext/issues/30814)) ([#30877](https://github.com/frappe/erpnext/issues/30877)) ([246869d](https://github.com/frappe/erpnext/commit/246869dd28bc2fdea91dd18c756faeee7833b4ae)) * Multi currency opening invoices ([2e62d51](https://github.com/frappe/erpnext/commit/2e62d518e8f9cd253b1002da871922a73f896e6f)) * payment days calculation for employees joining/leaving mid-month ([#30863](https://github.com/frappe/erpnext/issues/30863)) ([#30883](https://github.com/frappe/erpnext/issues/30883)) ([a1b0813](https://github.com/frappe/erpnext/commit/a1b0813966109eda2c4f426b57954bc407c4e35f)) * Period Closing Voucher is considering GL entries with is_cancelled=1 ([#30865](https://github.com/frappe/erpnext/issues/30865)) ([5a5b49b](https://github.com/frappe/erpnext/commit/5a5b49b61a2b79ddf34fc7b14c6aeec1a1513349)) * **pos:** number pad translations ([b01f855](https://github.com/frappe/erpnext/commit/b01f8555e5d2e0b53d858d61c5a4829b2667084f)) * **pos:** search field doesn't reset on checkout ([edbf551](https://github.com/frappe/erpnext/commit/edbf5513da121e483b5035719a1956af60271bd6)) * Supply type for overseas invoices with payment of tax ([fdcc591](https://github.com/frappe/erpnext/commit/fdcc591a5e6f6cb2d501c0e1d12361632b187022)) * supply type for sez invoices with payment of tax ([cf08710](https://github.com/frappe/erpnext/commit/cf087103cb824f7a5049ed8612a538a1429024f5)) * Use `account_type == 'Stock'` to filter stock accounts ([93482f3](https://github.com/frappe/erpnext/commit/93482f3302a53c83508dafe3a812819e40079443)) * **UX:** misleading stock entry lables ([#30870](https://github.com/frappe/erpnext/issues/30870)) ([#30871](https://github.com/frappe/erpnext/issues/30871)) ([57b03f0](https://github.com/frappe/erpnext/commit/57b03f0bf259cd84e7cebfac43022fff58698b41)) * **UX:** record reason for skipping attendance or marking absent for auto attendance ([#30846](https://github.com/frappe/erpnext/issues/30846)) ([f7bf4a3](https://github.com/frappe/erpnext/commit/f7bf4a3e621597d254adf477d28e8297700f679a)) * Vat Audit report fixes ([d5319a4](https://github.com/frappe/erpnext/commit/d5319a48269a4277818486e7ed74468e9107b8f4)) ### Features * Copy task color from project template (backport [#30857](https://github.com/frappe/erpnext/issues/30857)) ([#30859](https://github.com/frappe/erpnext/issues/30859)) ([7ee18e8](https://github.com/frappe/erpnext/commit/7ee18e86a2eeb752ab527cb9efe457466a1cc58d)) * support product bundles in picklist (backport [#30762](https://github.com/frappe/erpnext/issues/30762)) ([#30826](https://github.com/frappe/erpnext/issues/30826)) ([645ee2d](https://github.com/frappe/erpnext/commit/645ee2d8221f728d41fe52ffddf9b96307fbc8f4)) (cherry picked from commit 8cc2ea0ddbefb6722247a39a6568d65d4cf4cf5c) # Conflicts: # erpnext/__init__.py --- erpnext/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 84ed9d1402..e72e11a761 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -7,8 +7,12 @@ __version__ = "14.0.0-dev" ======= from erpnext.hooks import regional_overrides +<<<<<<< HEAD __version__ = "13.27.1" >>>>>>> 096dcf0e54 (chore(release): Bumped to Version 13.27.1) +======= +__version__ = "13.28.0" +>>>>>>> 8cc2ea0ddb (chore(release): Bumped to Version 13.28.0) def get_default_company(user=None):