Frappe PR Bot
56070c7b86
chore(release): Bumped to Version 13.32.0
...
# [13.32.0](https://github.com/frappe/erpnext/compare/v13.31.1...v13.32.0 ) (2022-05-31)
### Bug Fixes
* add list view settings for Gratuity ([e4426ad ](e4426addeb ))
* amount precision for Tax Exemption Proof Submission ([bb04e4b ](bb04e4b6de ))
* component pay calculation ([b1e119d ](b1e119d97d ))
* conflicts ([cdb884b ](cdb884bbf2 ))
* conflicts ([c02a89d ](c02a89db4d ))
* conflicts ([6aa6114 ](6aa6114757 ))
* date filter on quality inspection report (backport [#31148 ](https://github.com/frappe/erpnext/issues/31148 )) ([#31164 ](https://github.com/frappe/erpnext/issues/31164 )) ([f19747c ](f19747cee0 ))
* Exchange rate reste to 1 on making mapped doc ([91863c7 ](91863c7457 ))
* Gratuity status not updated on salary slip submission ([0a014ed ](0a014edd7a ))
* HRA Exemption calculation in case of multiple salary structure assignments ([de8f5f8 ](de8f5f87d0 ))
* Improve button labels in Warehouse (backport [#31101 ](https://github.com/frappe/erpnext/issues/31101 )) ([#31150 ](https://github.com/frappe/erpnext/issues/31150 )) ([d891394 ](d891394dc8 ))
* **india:** duplicate qrcode and hide button ([#31154 ](https://github.com/frappe/erpnext/issues/31154 )) ([f40100d ](f40100d483 ))
* Job Opening linked to Staffing Plan cannot be created/updated if there are existing employees ([b4a3a53 ](b4a3a533c8 ))
* **pos:** freeze screen while processing pos invoices ([#30850 ](https://github.com/frappe/erpnext/issues/30850 )) ([a7bf236 ](a7bf236c28 ))
* skip existing batch number during autogen (backport [#31140 ](https://github.com/frappe/erpnext/issues/31140 )) ([#31144 ](https://github.com/frappe/erpnext/issues/31144 )) ([a380bae ](a380bae298 ))
* Tax Declaration tests and amount precision ([1e728df ](1e728df54c ))
* validation message ([096ae21 ](096ae210e1 ))
### Features
* Auto accrue loan interest for backdated term loans ([89c4d51 ](89c4d518e1 ))
* live preview of naming series on naming series tool (backport [#31141 ](https://github.com/frappe/erpnext/issues/31141 )) ([#31146 ](https://github.com/frappe/erpnext/issues/31146 )) ([fd2f3b9 ](fd2f3b9061 ))
* provision to exclude exploded items in the BOM (backport [#29450 ](https://github.com/frappe/erpnext/issues/29450 )) ([#31174 ](https://github.com/frappe/erpnext/issues/31174 )) ([50d338d ](50d338df30 ))
v13.32.0
2022-05-31 13:22:25 +00:00
Ankush Menat
683256eccc
Merge pull request #31197 from frappe/version-13-hotfix
...
chore: weekly release for version-13
2022-05-31 18:50:44 +05:30
Rucha Mahabal
cdb884bbf2
fix: conflicts
2022-05-31 13:11:32 +05:30
Rucha Mahabal
2c26ab599a
test: HRA Exemption in Proof Submission
...
(cherry picked from commit ed1ba677d6 )
2022-05-31 13:11:32 +05:30
Rucha Mahabal
bb04e4b6de
fix: amount precision for Tax Exemption Proof Submission
...
(cherry picked from commit cfe2f8cac1 )
2022-05-31 13:11:32 +05:30
Rucha Mahabal
66deee1582
test: set country to India before running regional tests
...
(cherry picked from commit 2e98e9e0b9 )
2022-05-31 13:11:32 +05:30
Rucha Mahabal
1e728df54c
fix: Tax Declaration tests and amount precision
...
(cherry picked from commit 00adda7c8d )
2022-05-31 13:11:32 +05:30
Rucha Mahabal
c1f6f11e91
test: HRA Exemption in Employee Tax Exemption Declaration
...
(cherry picked from commit 5e96a46c87 )
2022-05-31 13:11:32 +05:30
Rucha Mahabal
b1e119d97d
fix: component pay calculation
...
(cherry picked from commit 2b65c9616f )
2022-05-31 13:11:32 +05:30
Rucha Mahabal
de8f5f87d0
fix: HRA Exemption calculation in case of multiple salary structure assignments
...
(cherry picked from commit 34925a3a8c )
# Conflicts:
# erpnext/regional/india/utils.py
2022-05-31 13:11:32 +05:30
Deepesh Garg
99917af73f
Merge pull request #31156 from frappe/mergify/bp/version-13-hotfix/pr-30850
...
fix(pos): freeze screen while processing pos invoices (backport #30850 )
2022-05-31 10:56:32 +05:30
Deepesh Garg
698c9ed3bc
Merge pull request #31186 from frappe/mergify/bp/version-13-hotfix/pr-31127
...
feat: Auto accrue loan interest for backdated term loans (backport #31127 )
2022-05-31 10:28:38 +05:30
Deepesh Garg
3344823b7d
Merge pull request #31185 from frappe/mergify/bp/version-13-hotfix/pr-31184
...
fix(accounts): Ignore Cancelled GL Entries (backport #31184 )
2022-05-31 10:28:27 +05:30
Deepesh Garg
89c4d518e1
feat: Auto accrue loan interest for backdated term loans
...
(cherry picked from commit 96d8b1ef3c )
2022-05-31 04:28:29 +00:00
Mitchy25
d8531f20a0
Ignore Cancelled GL Entries
...
Profitability Analysis includes 'is_cancelled' GL Entries which means that the profit numbers are incorrect. This change will ensure that the profit figures ignore cancelled GL Entries.
(cherry picked from commit a0c412a0dd )
2022-05-31 04:19:35 +00:00
Rucha Mahabal
2fe54e5435
chore: add Interview doctypes to HR workspace ( #31181 )
2022-05-30 18:26:20 +05:30
mergify[bot]
0759a8aee3
chore: remove unused bill no & date from purchase receipt (backport #31163 ) ( #31177 )
...
chore: remove unused bill no & date from purchase receipt (#31163 )
(cherry picked from commit 08bf0baaae )
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com >
2022-05-30 15:50:04 +05:30
mergify[bot]
50d338df30
feat: provision to exclude exploded items in the BOM (backport #29450 ) ( #31174 )
...
* feat: provision to exclude exploded items in the BOM (#29450 )
(cherry picked from commit b75b00fefc )
* fix(ux): "New Version" button BOM
"duplicate" technically creates a new version but that's not intuitive
at all.
* fix: only erase BOM when do_not_explode is set
* fix: allow non-explosive recrusive BOMs
Recursion should be allowed as long as child item is not "exploded"
further by a BOM.
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-05-30 15:43:49 +05:30
Ankush Menat
eb8d30fe06
chore: remove framework tests from erpnext
...
Similar tests exist in FW and this is failing because someone updated
the translations
2022-05-30 15:42:34 +05:30
mergify[bot]
7767dc1ee3
chore: update translation fr for BOM (backport #31126 ) ( #31165 )
...
* chore: update translation fr for BOM (#31126 )
* fix: update translation
* fix: fr translation for BOM
(cherry picked from commit ce8e05146e )
* chore: format
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-05-29 22:10:46 +05:30
mergify[bot]
f19747cee0
fix: date filter on quality inspection report (backport #31148 ) ( #31164 )
...
fix: date filter on quality inspection report (#31148 )
* fix: date filter
fix from date to to date filter btw those days
* fix: remove unnecessary conditions
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit 7ff8acac51 )
Co-authored-by: MOHAMMED NIYAS <76736615+niyazrazak@users.noreply.github.com >
2022-05-27 17:32:24 +05:30
Rucha Mahabal
b98f3647ec
Merge pull request #31162 from frappe/mergify/bp/version-13-hotfix/pr-31160
...
fix: Gratuity status not updated on salary slip submission (backport #31160 )
2022-05-27 15:49:08 +05:30
Rucha Mahabal
c02a89db4d
fix: conflicts
2022-05-27 15:30:29 +05:30
Rucha Mahabal
6aa6114757
fix: conflicts
2022-05-27 15:11:49 +05:30
Rucha Mahabal
30cbe8feb6
test: make holiday list before running gratuity tests
...
(cherry picked from commit c9e070393d )
2022-05-27 09:36:21 +00:00
Rucha Mahabal
e4426addeb
fix: add list view settings for Gratuity
...
(cherry picked from commit 79b0aede00 )
# Conflicts:
# erpnext/payroll/doctype/gratuity/gratuity.json
2022-05-27 09:36:21 +00:00
Rucha Mahabal
b5d66877d8
refactor: clean-up gratuity tests
...
(cherry picked from commit 6c66bbbbfe )
# Conflicts:
# erpnext/payroll/doctype/gratuity/test_gratuity.py
2022-05-27 09:36:20 +00:00
Rucha Mahabal
00a6bc7970
test: Gratuity status for payment via salary slip
...
(cherry picked from commit b81d7519c1 )
# Conflicts:
# erpnext/payroll/doctype/gratuity/test_gratuity.py
2022-05-27 09:36:20 +00:00
Rucha Mahabal
0a014edd7a
fix: Gratuity status not updated on salary slip submission
...
(cherry picked from commit 385e22a067 )
2022-05-27 09:36:19 +00:00
Frappe PR Bot
1bffd06e3a
chore(release): Bumped to Version 13.31.1
...
## [13.31.1](https://github.com/frappe/erpnext/compare/v13.31.0...v13.31.1 ) (2022-05-27)
### Bug Fixes
* Exchange rate reste to 1 on making mapped doc ([e5b586f ](e5b586ffd5 ))
v13.31.1
2022-05-27 06:50:43 +00:00
Deepesh Garg
0371c62eae
Merge pull request #31158 from frappe/mergify/bp/version-13/pr-31155
...
fix: Exchange rate reste to 1 on making mapped doc (backport #31155 )
2022-05-27 12:19:09 +05:30
Deepesh Garg
f820d8d35e
Merge pull request #31157 from frappe/mergify/bp/version-13-hotfix/pr-31155
...
fix: Exchange rate reste to 1 on making mapped doc (backport #31155 )
2022-05-27 12:18:26 +05:30
Deepesh Garg
e5b586ffd5
fix: Exchange rate reste to 1 on making mapped doc
...
(cherry picked from commit 2a10f09d8d )
2022-05-27 06:47:55 +00:00
Deepesh Garg
91863c7457
fix: Exchange rate reste to 1 on making mapped doc
...
(cherry picked from commit 2a10f09d8d )
2022-05-27 06:47:35 +00:00
mergify[bot]
f40100d483
fix(india): duplicate qrcode and hide button ( #31154 )
2022-05-27 12:16:47 +05:30
HarryPaulo
a7bf236c28
fix(pos): freeze screen while processing pos invoices ( #30850 )
...
(cherry picked from commit 4b04694c2c )
2022-05-27 06:46:26 +00:00
mergify[bot]
d891394dc8
fix: Improve button labels in Warehouse (backport #31101 ) ( #31150 )
...
* style: format warehouse js
(cherry picked from commit c704ad889d )
* fix: improve labels, simplify logic
(cherry picked from commit a6ddd86d31 )
* fix: german translations
(cherry picked from commit 9356eb11de )
* fix: remove unsupported arguments
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit e77c379cbb )
* refactor: set queries during setup
(cherry picked from commit 1b16eb7667 )
* style: format
(cherry picked from commit 1e9f9c452f )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2022-05-27 12:11:12 +05:30
mergify[bot]
a380bae298
fix: skip existing batch number during autogen (backport #31140 ) ( #31144 )
...
* fix: skip existing batch number during autogen (#31140 )
* test: correctly check for existing item
* test: batch no for test PR generation
Co-authored-by: Ankush Menat <me@ankush.dev >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-05-26 20:55:29 +05:30
mergify[bot]
fd2f3b9061
feat: live preview of naming series on naming series tool (backport #31141 ) ( #31146 )
...
* chore: resave naming series doctype schema
separate commit to avoid mixing actual changes
(cherry picked from commit 82cd54b40b )
* feat: preview next numbers on naming series tool
(cherry picked from commit 24d1bf5328 )
* docs: update help information on naming series
(cherry picked from commit 4d0e2aa33a )
* test: add basic tests for naming series tool
(cherry picked from commit 964b4184a6 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-05-26 17:10:49 +05:30
Rucha Mahabal
2ce90afa25
Merge pull request #31142 from frappe/mergify/bp/version-13-hotfix/pr-31130
2022-05-26 13:42:48 +05:30
Rucha Mahabal
096ae210e1
fix: validation message
...
(cherry picked from commit 2bc6d46070 )
2022-05-26 07:54:35 +00:00
Rucha Mahabal
ec63912253
test: Job Opening against a Staffing Plan
...
(cherry picked from commit ab0ef60918 )
2022-05-26 07:54:35 +00:00
Rucha Mahabal
b4a3a533c8
fix: Job Opening linked to Staffing Plan cannot be created/updated if there are existing employees
...
(cherry picked from commit 29228575fa )
2022-05-26 07:54:34 +00:00
Frappe PR Bot
91e935fee7
chore(release): Bumped to Version 13.31.0
...
# [13.31.0](https://github.com/frappe/erpnext/compare/v13.30.0...v13.31.0 ) (2022-05-26)
### Bug Fixes
* Account currency validation for first transaction ([228f10b ](228f10bf30 ))
* Add party account validation for journal entry ([7f853b1 ](7f853b1f0f ))
* always update item_name for stock entry (backport [#31068 ](https://github.com/frappe/erpnext/issues/31068 )) ([#31071 ](https://github.com/frappe/erpnext/issues/31071 )) ([f519dc6 ](f519dc613c ))
* change project's actual_start_date fieldtype from Data to Date (backport [#31085 ](https://github.com/frappe/erpnext/issues/31085 )) ([#31135 ](https://github.com/frappe/erpnext/issues/31135 )) ([8c2f203 ](8c2f203361 ))
* Chart data for monthly periodicity in Cash Flow report ([#31039 ](https://github.com/frappe/erpnext/issues/31039 )) ([f14e9b7 ](f14e9b7502 ))
* corrective job card creation (backport [#31083 ](https://github.com/frappe/erpnext/issues/31083 )) ([#31084 ](https://github.com/frappe/erpnext/issues/31084 )) ([c17c260 ](c17c260a65 ))
* don't capture payments with invoice_id as donations ([168a9d4 ](168a9d417b ))
* employee advance status update on return via additional salary ([d59c3d2 ](d59c3d2142 ))
* Handle missing HSN Codes ([ce3a21e ](ce3a21eb03 ))
* Healthcare module accounting test cases ([09a42a1 ](09a42a122f ))
* **India:** Async issue in company address trigger ([2ea3318 ](2ea331852a ))
* **india:** error while parsing e-invoice ([#31061 ](https://github.com/frappe/erpnext/issues/31061 )) ([1461d66 ](1461d66dda ))
* **india:** eway bill cancel api is disabled ([#31060 ](https://github.com/frappe/erpnext/issues/31060 )) ([95491e1 ](95491e1718 ))
* Job Card excess transfer behaviour (backport [#31054 ](https://github.com/frappe/erpnext/issues/31054 )) ([#31096 ](https://github.com/frappe/erpnext/issues/31096 )) ([3984f04 ](3984f04a49 ))
* Leave Encashment calculations (backport [#31062 ](https://github.com/frappe/erpnext/issues/31062 )) ([#31091 ](https://github.com/frappe/erpnext/issues/31091 )) ([ba76b64 ](ba76b6419e ))
* Loan Doc query in Bank Reconciliation Statement ([611d1af ](611d1af526 ))
* Loan repayment entries for payroll payable account ([ea6d754 ](ea6d754f73 ))
* multiple entries for same payment term ([90b1147 ](90b1147365 ))
* Party account validation in JV ([d10c2e5 ](d10c2e50be ))
* payments duplicate on pos closing entry (backport [#30976 ](https://github.com/frappe/erpnext/issues/30976 )) ([#31005 ](https://github.com/frappe/erpnext/issues/31005 )) ([0efbabe ](0efbabe7cf ))
* **pos:** paid amount calculation for multicurrency invoice ([#31122 ](https://github.com/frappe/erpnext/issues/31122 )) ([98eb7da ](98eb7da06a ))
* remove bad default for Membership From Date ([34928d2 ](34928d29f1 ))
* Remove validation from Journal Entry ([4ca6cdc ](4ca6cdca76 ))
* replace document states with list settings ([78e9e66 ](78e9e66d63 ))
* timesheet fetching in sales invoice ([216c32f ](216c32f4bc ))
* Use directly <a> and style it as button instead of using button ([0ab9fc0 ](0ab9fc0040 ))
### Features
* **Employee Advance:** add 'Returned' and 'Partly Claimed and Returned' status ([42e7a86 ](42e7a86a3b ))
### Reverts
* Revert "fix: Add party account validation for journal entry" ([9d43a90 ](9d43a90eb0 ))
v13.31.0
2022-05-26 05:38:49 +00:00
Deepesh Garg
63288fcd6c
Merge pull request #31137 from frappe/version-13-hotfix
...
chore: Weekly release for version-13
2022-05-26 11:07:11 +05:30
mergify[bot]
8c2f203361
fix: change project's actual_start_date fieldtype from Data to Date (backport #31085 ) ( #31135 )
...
Co-authored-by: sersaber <93864988+sersaber@users.noreply.github.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-05-26 10:32:10 +05:30
Deepesh Garg
0b0d57f7c2
Merge pull request #31128 from frappe/mergify/bp/version-13-hotfix/pr-26916
...
fix: Account currency validation for first transaction (backport #26916 )
2022-05-26 09:41:19 +05:30
Deepesh Garg
5748af7d53
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-26916
2022-05-26 09:23:46 +05:30
Deepesh Garg
7df829f9cc
chore: Update test case
2022-05-26 09:03:18 +05:30
Deepesh Garg
3d51d125bf
chore: Update test case
2022-05-25 23:52:40 +05:30