Frappe PR Bot
34d3f58149
chore(release): Bumped to Version 14.85.1
...
## [14.85.1](https://github.com/frappe/erpnext/compare/v14.85.0...v14.85.1 ) (2025-04-10)
### Bug Fixes
* serial no validation for stock reconciliation ([c388b75 ](c388b7579c ))
### Performance Improvements
* stock ageing report generation ([eaa2974 ](eaa297475f ))
v14.85.1
2025-04-10 06:02:52 +00:00
rohitwaghchaure
efd34817be
Merge pull request #46986 from frappe/mergify/bp/version-14/pr-46971
...
fix: serial no validation for stock reconciliation (backport #46971 )
2025-04-10 11:31:22 +05:30
rohitwaghchaure
124ad729ab
Merge pull request #46984 from frappe/mergify/bp/version-14/pr-46983
...
perf: stock ageing report generation (backport #46983 )
2025-04-10 11:31:13 +05:30
Rohit Waghchaure
c388b7579c
fix: serial no validation for stock reconciliation
...
(cherry picked from commit a3d4d34454 )
2025-04-10 05:36:45 +00:00
Rohit Waghchaure
eaa297475f
perf: stock ageing report generation
...
(cherry picked from commit 7a74dac2c2 )
2025-04-10 05:34:42 +00:00
Frappe PR Bot
24681bd64f
chore(release): Bumped to Version 14.85.0
...
# [14.85.0](https://github.com/frappe/erpnext/compare/v14.84.0...v14.85.0 ) (2025-04-08)
### Bug Fixes
* **accounting:** update outstanding amount based on update_outstanding_for_self ([8e2bfc6 ](8e2bfc6bcb ))
* don't filter payment entries on Bank Account in Payment Clearance ([576ce7e ](576ce7e882 ))
* empty party filter on change of party type in General Ledger Report. ([14b4d14 ](14b4d147a8 ))
* improved rounding adjustment when applying discount (backport [#46720 ](https://github.com/frappe/erpnext/issues/46720 )) ([06c3299 ](06c32993ea ))
* incorrect condition ([d1f9444 ](d1f9444be7 ))
* make message translatable (backport [#46863 ](https://github.com/frappe/erpnext/issues/46863 )) ([#46865 ](https://github.com/frappe/erpnext/issues/46865 )) ([70d117e ](70d117e858 ))
* **payment term:** allocate payment amount when payment term is fetched from order ([36b951d ](36b951d018 ))
* remove against_voucher from General Ledger Report ([9e3a041 ](9e3a04136c ))
* removed customer_group query in customer.js ([3be0f00 ](3be0f00b3b ))
* Translate UnReconcile dialog title (backport [#46818 ](https://github.com/frappe/erpnext/issues/46818 )) ([#46862 ](https://github.com/frappe/erpnext/issues/46862 )) ([5f467be ](5f467be0c8 ))
* update outstanding with precision ([698d5be ](698d5be840 ))
* update payment amount if automatically_fetch_payment_terms is enabled ([dda35b8 ](dda35b8e51 ))
* update posting date before running validations ([430d1e8 ](430d1e8b2e ))
* use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals` (backport [#46829 ](https://github.com/frappe/erpnext/issues/46829 )) ([233e0d8 ](233e0d8049 ))
* user permissions in sales and purchase report ([f26b22e ](f26b22ee7f ))
### Features
* asset filter in asset depreciation and balances report ([#46848 ](https://github.com/frappe/erpnext/issues/46848 )) ([2fe9fa7 ](2fe9fa7ef7 ))
v14.85.0
2025-04-08 13:05:14 +00:00
ruthra kumar
b0c742b64e
Merge pull request #46941 from frappe/version-14-hotfix
...
chore: release v14
2025-04-08 18:33:42 +05:30
mergify[bot]
18282b2632
chore: fix german translations (backport #46912 ) ( #46914 )
...
* chore: fix german translations (#46912 )
(cherry picked from commit 8276e8e8b3 )
# Conflicts:
# erpnext/translations/de.csv
* chore: resolve conflicts
* chore: delete duplicate translations
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-08 13:16:35 +02:00
ruthra kumar
46115d6f71
Merge pull request #46937 from frappe/mergify/bp/version-14-hotfix/pr-46631
...
fix: update outstanding for self (backport #46631 )
2025-04-08 16:21:45 +05:30
ruthra kumar
f62905f7a7
chore: pass individual range
2025-04-08 15:53:30 +05:30
ruthra kumar
88facb7523
refactor: pass both doctype and name
2025-04-08 15:13:59 +05:30
ruthra kumar
512877ab46
chore: resolve conflicts
2025-04-08 14:34:59 +05:30
Bhavan23
c7e6b2356f
test: add unit test to validate outstanding amount for update_outstanding_for_self checkbox enabled
...
(cherry picked from commit 7b0882600a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2025-04-08 08:59:05 +00:00
Bhavan23
8e2bfc6bcb
fix(accounting): update outstanding amount based on update_outstanding_for_self
...
fix(accounting): against voucher has been already paid show proper message and update update_outstanding_for_self as 1
(cherry picked from commit 222f1834f1 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2025-04-08 08:59:04 +00:00
ruthra kumar
98260b990c
Merge pull request #46931 from frappe/mergify/bp/version-14-hotfix/pr-46821
...
fix: removed customer_group query in customer.js (backport #46821 )
2025-04-08 13:10:04 +05:30
ljain112
3be0f00b3b
fix: removed customer_group query in customer.js
...
(cherry picked from commit f49adfdd98 )
2025-04-08 07:28:33 +00:00
ruthra kumar
f44478db78
Merge pull request #46924 from frappe/mergify/bp/version-14-hotfix/pr-46709
...
fix: user permissions in sales and purchase report (backport #46709 )
2025-04-08 11:53:08 +05:30
ruthra kumar
db8cb70bd8
chore: resolve conflict
2025-04-08 11:13:44 +05:30
ljain112
f26b22ee7f
fix: user permissions in sales and purchase report
...
(cherry picked from commit f4bc1dfd00 )
# Conflicts:
# erpnext/accounts/report/purchase_register/purchase_register.py
2025-04-08 05:40:47 +00:00
ruthra kumar
1e4807f16d
Merge pull request #46920 from frappe/mergify/bp/version-14-hotfix/pr-46804
...
fix: update outstanding with precision (backport #46804 )
2025-04-08 11:07:45 +05:30
ljain112
698d5be840
fix: update outstanding with precision
...
(cherry picked from commit aadda9f606 )
2025-04-08 04:29:31 +00:00
ruthra kumar
59e46e22d3
Merge pull request #46904 from frappe/mergify/bp/version-14-hotfix/pr-46895
...
fix: empty party filter on change of party type in General Ledger Report (backport #46895 )
2025-04-07 17:55:56 +05:30
ljain112
14b4d147a8
fix: empty party filter on change of party type in General Ledger Report.
...
(cherry picked from commit 9c68bc22fa )
2025-04-07 12:12:55 +00:00
ruthra kumar
2bed1c8336
Merge pull request #46901 from frappe/mergify/bp/version-14-hotfix/pr-46900
...
fix: remove against_voucher and against_voucher_type column from General Ledger Report (backport #46900 )
2025-04-07 17:38:42 +05:30
ljain112
9e3a04136c
fix: remove against_voucher from General Ledger Report
...
(cherry picked from commit 6d1f119a0f )
2025-04-07 17:14:49 +05:30
ruthra kumar
dcc53cea55
Merge pull request #46896 from frappe/mergify/bp/version-14-hotfix/pr-46728
...
fix: update posting date before running validations (backport #46728 )
2025-04-07 14:54:37 +05:30
Dany Robert
430d1e8b2e
fix: update posting date before running validations
...
(cherry picked from commit d04dbd8ed9 )
2025-04-07 09:01:56 +00:00
ruthra kumar
36a366d962
Merge pull request #46890 from frappe/mergify/bp/version-14-hotfix/pr-46637
...
fix(payment term): allocate payment amount when payment term is fetched from order (backport #46637 )
2025-04-07 11:25:58 +05:30
venkat102
dda35b8e51
fix: update payment amount if automatically_fetch_payment_terms is enabled
...
(cherry picked from commit 7bf1a39861 )
2025-04-07 05:34:19 +00:00
venkat102
4e0d7d88ec
test: validate payment schedule based on invoice amount
...
(cherry picked from commit 7785296573 )
2025-04-07 05:34:19 +00:00
venkat102
36b951d018
fix(payment term): allocate payment amount when payment term is fetched from order
...
(cherry picked from commit 5618859bd8 )
2025-04-07 05:34:18 +00:00
mergify[bot]
233e0d8049
fix: use grand_total_diff instead of rounding_adjustment in taxes_and_totals (backport #46829 )
...
* fix: use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals`
(cherry picked from commit fd252da6b1 )
* test: ensure correct grand total
---------
Co-authored-by: vishakhdesai <vishakhdesai@gmail.com >
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2025-04-06 09:11:06 +05:30
mergify[bot]
5f467be0c8
fix: Translate UnReconcile dialog title (backport #46818 ) ( #46862 )
...
fix: Translate UnReconcile dialog title
(cherry picked from commit f2cfb03c2c )
Co-authored-by: Corentin Forler <corentin@dokos.io >
2025-04-05 17:37:16 +02:00
mergify[bot]
70d117e858
fix: make message translatable (backport #46863 ) ( #46865 )
...
fix: make message translatable (#46863 )
(cherry picked from commit 7d12e9afd4 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-05 17:36:16 +02:00
Khushi Rawat
2fe9fa7ef7
feat: asset filter in asset depreciation and balances report ( #46848 )
2025-04-04 10:39:16 +05:30
Sagar Vora
b4ca51ad4c
Merge pull request #46813 from frappe/mergify/bp/version-14-hotfix/pr-46812
...
fix: revert resetting `rounding_adjustment` (backport #46812 )
2025-03-31 15:56:27 +05:30
Vishakh Desai
fb5777cf10
Merge pull request #46812 from vishakhdesai/fix-taxes-and-totals
...
fix: revert resetting `rounding_adjustment`
(cherry picked from commit 3a9dca0563 )
2025-03-31 10:25:00 +00:00
mergify[bot]
06c32993ea
fix: improved rounding adjustment when applying discount (backport #46720 )
...
* fix: improved rounding adjustment when applying discount (#46720 )
* fix: rounding adjustment in apply_discount_amount taxes_and_totals
* refactor: minor changes
* fix: set the rounding difference while calculating tax total in the last tax row and add test case
* fix: failing test case
* fix: made changes in get_total_for_discount_amount in taxes_and_totals
* fix: failing test cases
* fix: changes as per review
* refactor: remove unnecessary use of flt
* refactor: improve logic
* refactor: minor change
* refactor: minor changes
* fix: add a test case for applying discount with previous row total in taxes
* fix: failing test case
* refactor: flatter code, remove `flt` usage for accuracy
---------
Co-authored-by: Vishakh Desai <78500008+vishakhdesai@users.noreply.github.com >
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2025-03-31 15:54:09 +05:30
rohitwaghchaure
466c6ee3d4
Merge pull request #46780 from frappe/mergify/bp/version-14-hotfix/pr-46777
...
fix: incorrect condition (backport #46777 )
2025-03-29 12:17:59 +05:30
rohitwaghchaure
a8831351e3
chore: fix conflicts
2025-03-29 12:16:17 +05:30
Rohit Waghchaure
d1f9444be7
fix: incorrect condition
...
(cherry picked from commit 0c1a8e9c58 )
# Conflicts:
# erpnext/public/js/controllers/transaction.js
2025-03-28 18:19:41 +00:00
rohitwaghchaure
ceaea16d84
Merge pull request #46751 from frappe/mergify/bp/version-14/pr-46748
...
Revert "perf: timeout while renaming cost center (backport #46641 )" (backport #46748 )
2025-03-27 13:13:59 +05:30
rohitwaghchaure
119f2e7074
Revert "perf: timeout while renaming cost center (backport #46641 )"
...
(cherry picked from commit da6affbba7 )
2025-03-27 06:53:19 +00:00
rohitwaghchaure
9cadb89678
Merge pull request #46748 from frappe/revert-46646-mergify/bp/version-14-hotfix/pr-46641
...
Revert "perf: timeout while renaming cost center (backport #46641 )"
2025-03-27 12:16:56 +05:30
rohitwaghchaure
da6affbba7
Revert "perf: timeout while renaming cost center (backport #46641 )"
2025-03-27 11:57:24 +05:30
Sagar Vora
6293b08540
Merge pull request #46729 from vishakhdesai/bank-clearance-fix-v14-backport
...
fix: don't filter payment entries on Bank Account in Payment Clearance (backport #46669 )
2025-03-26 13:00:57 +05:30
vishakhdesai
576ce7e882
fix: don't filter payment entries on Bank Account in Payment Clearance
2025-03-26 11:41:35 +05:30
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