Frappe PR Bot
|
a7d13d580c
|
chore(release): Bumped to Version 14.89.0
# [14.89.0](https://github.com/frappe/erpnext/compare/v14.88.4...v14.89.0) (2025-08-06)
### Bug Fixes
* add doctype fieldname in condition ([c263e6d](c263e6d67e))
* add flt to prevent NoneType errors ([2c98081](2c98081be6))
* closing balance being added twice to fifo queue ([7abc4c4](7abc4c4022))
* do not split round off when there is a cost center allocation ([388b5fb](388b5fb8f6))
* payment ledger voucher seperator row currencies ([0de4477](0de4477ddf))
* provide company for outstanding record. ([235f271](235f271729))
* provide missing `company` in report records that require reference to `Company:company:default_currency` ([d38fd07](d38fd0779c))
* Use correct Attachments folder in code list import ([f415bc3](f415bc3d14))
### Features
* add show_amount_in_company_currency in gl report ([eb69122](eb691226d5))
v14.89.0
|
2025-08-06 02:35:47 +00:00 |
|
ruthra kumar
|
dd9dc29fe5
|
Merge pull request #48980 from frappe/version-14-hotfix
chore: release v14
|
2025-08-06 08:04:22 +05:30 |
|
ruthra kumar
|
0ecc056a3f
|
Merge pull request #48996 from frappe/mergify/bp/version-14-hotfix/pr-48901
fix: do not split round off when there is a cost center allocation (backport #48901)
|
2025-08-05 20:55:34 +05:30 |
|
ravibharathi656
|
7a9150aac0
|
test: add test for cost center allocation commercial rounding
(cherry picked from commit dd24cce509)
# Conflicts:
# erpnext/accounts/doctype/cost_center_allocation/test_cost_center_allocation.py
|
2025-08-05 20:35:21 +05:30 |
|
venkat102
|
388b5fb8f6
|
fix: do not split round off when there is a cost center allocation
(cherry picked from commit f0df41d521)
|
2025-08-05 20:35:18 +05:30 |
|
ruthra kumar
|
96a1a4a8b8
|
Merge pull request #48984 from frappe/mergify/bp/version-14-hotfix/pr-48798
feat: add show_amount_in_company_currency in gl report (backport #48798)
|
2025-08-05 17:44:27 +05:30 |
|
l0gesh29
|
eb691226d5
|
feat: add show_amount_in_company_currency in gl report
(cherry picked from commit 468e5e9b2e)
# Conflicts:
# erpnext/accounts/report/general_ledger/general_ledger.js
|
2025-08-05 17:11:33 +05:30 |
|
Mihir Kandoi
|
00e61a531a
|
Merge pull request #48986 from mihir-kandoi/st45290
fix: closing balance being added twice to fifo queue in stock ageing report
|
2025-08-05 15:48:38 +05:30 |
|
Mihir Kandoi
|
7abc4c4022
|
fix: closing balance being added twice to fifo queue
|
2025-08-05 15:25:25 +05:30 |
|
Mihir Kandoi
|
1ae3fd3e27
|
Merge pull request #48966 from frappe/mergify/bp/version-14-hotfix/pr-48693
fix: Use correct Attachments folder in code list import (backport #48693)
|
2025-08-05 14:29:16 +05:30 |
|
ruthra kumar
|
ade44fbdb4
|
Merge pull request #48970 from frappe/mergify/bp/version-14-hotfix/pr-48861
chore: correct description for `consider_party_ledger_amount` in Tax Withholding Category (backport #48861)
|
2025-08-05 14:26:25 +05:30 |
|
ljain112
|
82e8fb8a5e
|
chore: correct description for consider_party_ledger_amount in Tax Withholding Category
(cherry picked from commit f619bca2d6)
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json
|
2025-08-05 14:24:38 +05:30 |
|
Corentin Forler
|
f415bc3d14
|
fix: Use correct Attachments folder in code list import
(cherry picked from commit bc2cb1737a)
|
2025-08-05 08:34:37 +00:00 |
|
ruthra kumar
|
5bc3273460
|
Merge pull request #48963 from frappe/mergify/bp/version-14-hotfix/pr-48860
fix: add doctype fieldname in condition (backport #48860)
|
2025-08-05 13:09:37 +05:30 |
|
l0gesh29
|
c263e6d67e
|
fix: add doctype fieldname in condition
(cherry picked from commit e2d63e4c32)
# Conflicts:
# erpnext/accounts/utils.py
|
2025-08-05 12:16:33 +05:30 |
|
ruthra kumar
|
11b5a81170
|
Merge pull request #48927 from pps190/backport/version-14-hotfix/48926
fix: provide missing company in report records that require reference to Company:company:default_currency (Backport #48926)
|
2025-08-04 10:29:49 +05:30 |
|
Mihir Kandoi
|
27485b9472
|
Merge pull request #48329 from pps190/backport/version-14-hotfix/34909
Get incoming rate v14 fix (Backport #34909)
|
2025-08-02 22:09:30 +05:30 |
|
Devin Slauenwhite
|
0de4477ddf
|
fix: payment ledger voucher seperator row currencies
|
2025-08-02 12:29:52 -04:00 |
|
Devin Slauenwhite
|
235f271729
|
fix: provide company for outstanding record.
|
2025-08-02 12:23:32 -04:00 |
|
Devin Slauenwhite
|
d38fd0779c
|
fix: provide missing company in report records that require reference to Company:company:default_currency
|
2025-08-02 12:03:40 -04:00 |
|
Mihir Kandoi
|
093c6bb17e
|
Merge pull request #48907 from frappe/st45332
fix: add flt to prevent NoneType errors
|
2025-08-01 17:07:50 +05:30 |
|
Mihir Kandoi
|
2c98081be6
|
fix: add flt to prevent NoneType errors
|
2025-08-01 16:39:56 +05:30 |
|
Frappe PR Bot
|
e5c821a822
|
chore(release): Bumped to Version 14.88.4
## [14.88.4](https://github.com/frappe/erpnext/compare/v14.88.3...v14.88.4) (2025-07-29)
### Bug Fixes
* import get_link_to_form from utils ([b43fbf2](b43fbf2a7d))
* include empty values in user permission ([4d12ae0](4d12ae069e))
* incorrect GL entries ([493c8ce](493c8ce04e))
* post gl entry on completion date of asset repair ([80ae982](80ae9820f0))
* resolved conflicts ([6cdc781](6cdc7811b8))
* resolved conflicts ([4524c74](4524c74968))
v14.88.4
|
2025-07-29 15:11:30 +00:00 |
|
ruthra kumar
|
500ffbab09
|
Merge pull request #48831 from frappe/version-14-hotfix
chore: release v14
|
2025-07-29 20:40:08 +05:30 |
|
ruthra kumar
|
451326fdeb
|
Merge pull request #48846 from frappe/mergify/bp/version-14-hotfix/pr-48835
fix: include empty values in user permission (backport #48835)
|
2025-07-29 20:17:18 +05:30 |
|
l0gesh29
|
4d12ae069e
|
fix: include empty values in user permission
(cherry picked from commit f13d98fc7c)
|
2025-07-29 14:26:33 +00:00 |
|
Khushi Rawat
|
4297c58e5e
|
Merge pull request #48834 from frappe/mergify/bp/version-14-hotfix/pr-48833
fix: post gl entry on completion date of asset repair (backport #48833)
|
2025-07-29 16:57:02 +05:30 |
|
Khushi Rawat
|
b43fbf2a7d
|
fix: import get_link_to_form from utils
|
2025-07-29 15:48:41 +05:30 |
|
Khushi Rawat
|
6cdc7811b8
|
fix: resolved conflicts
|
2025-07-29 15:42:00 +05:30 |
|
Khushi Rawat
|
59ac7aeb23
|
chore: resolved conflicts
|
2025-07-29 15:41:20 +05:30 |
|
Khushi Rawat
|
4524c74968
|
fix: resolved conflicts
|
2025-07-29 15:39:10 +05:30 |
|
khushi8112
|
80ae9820f0
|
fix: post gl entry on completion date of asset repair
(cherry picked from commit 5a82b723c2)
# Conflicts:
# erpnext/assets/doctype/asset_repair/asset_repair.json
# erpnext/assets/doctype/asset_repair/asset_repair.py
# erpnext/assets/doctype/asset_repair/test_asset_repair.py
|
2025-07-29 10:07:22 +00:00 |
|
rohitwaghchaure
|
5d92f38bbe
|
Merge pull request #48807 from frappe/mergify/bp/version-14-hotfix/pr-48801
fix: incorrect GL entries (backport #48801)
|
2025-07-28 17:54:00 +05:30 |
|
rohitwaghchaure
|
a944eaf054
|
chore: fix conflicts
|
2025-07-28 16:35:39 +05:30 |
|
Rohit Waghchaure
|
493c8ce04e
|
fix: incorrect GL entries
(cherry picked from commit 4c273fcc99)
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
|
2025-07-28 10:58:37 +00:00 |
|
Frappe PR Bot
|
a711cd7a18
|
chore(release): Bumped to Version 14.88.3
## [14.88.3](https://github.com/frappe/erpnext/compare/v14.88.2...v14.88.3) (2025-07-23)
### Bug Fixes
* add validation for account key ([360f3b7](360f3b7c25))
* calculate due date based on payment term ([#46416](https://github.com/frappe/erpnext/issues/46416)) ([9e7a5bb](9e7a5bb1bb))
* performance issue while submitting the purchase invoice ([4fe09fd](4fe09fd7e8))
* **period closing voucher:** closing account head debit and debit in account currency should be equal ([76a233e](76a233e1b7))
* **production plan:** add company filter to sub assembly warehouse ([8934adf](8934adfef4))
* show amount for exchange gain or loss account ([581221f](581221f1ec))
v14.88.3
|
2025-07-23 02:50:52 +00:00 |
|
ruthra kumar
|
942aca31f2
|
Merge pull request #48746 from frappe/version-14-hotfix
chore: release v14
|
2025-07-23 08:19:35 +05:30 |
|
ruthra kumar
|
77ea06dc7d
|
Merge pull request #48740 from frappe/mergify/bp/version-14-hotfix/pr-48665
fix: show amount for exchange gain or loss account (backport #48665)
|
2025-07-22 12:56:31 +05:30 |
|
l0gesh29
|
360f3b7c25
|
fix: add validation for account key
(cherry picked from commit b6da350c20)
|
2025-07-22 06:44:03 +00:00 |
|
l0gesh29
|
581221f1ec
|
fix: show amount for exchange gain or loss account
(cherry picked from commit 4f90f50eb2)
|
2025-07-22 06:44:03 +00:00 |
|
rohitwaghchaure
|
e0be83caa5
|
Merge pull request #48728 from frappe/mergify/bp/version-14-hotfix/pr-48704
fix(production plan): add company filter to sub assembly warehouse (backport #48704)
|
2025-07-21 20:04:07 +05:30 |
|
ravibharathi656
|
8934adfef4
|
fix(production plan): add company filter to sub assembly warehouse
(cherry picked from commit 1728a95111)
|
2025-07-21 14:27:40 +00:00 |
|
Frappe PR Bot
|
259251dfab
|
chore(release): Bumped to Version 14.88.2
## [14.88.2](https://github.com/frappe/erpnext/compare/v14.88.1...v14.88.2) (2025-07-17)
### Bug Fixes
* calculate due date based on payment term ([#46416](https://github.com/frappe/erpnext/issues/46416)) ([9ce357f](9ce357f3bf))
v14.88.2
|
2025-07-17 11:18:43 +00:00 |
|
rohitwaghchaure
|
f8c54f0a9b
|
Merge pull request #48660 from frappe/mergify/bp/version-14/pr-48638
fix: calculate due date based on payment term (backport #46416) (backport #48638)
|
2025-07-17 16:47:21 +05:30 |
|
Sudharsanan Ashok
|
9ce357f3bf
|
fix: calculate due date based on payment term (#46416)
(cherry picked from commit 9e808c832f)
(cherry picked from commit 9e7a5bb1bb)
|
2025-07-17 10:45:07 +00:00 |
|
Marica
|
2d6f4740be
|
Merge pull request #48638 from frappe/mergify/bp/version-14-hotfix/pr-46416
fix: calculate due date based on payment term (backport #46416)
|
2025-07-16 17:18:04 +02:00 |
|
Frappe PR Bot
|
a3b38d9a91
|
chore(release): Bumped to Version 14.88.1
## [14.88.1](https://github.com/frappe/erpnext/compare/v14.88.0...v14.88.1) (2025-07-16)
### Bug Fixes
* **period closing voucher:** closing account head debit and debit in account currency should be equal ([18eea34](18eea3425c))
v14.88.1
|
2025-07-16 15:09:51 +00:00 |
|
ruthra kumar
|
ed2e8c2cc6
|
Merge pull request #48640 from frappe/mergify/bp/version-14/pr-48615
fix(period closing voucher): closing account head debit and debit in account currency should be equal (backport #48615)
|
2025-07-16 20:38:16 +05:30 |
|
venkat102
|
18eea3425c
|
fix(period closing voucher): closing account head debit and debit in account currency should be equal
(cherry picked from commit 76a233e1b7)
|
2025-07-16 14:46:15 +00:00 |
|
ruthra kumar
|
7aaea9f5b6
|
Merge pull request #48615 from aerele/backport-48612
fix(period closing voucher): closing account head debit and debit in account currency should be equal
|
2025-07-16 20:13:11 +05:30 |
|