Frappe PR Bot
67d7ffa430
chore(release): Bumped to Version 14.84.0
...
# [14.84.0](https://github.com/frappe/erpnext/compare/v14.83.4...v14.84.0 ) (2025-03-25)
### Bug Fixes
* assign dialog instance to a variable in update_child_items function ([690a939 ](690a939572 ))
* customer credit limit check based on `bypass_credit_limit_check` in Journal Entry ([331ecc1 ](331ecc1964 ))
* do not validate if conversion rate is 1 for different currency ([c3447c0 ](c3447c030a ))
* fix lint issues with trailing whitespaces ([df64d2e ](df64d2ef4e ))
* removed test case ([509c5c4 ](509c5c4d17 ))
### Features
* repost accounting ledger for purchase receipt ([88e664b ](88e664b79f ))
### Performance Improvements
* timeout while renaming cost center ([b9b08c3 ](b9b08c35ef ))
v14.84.0
2025-03-25 12:25:57 +00:00
ruthra kumar
d90c8a9150
Merge pull request #46714 from frappe/version-14-hotfix
...
chore: release v14
2025-03-25 17:54:27 +05:30
ruthra kumar
15bb1fdb24
Merge pull request #46712 from frappe/mergify/bp/version-14-hotfix/pr-46616
...
fix: do not validate if conversion rate is 1 for different currency (backport #46616 )
2025-03-25 16:06:08 +05:30
ljain112
509c5c4d17
fix: removed test case
2025-03-25 15:22:19 +05:30
ruthra kumar
cb028b8740
chore: resolve conflict
2025-03-25 14:26:14 +05:30
ljain112
c3447c030a
fix: do not validate if conversion rate is 1 for different currency
...
(cherry picked from commit e8a66d03bc )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2025-03-25 08:42:17 +00:00
ruthra kumar
1d65f995e7
Merge pull request #46646 from frappe/mergify/bp/version-14-hotfix/pr-46641
...
perf: timeout while renaming cost center (backport #46641 )
2025-03-25 13:27:09 +05:30
ruthra kumar
3a6d8cd9a1
Merge pull request #46704 from frappe/mergify/bp/version-14-hotfix/pr-46622
...
feat: repost accounting ledger for purchase receipt (backport #46622 )
2025-03-25 12:13:50 +05:30
ljain112
88e664b79f
feat: repost accounting ledger for purchase receipt
...
(cherry picked from commit b36e356469 )
2025-03-25 06:19:33 +00:00
ruthra kumar
090ee7f042
Merge pull request #46690 from IMS94/fix-46686-so-update-items
...
fix: assign dialog instance to a variable in update_child_items function
2025-03-25 11:18:45 +05:30
mergify[bot]
b311b6eb7f
ci: apply label "skip-release-notes" based on PR title (backport #46694 ) ( #46696 )
...
ci: apply label "skip-release-notes" based on PR title (#46694 )
Workflow copied from frappe/frappe
(cherry picked from commit eb350012b0 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-03-24 16:55:07 +01:00
Imesha Sudasingha
df64d2ef4e
fix: fix lint issues with trailing whitespaces
2025-03-24 12:50:48 +00:00
Imesha Sudasingha
690a939572
fix: assign dialog instance to a variable in update_child_items function
...
`dialog` is being referred in `onchange` handlers of the fields. Without this fix, they are failing because `dialog` is not defined.
2025-03-24 12:42:42 +00:00
ruthra kumar
a3639b055c
Merge pull request #46676 from frappe/mergify/bp/version-14-hotfix/pr-46577
...
fix: customer credit limit check based on `bypass_credit_limit_check` in Journal Entry (backport #46577 )
2025-03-24 13:58:00 +05:30
ljain112
331ecc1964
fix: customer credit limit check based on bypass_credit_limit_check in Journal Entry
...
(cherry picked from commit 8a84faebed )
2025-03-24 08:01:38 +00:00
rohitwaghchaure
736b125e14
chore: fix conflicts
2025-03-22 20:49:56 +05:30
Rohit Waghchaure
b9b08c35ef
perf: timeout while renaming cost center
...
(cherry picked from commit 92be7cbbbf )
# Conflicts:
# erpnext/accounts/doctype/gl_entry/gl_entry.json
2025-03-21 12:38:52 +00:00
Frappe PR Bot
7e8d2dc0fc
chore(release): Bumped to Version 14.83.4
...
## [14.83.4](https://github.com/frappe/erpnext/compare/v14.83.3...v14.83.4 ) (2025-03-19)
### Bug Fixes
* fetch quality inspection parameter group ([6e497f7 ](6e497f73f1 ))
* not able to make PR against stand alone Debit Note ([16fe53b ](16fe53b8c7 ))
* order by condition ([af3089b ](af3089b96e ))
* repost future sle and gle after capitalization ([#46576 ](https://github.com/frappe/erpnext/issues/46576 )) ([805549f ](805549f793 ))
* set stock adjustment account in difference account ([6f0c67a ](6f0c67a242 ))
* **Transaction Deletion Record:** sql syntax error while fetching lead address ([20b43b4 ](20b43b4d93 ))
v14.83.4
2025-03-19 11:04:55 +00:00
ruthra kumar
39af6bd143
Merge pull request #46581 from frappe/version-14-hotfix
...
chore: release v14
2025-03-19 16:33:27 +05:30
rohitwaghchaure
300f1a860b
Merge pull request #46609 from rohitwaghchaure/fixed-support-33137
...
fix: order by condition
2025-03-19 15:36:43 +05:30
rohitwaghchaure
1441ef2532
Merge pull request #46610 from frappe/mergify/bp/version-14-hotfix/pr-46595
...
fix: not able to make PR against stand alone Debit Note (backport #46595 )
2025-03-19 15:36:15 +05:30
rohitwaghchaure
64fd5c0ba9
chore: fix conflicts
2025-03-19 15:31:05 +05:30
Rohit Waghchaure
16fe53b8c7
fix: not able to make PR against stand alone Debit Note
...
(cherry picked from commit 6a52c30591 )
# Conflicts:
# erpnext/public/js/controllers/buying.js
2025-03-19 08:05:24 +00:00
Rohit Waghchaure
af3089b96e
fix: order by condition
2025-03-19 13:20:56 +05:30
rohitwaghchaure
3cb29fc035
Merge pull request #46583 from frappe/mergify/bp/version-14-hotfix/pr-46575
...
fix: fetch quality inspection parameter group (backport #46575 )
2025-03-18 17:28:54 +05:30
rohitwaghchaure
8a93057844
Merge pull request #46586 from frappe/mergify/bp/version-14-hotfix/pr-46576
...
fix: repost future sle and gle after capitalization (backport #46576 )
2025-03-18 17:28:15 +05:30
Khushi Rawat
805549f793
fix: repost future sle and gle after capitalization ( #46576 )
...
(cherry picked from commit 29d77aa19f )
2025-03-18 10:31:48 +00:00
Mihir Kandoi
6e497f73f1
fix: fetch quality inspection parameter group
...
(cherry picked from commit 0a482c7ea8 )
2025-03-18 10:27:29 +00:00
ruthra kumar
33f090a8c8
Merge pull request #46561 from frappe/mergify/bp/version-14-hotfix/pr-46557
...
fix(Transaction Deletion Record): sql syntax error while deleting lead address (backport #46557 )
2025-03-17 17:00:49 +05:30
venkat102
20b43b4d93
fix(Transaction Deletion Record): sql syntax error while fetching lead address
...
(cherry picked from commit af0d6eeae8 )
2025-03-17 11:08:38 +00:00
ruthra kumar
5c1f6f0107
Merge pull request #46511 from aerele/fix-v14/item-stock-difference-account
...
fix: set stock adjustment account in difference account (backport #45606 )
2025-03-14 09:23:52 +05:30
Bhavan23
6f0c67a242
fix: set stock adjustment account in difference account
2025-03-13 17:01:55 +05:30
Frappe PR Bot
609bfaefba
chore(release): Bumped to Version 14.83.3
...
## [14.83.3](https://github.com/frappe/erpnext/compare/v14.83.2...v14.83.3 ) (2025-03-12)
### Bug Fixes
* **account:** update account number from parent company ([1f54c27 ](1f54c272ac ))
* not able to save work order with alternative item ([6ca1f9b ](6ca1f9bc73 ))
v14.83.3
2025-03-12 14:13:24 +00:00
ruthra kumar
2546589b4c
Merge pull request #46445 from frappe/version-14-hotfix
...
chore: release v14
2025-03-12 19:41:47 +05:30
Shanuka Hewage
f311a0fc1c
Fix: add parenttype condition to payment schedule query in accounts receivable report ( #46370 )
...
fix: add parenttype condition to payment schedule query in accounts receivable report
2025-03-12 16:07:07 +05:30
mergify[bot]
a1585b3c53
ci: ignore PRs labeled with "skip-release-notes" when generating release notes (backport #46453 ) ( #46456 )
...
ci: ignore PRs labeled with "skip-release-notes" when generating release notes
(cherry picked from commit 57007bf937 )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2025-03-12 10:33:07 +05:30
ruthra kumar
05c0bf5d99
Merge pull request #46449 from frappe/mergify/bp/version-14-hotfix/pr-46398
...
chore: rename print and stationery account (backport #46398 )
2025-03-11 18:12:08 +05:30
chethank1407
247a006b5a
chore: rename print and stationery account
...
(cherry picked from commit 615997b774 )
2025-03-11 12:03:21 +00:00
ruthra kumar
e0cf6393ee
Merge pull request #46438 from frappe/mergify/bp/version-14-hotfix/pr-46372
...
fix(account): update account number from parent company (backport #46372 )
2025-03-11 11:24:35 +05:30
venkat102
1f54c272ac
fix(account): update account number from parent company
...
(cherry picked from commit 4a4894bc01 )
2025-03-11 05:32:05 +00:00
rohitwaghchaure
9a1321ab02
Merge pull request #46414 from rohitwaghchaure/fixed-support-32397
...
fix: not able to save work order with alternative item
2025-03-10 17:38:37 +05:30
Rohit Waghchaure
6ca1f9bc73
fix: not able to save work order with alternative item
2025-03-10 12:46:45 +05:30
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