From 923fcc77387aa0f1c17e56cdd881690bc3038007 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 8 May 2020 15:14:39 +0530 Subject: [PATCH] chore: Change log --- erpnext/change_log/v12/v12_8_0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 erpnext/change_log/v12/v12_8_0.md diff --git a/erpnext/change_log/v12/v12_8_0.md b/erpnext/change_log/v12/v12_8_0.md new file mode 100644 index 00000000000..47081083ec6 --- /dev/null +++ b/erpnext/change_log/v12/v12_8_0.md @@ -0,0 +1,11 @@ +## ERPNext v12.7.0 Release Note + +#### Income Tax Slab +Introduced a brand new **[Income Tax Slab](http://docs.local:8000/docs/user/manual/en/human-resources/income-tax-slab)** document to define individial's income tax rates based on different taxable income slab directed by the Government. +Using this document, Indian users will now be able to define income tax slabs for both old (2019) and new tax regime (2020). + +#### Salary Component Exempted from Income Tax +A new checkbox has been introduced in Salary Component. If checked, the full amount will be deducted from taxable income before calculating income tax without any declaration or proof submission. For example, Professional Tax in India is deducted from taxable income without any document proof. + +#### Employee Other Income +Employee Other Income is now a new document to declare other income of an employee from other sources. Previously, it was part of the Employee Tax Exemption Declaration document. \ No newline at end of file