Frappe PR Bot
b404f00ece
chore(release): Bumped to Version 14.83.2
...
## [14.83.2](https://github.com/frappe/erpnext/compare/v14.83.1...v14.83.2 ) (2025-03-05)
### Bug Fixes
* Add permission check in POS's `Toggle Recent Orders` (backport [#46010 ](https://github.com/frappe/erpnext/issues/46010 )) ([#46273 ](https://github.com/frappe/erpnext/issues/46273 )) ([557a05b ](557a05b0ad ))
* auto allocation for negative amount outstanding for Customers in Payment Entry ([8e02dcf ](8e02dcfcaa ))
* change voucher_type and voucher_no field type to data ([df4f4d9 ](df4f4d9a31 ))
* consolidate gl entries by project in General Ledger Report (backport [#46314 ](https://github.com/frappe/erpnext/issues/46314 )) ([#46320 ](https://github.com/frappe/erpnext/issues/46320 )) ([b3b7e62 ](b3b7e62a90 ))
* do not include opening invoices in billed items to be received report ([cedf577 ](cedf577b4c ))
* don't allow renaming account while system is actively in use (backport [#46176 ](https://github.com/frappe/erpnext/issues/46176 )) ([#46209 ](https://github.com/frappe/erpnext/issues/46209 )) ([167069b ](167069b823 ))
* exclude cancelled gl entries ([369a692 ](369a692af9 ))
* incorrect batch picked in the pick list ([ac25d3e ](ac25d3e1c4 ))
* incorrectly billed amount in the purchase receipt ([ca94ad3 ](ca94ad3a24 ))
* inventory dimension for maintence visit ([69a8e0d ](69a8e0dfac ))
* only include submitted docs for internal received quantity validation (backport [#46262 ](https://github.com/frappe/erpnext/issues/46262 )) ([#46303 ](https://github.com/frappe/erpnext/issues/46303 )) ([90b5f0b ](90b5f0b7bf ))
* **patch:** Ensure SLE indexes (backport [#46131 ](https://github.com/frappe/erpnext/issues/46131 )) ([#46134 ](https://github.com/frappe/erpnext/issues/46134 )) ([f8bbcab ](f8bbcab3a5 ))
### Performance Improvements
* don't track seen for POS Invoice (backport [#46187 ](https://github.com/frappe/erpnext/issues/46187 )) ([#46188 ](https://github.com/frappe/erpnext/issues/46188 )) ([b41ee66 ](b41ee667b9 ))
v14.83.2
2025-03-05 13:28:51 +00:00
ruthra kumar
0f56fbcf6d
Merge pull request #46264 from frappe/version-14-hotfix
...
chore: release v14
2025-03-05 18:57:30 +05:30
mergify[bot]
b3b7e62a90
fix: consolidate gl entries by project in General Ledger Report (backport #46314 ) ( #46320 )
...
fix: consolidate gl entries by project in General Ledger Report (#46314 )
(cherry picked from commit 1f685efcaf )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-03-05 16:18:34 +05:30
rohitwaghchaure
35a728d22b
Merge pull request #46316 from rohitwaghchaure/fixed-support-31024-v14
...
fix: incorrect batch picked in the pick list
2025-03-05 15:43:04 +05:30
Rohit Waghchaure
ac25d3e1c4
fix: incorrect batch picked in the pick list
2025-03-05 14:29:22 +05:30
mergify[bot]
90b5f0b7bf
fix: only include submitted docs for internal received quantity validation (backport #46262 ) ( #46303 )
...
fix: only include submitted docs for internal received quantity validation (#46262 )
(cherry picked from commit 88fcdbb81e )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-03-05 13:17:17 +05:30
mergify[bot]
557a05b0ad
fix: Add permission check in POS's Toggle Recent Orders (backport #46010 ) ( #46273 )
...
* fix: use get_list to check permissions
(cherry picked from commit a08bc6b913 )
# Conflicts:
# erpnext/selling/page/point_of_sale/point_of_sale.py
* fix: resolve conflicts
---------
Co-authored-by: Sanket322 <shahsanket322003.com>
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-03-05 12:04:39 +05:30
mergify[bot]
b41ee667b9
perf: don't track seen for POS Invoice (backport #46187 ) ( #46188 )
...
* perf: don't track seen for POS Invoice (#46187 )
This is a moving doctype. Do people even browse the list view?
It doesn't make much sense, either. POS INvoices are rarely "reviewed" by multiple users.
(cherry picked from commit ded0aab680 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.json
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 12:03:27 +05:30
mergify[bot]
fbf6d8c9e2
chore: erpnext.com -> frappe.io/erpnext (backport #46288 ) ( #46289 )
...
* chore: erpnext.com -> frappe.io/erpnext (#46288 )
(cherry picked from commit 41fe30ea6e )
# Conflicts:
# README.md
# pyproject.toml
* Update README.md
* Update pyproject.toml
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 11:37:49 +05:30
mergify[bot]
167069b823
fix: don't allow renaming account while system is actively in use (backport #46176 ) ( #46209 )
...
* fix: don't allow renaming account while system is actively in use (#46176 )
(cherry picked from commit 999f1cf96d )
# Conflicts:
# erpnext/accounts/doctype/account/account.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 10:37:56 +05:30
Lakshit Jain
2d72a37d0c
Merge pull request #46275 from frappe/mergify/bp/version-14-hotfix/pr-46039
...
fix: Ensure new line is added regardless of postal code presence (backport #46039 )
2025-03-04 19:14:28 +05:30
Lakshit Jain
77ad224cf6
Merge pull request #46267 from frappe/mergify/bp/version-14-hotfix/pr-45896
...
fix: auto allocation for negative amount outstanding for Customers in Payment Entry (backport #45896 )
2025-03-04 18:17:28 +05:30
Lakshit Jain
b5b55fad6c
Merge pull request #46269 from frappe/mergify/bp/version-14-hotfix/pr-46260
...
fix: do not include opening invoices in billed items to be received report (backport #46260 )
2025-03-04 18:16:57 +05:30
Sanket322
7cde990d69
refactor: add new line ragardless of postal code
...
(cherry picked from commit 746adfd057 )
2025-03-04 12:36:40 +00:00
ljain112
cedf577b4c
fix: do not include opening invoices in billed items to be received report
...
(cherry picked from commit c1ddf444c6 )
2025-03-04 11:24:08 +00:00
ljain112
8e02dcfcaa
fix: auto allocation for negative amount outstanding for Customers in Payment Entry
...
(cherry picked from commit 6275b44a0b )
2025-03-04 11:20:12 +00:00
Smit Vora
399ed331e3
Merge pull request #46247 from frappe/mergify/bp/version-14-hotfix/pr-46192
...
fix: Exclude Cancelled GL Entries (backport #46192 )
2025-03-04 16:39:47 +05:30
ruthra kumar
59236bc5bf
Merge pull request #46265 from frappe/mergify/bp/version-14-hotfix/pr-45751
...
fix: change voucher_type and voucher_name field type to data (backport #45751 )
2025-03-04 16:12:16 +05:30
ruthra kumar
1089cdf213
chore: resolve conflicts
2025-03-04 15:46:05 +05:30
Sugesh393
df4f4d9a31
fix: change voucher_type and voucher_no field type to data
...
(cherry picked from commit f8ab021920 )
# Conflicts:
# erpnext/accounts/doctype/tax_withheld_vouchers/tax_withheld_vouchers.json
# erpnext/accounts/doctype/tax_withheld_vouchers/tax_withheld_vouchers.py
2025-03-04 10:10:04 +00:00
mergify[bot]
f8bbcab3a5
fix(patch): Ensure SLE indexes (backport #46131 ) ( #46134 )
...
* fix(patch): Ensure SLE indexes (#46131 )
Because of the way this change was pushed in parts, some sites don't see
this as "update" and don't have the new indexes.
(cherry picked from commit f62aa8fc57 )
# Conflicts:
# erpnext/patches.txt
* fix: resolved conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-03-03 21:36:57 +05:30
Ninad1306
369a692af9
fix: exclude cancelled gl entries
...
(cherry picked from commit 3251a331dd )
2025-03-03 11:31:08 +00:00
rohitwaghchaure
8cc92e9ca0
Merge pull request #46241 from frappe/mergify/bp/version-14-hotfix/pr-46239
...
fix: incorrectly billed amount in the purchase receipt (backport #46239 )
2025-03-03 16:16:38 +05:30
rohitwaghchaure
eebf6cf877
chore: fix conflicts
2025-03-03 14:48:07 +05:30
Rohit Waghchaure
ca94ad3a24
fix: incorrectly billed amount in the purchase receipt
...
(cherry picked from commit a5271fdb2e )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2025-03-03 09:15:48 +00:00
rohitwaghchaure
1a8bf0cf3d
Merge pull request #46040 from frappe/mergify/bp/version-14-hotfix/pr-46037
...
fix: inventory dimension for maintenance visit (backport #46037 )
2025-02-28 14:53:56 +05:30
Frappe PR Bot
19604e91c6
chore(release): Bumped to Version 14.83.1
...
## [14.83.1](https://github.com/frappe/erpnext/compare/v14.83.0...v14.83.1 ) (2025-02-26)
### Bug Fixes
* incorrect stock value difference for adjustment entry ([c734373 ](c734373c9f ))
v14.83.1
2025-02-26 12:43:06 +00:00
ruthra kumar
4f40939c15
Merge pull request #46133 from frappe/version-14-hotfix
...
chore: release v14
2025-02-26 18:11:42 +05:30
rohitwaghchaure
811953b9b0
chore: fix conflicts
2025-02-23 19:47:06 +05:30
rohitwaghchaure
6748780591
Merge pull request #46027 from frappe/mergify/bp/version-14-hotfix/pr-46021
...
fix: incorrect stock value difference for adjustment entry (backport #46021 )
2025-02-20 13:06:07 +05:30
Rohit Waghchaure
69a8e0dfac
fix: inventory dimension for maintence visit
...
(cherry picked from commit cd4ba69262 )
# Conflicts:
# erpnext/stock/doctype/inventory_dimension/inventory_dimension.py
2025-02-20 06:13:14 +00:00
Frappe PR Bot
11da4372e2
chore(release): Bumped to Version 14.83.0
...
# [14.83.0](https://github.com/frappe/erpnext/compare/v14.82.2...v14.83.0 ) (2025-02-19)
### Bug Fixes
* '0' rate LDC's Invoice net totals should be ignored (backport [#45639 ](https://github.com/frappe/erpnext/issues/45639 )) ([#45783 ](https://github.com/frappe/erpnext/issues/45783 )) ([534b25c ](534b25c448 ))
* add is_new in if condition ([ef37388 ](ef37388993 ))
* fetch child account data for selected parent ([#45904 ](https://github.com/frappe/erpnext/issues/45904 )) ([e7d9786 ](e7d97865e5 ))
* include missing payment_gateway parameter in Payment Request URL ([a344b8b ](a344b8b9ae ))
* millisecond issue for posting datetime ([fc6f568 ](fc6f568a6c ))
* on selection of batch qty is not fetching ([44a16bb ](44a16bb544 ))
* pos return validation on v14 ([#45859 ](https://github.com/frappe/erpnext/issues/45859 )) ([84432fc ](84432fc035 ))
* **report:** add options to multiselectlist fields ([aa0ada9 ](aa0ada9670 ))
* **send_message:** escape HTML in the text ([703fd81 ](703fd816d1 ))
* serial no is mandatory for zero qty validation ([6f6133f ](6f6133f2e2 ))
* set default value to 0 as per new logic ([4b16272 ](4b16272a01 ))
* tests ([e515b91 ](e515b91988 ))
### Features
* added ability to use custom html format for process statement of accounts ([#45746 ](https://github.com/frappe/erpnext/issues/45746 )) ([a0cd08e ](a0cd08e9ea ))
* added option to enforce free item qty in pricing rule ([2edf083 ](2edf083c35 ))
v14.83.0
2025-02-19 11:48:59 +00:00
ruthra kumar
4c74ac8738
Merge pull request #45982 from frappe/version-14-hotfix
...
chore: release v14
2025-02-19 17:17:34 +05:30
Akhil Narang
3e21e343d3
Merge pull request #46024 from frappe/mergify/bp/version-14-hotfix/pr-46003
...
fix(send_message): escape HTML in the text (backport #46003 )
2025-02-19 16:43:09 +05:30
Rohit Waghchaure
c734373c9f
fix: incorrect stock value difference for adjustment entry
...
(cherry picked from commit df83e427a3 )
2025-02-19 11:11:09 +00:00
Akhil Narang
703fd816d1
fix(send_message): escape HTML in the text
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
(cherry picked from commit 448a5db20f )
2025-02-19 10:45:28 +00:00
rohitwaghchaure
101c71c508
Merge pull request #46004 from frappe/mergify/bp/version-14-hotfix/pr-45750
...
feat: added option to enforce free item qty in pricing rule (backport #45750 )
2025-02-19 15:45:14 +05:30
Steve Wilson
a0cd08e9ea
feat: added ability to use custom html format for process statement of accounts ( #45746 )
...
* feat: added ability to use custom print format for process statement of accounts documents.
* fix: handles missing hook issues
* chore: linter changes
---------
Co-authored-by: Boy4099 <mashtawayne4099@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2025-02-19 15:19:36 +05:30
rohitwaghchaure
57a0717778
chore: fix conflicts
2025-02-19 15:12:08 +05:30
rohitwaghchaure
0cf9c94a37
chore: fix conflicts
2025-02-19 15:10:34 +05:30
ruthra kumar
e48a03f130
Merge pull request #46009 from frappe/mergify/bp/version-14-hotfix/pr-45904
...
fix: fetch child account data for selected parent (backport #45904 )
2025-02-19 14:21:34 +05:30
Bhavansathru
e7d97865e5
fix: fetch child account data for selected parent ( #45904 )
...
* fix: fetch child account data for selected parent
* fix: change reference name
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
(cherry picked from commit 73e82b7afa )
2025-02-19 08:29:00 +00:00
Mihir Kandoi
4b16272a01
fix: set default value to 0 as per new logic
...
(cherry picked from commit 844f1636c0 )
2025-02-19 07:21:39 +00:00
Mihir Kandoi
1ff0edd492
refactor: rename field
...
(cherry picked from commit f3d598881c )
2025-02-19 07:21:39 +00:00
Mihir Kandoi
ef37388993
fix: add is_new in if condition
...
(cherry picked from commit 4dcac56486 )
2025-02-19 07:21:39 +00:00
Mihir Kandoi
116798df96
test: added test
...
(cherry picked from commit ac3259b8f1 )
2025-02-19 07:21:38 +00:00
Mihir Kandoi
e515b91988
fix: tests
...
(cherry picked from commit 366ae85d85 )
# Conflicts:
# erpnext/stock/doctype/pick_list/test_pick_list.py
2025-02-19 07:21:38 +00:00
Mihir Kandoi
2edf083c35
feat: added option to enforce free item qty in pricing rule
...
(cherry picked from commit 19c01b1457 )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/pricing_rule.py
2025-02-19 07:21:38 +00:00
rohitwaghchaure
86ddabeae6
Merge pull request #45985 from rohitwaghchaure/fixed-support-31935-1
...
fix: millisecond issue for posting datetime
2025-02-18 20:11:28 +05:30
Rohit Waghchaure
fc6f568a6c
fix: millisecond issue for posting datetime
2025-02-18 18:54:17 +05:30