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 ))
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
32107c4a79
fix: pick list picked-qty for batch item
...
(cherry picked from commit ba02209f1d )
2022-10-03 09:16:37 +00:00
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
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
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
060ce45572
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32428
2022-10-01 14:32:18 +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
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
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
Rohit Waghchaure
f167abbbfd
fix: searchfields as per customize form not working for Item
...
(cherry picked from commit fd889fd29a )
2022-09-29 09:22:44 +00:00
anandbaburajan
381231257b
chore: fix merge conflicts
2022-09-29 11:59:53 +05:30
Anand Baburajan
f4648ed610
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32226
2022-09-28 22:24:03 +05:30
Sagar Sharma
7b11da2373
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32406
2022-09-28 21:44:50 +05:30
Deepesh Garg
097398914e
fix: Disbursement Account in patch to update old loans
...
(cherry picked from commit be623ce8e8 )
2022-09-28 14:07:00 +00:00
Sagar Sharma
d91ac5e549
fix: supplied items added twice in Stock Entry
...
(cherry picked from commit ac7409bbf3 )
2022-09-28 12:20:55 +00:00
Frappe PR Bot
9c915ceeb2
chore(release): Bumped to Version 14.2.1
...
## [14.2.1](https://github.com/frappe/erpnext/compare/v14.2.0...v14.2.1 ) (2022-09-28)
### Bug Fixes
* `For Quantity` error msg in `Stock Entry` ([4b6e1f4 ](4b6e1f4892 ))
* Add return against indexes for POS Invoice ([3abe4a1 ](3abe4a16af ))
* Add return against indexes for POS Invoice ([32ad36a ](32ad36ad0f ))
* Add strings to translate function ([2eeff8a ](2eeff8a00b ))
* add translate function to strings ([f5a3f8b ](f5a3f8b486 ))
* add translate function to strings ([e464de3 ](e464de3c5d ))
* allow to return expired batches using purchase return ([305eb02](305eb02bfc ))
* consider overproduction percentage for WO finish button ([4a29c7f ](4a29c7fafb ))
* difference amount calculation on payment reconciliation ([b389740 ](b3897406b0 ))
* get amount in words for debit note ([7554ac9 ](7554ac9569 ))
* item_code key error in production plan ([4e31448 ](4e31448e3d ))
* Move subscription process to hourly long quque ([b2f280d ](b2f280dee6 ))
* opening entry causing discepancy between stock and trial balance ([2fd0291 ](2fd0291afb ))
* POS only validate QTY if is_stock_item ([29c4a32 ](29c4a32c33 ))
* POS properly validate stock for bundle products ([6b55a01 ](6b55a01834 ))
* Reduce font size for Process Statement of accounts print/pdf ([bcfa9b8 ](bcfa9b8593 ))
* report chart field type ([931aa62 ](931aa62072 ))
* Scrap Asset Accounting Dimensions (backport [#31949 ](https://github.com/frappe/erpnext/issues/31949 )) ([#32376 ](https://github.com/frappe/erpnext/issues/32376 )) ([a28ae4d ](a28ae4d653 ))
* total value in all keys ([24234d5 ](24234d584d ))
* typo on opportunity summary by sales stage report ([a403e72 ](a403e729d6 ))
2022-09-28 09:49:04 +00:00
Deepesh Garg
4b8dd1fab6
Merge pull request #32375 from frappe/version-14-hotfix
...
chore: release v14
2022-09-28 15:17:26 +05:30
anandbaburajan
b3b7650ac8
chore: add blank lines
...
(cherry picked from commit c6a7de0e54 )
# Conflicts:
# erpnext/assets/doctype/asset/depreciation.py
2022-09-28 08:59:43 +00:00
anandbaburajan
86052450a5
fix: fix restore asset value after depreciation
...
(cherry picked from commit 43a3400221 )
2022-09-28 08:59:42 +00:00
anandbaburajan
bad3b330f4
fix: refactor asset capitilization
...
(cherry picked from commit 5a8b28c194 )
2022-09-28 08:59:42 +00:00
anandbaburajan
671033755f
fix: asset tests
...
(cherry picked from commit 11ac20e5ee )
2022-09-28 08:59:41 +00:00