From ea221f7e632ccde242b70b7f9e9a49f986cad23f Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:36:43 +0530 Subject: [PATCH] chore: Add release notes for v12.17.0 (#24450) * chore: Add release notes for v12.17.0 * Chore: Fix formatting * chore: Fix links --- erpnext/change_log/v12/v12_17_0.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 erpnext/change_log/v12/v12_17_0.md diff --git a/erpnext/change_log/v12/v12_17_0.md b/erpnext/change_log/v12/v12_17_0.md new file mode 100644 index 00000000000..72c31ce9a62 --- /dev/null +++ b/erpnext/change_log/v12/v12_17_0.md @@ -0,0 +1,24 @@ +## ERPNext v12.17.0 Release Notes + +### Features + +- Separated equity tree in COA SKR04 ([#24094](https://github.com/frappe/erpnext/pull/24094)) +- Display transporter address in sales invoice ([#23731](https://github.com/frappe/erpnext/pull/23731)) +- Introduced GST E-Invoicing ([#24184](https://github.com/frappe/erpnext/pull/24184)) + +### Fixes + +- Fixed Payment Entry multi-currency issue ([#24331](https://github.com/frappe/erpnext/pull/24331)) +- Fixed an issue where user could have manufactured same serial no multiple times ([#24163](https://github.com/frappe/erpnext/pull/24163)) +- Back Update from QC based on Batch No ([#24368](https://github.com/frappe/erpnext/pull/24368)) +- Fixed tax calculation on salary slip for the first month ([#24309](https://github.com/frappe/erpnext/pull/24309)) ([#24272](https://github.com/frappe/erpnext/pull/24272)) +- Fixed issues related to e-invoicing ([#24366](https://github.com/frappe/erpnext/pull/24366)) ([#24421](https://github.com/frappe/erpnext/pull/24421)) ([#24284](https://github.com/frappe/erpnext/pull/24284)) +- Added a validation to restrict manual overriding of valuation rate in Stock Entry ([#24221](https://github.com/frappe/erpnext/pull/24221)) +- Fixed incorrect serial no. in the subcontracted Purchase Receipt ([#24353](https://github.com/frappe/erpnext/pull/24353)) +- Fixed an issue where Stock Ledger entry was not getting created against Stock Reconciliation ([#24384](https://github.com/frappe/erpnext/pull/24384)) +- Fixed company wise Valuation Rate for raw material in BOM ([#24367](https://github.com/frappe/erpnext/pull/24367)) +- Fixed Taxation related issue ([#24159](https://github.com/frappe/erpnext/pull/24159)) +- Allowed to override the basic rate for the finished good ([#24301](https://github.com/frappe/erpnext/pull/24301)) +- Fixed Loyalty Program related issues ([#24188](https://github.com/frappe/erpnext/pull/24188)) +- Fixed an issue where last purchase rate was not getting updated on canceling last voucher ([#24323](https://github.com/frappe/erpnext/pull/24323)) +- Fixed issue with pricing rule for offline POS ([#24288](https://github.com/frappe/erpnext/pull/24288)) \ No newline at end of file