Frappe PR Bot
f70103dac6
chore(release): Bumped to Version 14.2.3
...
## [14.2.3](https://github.com/frappe/erpnext/compare/v14.2.2...v14.2.3 ) (2022-10-07)
### Bug Fixes
* Do not add tax withheld vouchers post tax withheding in one document ([6060072 ](6060072d22 ))
* Tax withholding related fixes ([a226fcf ](a226fcf898 ))
v14.2.3
2022-10-07 12:40:22 +00:00
Deepesh Garg
a519d68826
Merge pull request #32525 from frappe/mergify/bp/version-14/pr-32522
...
fix: Tax withholding related fixes (backport #32522 )
2022-10-07 18:08:51 +05:30
Deepesh Garg
6060072d22
fix: Do not add tax withheld vouchers post tax withheding in one document
...
(cherry picked from commit 781d160c68 )
2022-10-07 12:03:29 +00:00
Deepesh Garg
a226fcf898
fix: Tax withholding related fixes
...
(cherry picked from commit abf5b6be3e )
2022-10-07 12:03:29 +00:00
Frappe PR Bot
217e407371
chore(release): Bumped to Version 14.2.2
...
## [14.2.2](https://github.com/frappe/erpnext/compare/v14.2.1...v14.2.2 ) (2022-10-04)
### Bug Fixes
* (bulk transaction) key error and better error logging (backport [#32445 ](https://github.com/frappe/erpnext/issues/32445 )) ([#32463 ](https://github.com/frappe/erpnext/issues/32463 )) ([7a80385 ](7a8038500d ))
* add non-stock item filter for `fg_item` in PO ([11f9279 ](11f92797b9 ))
* add validation for non-stock item in SCR ([793fa18 ](793fa18225 ))
* asset requiring maintenance sold status and added test [v14-hotfix] ([c0a141b ](c0a141bfcd ))
* asset tests ([6710337 ](671033755f ))
* calculate depreciation properly on asset sale entry and scrap entry ([f5f13c4 ](f5f13c4611 ))
* Create accounting dimension fields in asset capitalization ([9ec0d10 ](9ec0d104a5 ))
* Disbursement Account in patch to update old loans ([0973989 ](097398914e ))
* don't allow to update `Maintain Stock` if the item has a `BOM` ([e5d1f59 ](e5d1f59d96 ))
* fetch swift_number in payment_request ([f09222a ](f09222a9e5 ))
* fix restore asset value after depreciation ([8605245 ](86052450a5 ))
* fixes query builder order by issue in postgres (backport [#32441 ](https://github.com/frappe/erpnext/issues/32441 )) ([#32465 ](https://github.com/frappe/erpnext/issues/32465 )) ([8851826 ](8851826a57 ))
* Incorrect TCS amount deducted in Sales Invoice ([4d51d73 ](4d51d73797 ))
* Item details fetching on making transaction from item dashboard ([db60299 ](db60299cf3 ))
* not able to return sold expired batches ([9c56a5f ](9c56a5ff7c ))
* payment request make bank field Link instead of Read Only ([c8c0f34 ](c8c0f345d7 ))
* pick list picked-qty for batch item ([32107c4 ](32107c4a79 ))
* refactor asset capitilization ([bad3b33 ](bad3b330f4 ))
* searchfields as per customize form not working for Item ([f167abb ](f167abbbfd ))
* show `Make Purchase Invoice` button based on permission ([fd86876 ](fd86876a0e ))
* supplied items added twice in Stock Entry ([d91ac5e ](d91ac5e549 ))
* test_scrap_asset ([fd232d1 ](fd232d1db7 ))
* typo in sales_register's filter mode_of_payment (backport [#32371 ](https://github.com/frappe/erpnext/issues/32371 )) ([#32446 ](https://github.com/frappe/erpnext/issues/32446 )) ([1918b5c ](1918b5c4b0 ))
* update with new Frappe color. fix [#32455 ](https://github.com/frappe/erpnext/issues/32455 ) ([#32456 ](https://github.com/frappe/erpnext/issues/32456 )) ([3e7582f ](3e7582f55b ))
### Reverts
* Revert "fix: fetch swift_number in payment_request" ([d3c151f ](d3c151f32b ))
v14.2.2
2022-10-04 12:13:08 +00:00
Deepesh Garg
90607becb8
Merge pull request #32493 from frappe/version-14-hotfix
...
chore: release v14
2022-10-04 17:41:32 +05:30
mergify[bot]
d6888bc8c8
refactor(UI): clean up portal pages (backport #29018 ) ( #32489 )
...
refactor(UI): clean up portal pages (#29018 )
* refactor: list view for portal pages
* refactor: add align center class
* refactor: change footer btn class(primary)
* refactor: add order style page
* refactor: import order page in website
* refactor: remove table elements
* fix: preview image height
* fix: make string translatable
* refactor: change font variables
* refactor: order preview bg white
* refactor: center align items
* fix: breadcrumb padding
* refactor: make preview image rounded
* refactor: add condition for image container
* refactor: change alignment for mobile view
* fix: make footer button secondary
* refactor: clean code
* refactor: code indentantion
* refactor: remove space
* fix: Payment section cleanup
Co-authored-by: Summayya <frappe@Summayyas-MacBook-Air.local >
Co-authored-by: Marica <maricadsouza221197@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit da43a5e371 )
Co-authored-by: Summayya Hashmani <58825865+sumaiya2908@users.noreply.github.com >
2022-10-04 10:21:50 +05:30
rohitwaghchaure
063f206b9b
Merge pull request #32469 from frappe/mergify/bp/version-14-hotfix/pr-32466
...
fix: not able to return sold expired batches (backport #32466 )
2022-10-04 07:34:09 +05:30
mergify[bot]
7a8038500d
fix: (bulk transaction) key error and better error logging (backport #32445 ) ( #32463 )
...
fix: (bulk transaction) key error and better error logging (#32445 )
* fix: (bulk transaction) key error and better error logging
* chore: pre-commit
* chore: linter - missing comma
(cherry picked from commit 91055151ce )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2022-10-03 17:45:51 +05:30
mergify[bot]
8851826a57
fix: fixes query builder order by issue in postgres (backport #32441 ) ( #32465 )
...
fix: fixes query builder order by issue in postgres (#32441 )
* fix: fixes query builder order by issue in postgres
* fix: linter
(cherry picked from commit 69efd2ee24 )
Co-authored-by: Shridhar Patil <shridhar.p@zerodha.com >
2022-10-03 16:25:23 +05:30
Sagar Sharma
2a82f16680
Merge pull request #32473 from frappe/mergify/bp/version-14-hotfix/pr-32472
...
fix: pick list picked-qty for batch item (backport #32472 )
2022-10-03 15:24:14 +05:30
Sagar Sharma
32107c4a79
fix: pick list picked-qty for batch item
...
(cherry picked from commit ba02209f1d )
2022-10-03 09:16:37 +00:00
Deepesh Garg
bbc7559380
Merge pull request #32468 from frappe/mergify/bp/version-14-hotfix/pr-32394
...
fix: fetch swift number in payment request from bank doctype (backport #32394 )
2022-10-03 14:29:06 +05:30
Rohit Waghchaure
9c56a5ff7c
fix: not able to return sold expired batches
...
(cherry picked from commit 0b1727cf79 )
2022-10-03 07:45:46 +00:00
Maharshi Patel
c8c0f345d7
fix: payment request make bank field Link instead of Read Only
...
(cherry picked from commit dc8d49260c )
2022-10-03 07:26:38 +00:00
Maharshi Patel
d3c151f32b
Revert "fix: fetch swift_number in payment_request"
...
This reverts commit f42a8e4e03 .
(cherry picked from commit 9245d3b5cd )
2022-10-03 07:26:38 +00:00
Maharshi Patel
f09222a9e5
fix: fetch swift_number in payment_request
...
There isn't direct link between payment_request and bank so swift_number wasn't fetched using Fetch form. I fixed it by fetching swift_number on_change of bank_account.
(cherry picked from commit f42a8e4e03 )
2022-10-03 07:26:38 +00:00
Deepesh Garg
ba80ba07f1
Merge pull request #32461 from frappe/mergify/bp/version-14-hotfix/pr-32456
...
fix: update with new Frappe color. fix #32455 (backport #32456 )
2022-10-03 09:14:57 +05:30
Deepesh Garg
34845b7630
Merge pull request #32459 from frappe/mergify/bp/version-14-hotfix/pr-32454
...
fix: test_scrap_asset not working on end of month (backport #32454 )
2022-10-03 09:04:01 +05:30
Deepesh Garg
ecfa64f22e
Merge pull request #32460 from AnandBaburajan/fix_asset_sold_status_v14
...
fix: status of assets with maintenance_required changing back to 'Partially Depreciated' some time after being sold (backport #32405 )
2022-10-03 08:58:40 +05:30
Muvuk
3e7582f55b
fix: update with new Frappe color. fix #32455 ( #32456 )
...
* Update with new Frappe color.
* refactor: use css variables
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit 73e5a7d671 )
2022-10-02 17:02:02 +00:00
Anand Baburajan
6f571218bf
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32454
2022-10-02 19:14:00 +05:30
Anand Baburajan
8ab2f2f925
Merge branch 'version-14-hotfix' into fix_asset_sold_status_v14
2022-10-02 18:31:04 +05:30
Deepesh Garg
2d34761057
Merge pull request #32429 from frappe/mergify/bp/version-14-hotfix/pr-32420
...
patch: Create accounting dimension fields in asset capitalization (backport #32420 )
2022-10-02 18:28:06 +05:30
anandbaburajan
c0a141bfcd
fix: asset requiring maintenance sold status and added test [v14-hotfix]
2022-10-02 18:27:37 +05:30
anandbaburajan
fd232d1db7
fix: test_scrap_asset
...
(cherry picked from commit 47bd4be71b )
2022-10-02 12:15:55 +00:00
Deepesh Garg
df9147f2e5
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32420
2022-10-02 17:45:30 +05:30
Sagar Sharma
8e68219c5b
Merge pull request #32440 from frappe/mergify/bp/version-14-hotfix/pr-32428
...
fix: don't allow to update `Maintain Stock` if the item has a `BOM` (backport #32428 )
2022-10-02 12:07:28 +05:30
Sagar Sharma
060ce45572
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32428
2022-10-01 14:32:18 +05:30
Sagar Sharma
432da7d1d1
Merge pull request #32444 from frappe/mergify/bp/version-14-hotfix/pr-32439
...
fix: add non-stock item filter for `fg_item` in PO (backport #32439 )
2022-10-01 14:32:02 +05:30
Sagar Sharma
9318d9a7fc
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32439
2022-10-01 14:31:49 +05:30
Deepesh Garg
faca06d6c3
Merge pull request #32433 from frappe/mergify/bp/version-14-hotfix/pr-32368
...
chore: remove discount accounting logic from PI and PI Item (backport #32368 )
2022-10-01 12:05:10 +05:30
mergify[bot]
1918b5c4b0
fix: typo in sales_register's filter mode_of_payment (backport #32371 ) ( #32446 )
...
fix: typo in sales_register's filter mode_of_payment (#32371 )
2022-10-01 12:04:16 +05:30
Deepesh Garg
444f3b5397
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32368
2022-10-01 11:10:03 +05:30
Deepesh Garg
3736f4ecb8
Merge pull request #32430 from frappe/mergify/bp/version-14-hotfix/pr-32402
...
fix: Item details fetching on making transaction from item dashboard (backport #32402 )
2022-10-01 11:03:08 +05:30
Deepesh Garg
5fe2079dcc
Merge pull request #32434 from frappe/mergify/bp/version-14-hotfix/pr-32412
...
fix: Incorrect TCS amount deducted in Sales Invoice (backport #32412 )
2022-10-01 11:01:28 +05:30
Sagar Sharma
11f92797b9
fix: add non-stock item filter for fg_item in PO
...
(cherry picked from commit f95ed7dca2 )
2022-09-30 18:29:54 +00:00
Sagar Sharma
17996efbc7
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32428
2022-09-30 23:57:49 +05:30
Sagar Sharma
c2bed24c31
Merge pull request #32438 from frappe/mergify/bp/version-14-hotfix/pr-32436
...
fix: add validation for non-stock item in SCR (backport #32436 )
2022-09-30 23:57:30 +05:30
Sagar Sharma
e5d1f59d96
fix: don't allow to update Maintain Stock if the item has a BOM
...
(cherry picked from commit 6d0842465b )
2022-09-30 13:39:11 +00:00
Sagar Sharma
793fa18225
fix: add validation for non-stock item in SCR
...
(cherry picked from commit fa2290657a )
2022-09-30 11:23:50 +00:00
Deepesh Garg
f7ec00ef49
chore: Remove print statements
...
(cherry picked from commit bff3cd9068 )
2022-09-30 10:35:58 +00:00
Deepesh Garg
4d51d73797
fix: Incorrect TCS amount deducted in Sales Invoice
...
(cherry picked from commit 08443c6421 )
2022-09-30 10:35:57 +00:00
ruthra kumar
7a096231fb
chore: clean up purchase invoice and purchase invoice item
...
1. remove discount accounting related fields from purchase invoice and
purchase invoice item
2. clean buying settings doctype
(cherry picked from commit 21095502b9 )
2022-09-30 10:29:17 +00:00
Deepesh Garg
db60299cf3
fix: Item details fetching on making transaction from item dashboard
...
(cherry picked from commit 0439e41a44 )
2022-09-30 10:27:15 +00:00
Nabin Hait
9ec0d104a5
fix: Create accounting dimension fields in asset capitalization
...
(cherry picked from commit fe891aa488 )
2022-09-30 10:26:33 +00:00
Sagar Sharma
7243089027
Merge pull request #32418 from frappe/mergify/bp/version-14-hotfix/pr-32404
...
fix(ux): show `Make Purchase Invoice` button based on permission (backport #32404 )
2022-09-29 17:16:25 +05:30
rohitwaghchaure
5aa9c4fd07
Merge pull request #32417 from frappe/mergify/bp/version-14-hotfix/pr-32414
...
fix: searchfields as per customize form not working for Item (backport #32414 )
2022-09-29 15:45:10 +05:30
Sagar Sharma
fd86876a0e
fix: show Make Purchase Invoice button based on permission
...
(cherry picked from commit 80080a3d7b )
2022-09-29 09:26:36 +00:00
Rohit Waghchaure
3f0a3b702d
test: added test case
...
(cherry picked from commit 3656f7d06f )
2022-09-29 09:22:44 +00:00