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 |
|
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 |
|
Frappe PR Bot
|
bda447f20a
|
chore(release): Bumped to Version 14.88.0
# [14.88.0](https://github.com/frappe/erpnext/compare/v14.87.0...v14.88.0) (2025-07-15)
### Bug Fixes
* **Employee:** add context to status in List View (backport [#48576](https://github.com/frappe/erpnext/issues/48576)) ([#48578](https://github.com/frappe/erpnext/issues/48578)) ([9dad082](9dad08274a))
### Features
* parent item group support in Stock Projected Qty report ([3b36be2](3b36be214f))
* update the modified date of the SLE after reposting ([8966c95](8966c956d5))
v14.88.0
|
2025-07-15 12:50:14 +00:00 |
|
ruthra kumar
|
7db420cf9f
|
Merge pull request #48601 from frappe/version-14-hotfix
chore: release v14
|
2025-07-15 18:18:44 +05:30 |
|
ruthra kumar
|
5ddfe3ce1d
|
Merge pull request #48585 from frappe/mergify/bp/version-14-hotfix/pr-47892
refactor: use sql for building voucher balance in Receivable report (backport #47892)
|
2025-07-15 08:23:20 +05:30 |
|
ruthra kumar
|
ff998572e7
|
chore: resolve conflicts
|
2025-07-15 08:03:48 +05:30 |
|
ruthra kumar
|
f364a41490
|
chore: rename method
(cherry picked from commit fc8ca7d82c)
# Conflicts:
# erpnext/accounts/report/accounts_receivable/accounts_receivable.py
|
2025-07-15 01:52:45 +00:00 |
|
ruthra kumar
|
804edad233
|
refactor: build and pass match conditions as qb criterion
(cherry picked from commit 7efeed54de)
# Conflicts:
# erpnext/accounts/report/accounts_receivable/accounts_receivable.py
# erpnext/accounts/utils.py
|
2025-07-15 01:52:45 +00:00 |
|
ruthra kumar
|
e533158a1c
|
chore: drop unused utility method
(cherry picked from commit 52c0df24e3)
|
2025-07-15 01:52:45 +00:00 |
|
ruthra kumar
|
5bcf642dff
|
refactor: dynamic DB field types
(cherry picked from commit 9d0ebe3427)
# Conflicts:
# erpnext/accounts/report/accounts_receivable/accounts_receivable.py
|
2025-07-15 01:52:44 +00:00 |
|
ruthra kumar
|
d7822f493b
|
refactor: better variable name
(cherry picked from commit 1a90c0d031)
|
2025-07-15 01:52:44 +00:00 |
|
ruthra kumar
|
5188745c53
|
refactor: prefix-ed names for easy distinction
(cherry picked from commit c5e35cc330)
|
2025-07-15 01:52:44 +00:00 |
|
ruthra kumar
|
006a8c71fd
|
refactor: utility to drop existing procedures and include cost center
(cherry picked from commit da32bb5f51)
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.js
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
# erpnext/accounts/doctype/accounts_settings/accounts_settings.py
|
2025-07-15 01:52:44 +00:00 |
|
ruthra kumar
|
ba25d334b1
|
refactor: order by posting date
(cherry picked from commit 7b7440d44a)
|
2025-07-15 01:52:43 +00:00 |
|
ruthra kumar
|
dd1020ccfb
|
refactor: call procedures based on config
(cherry picked from commit e90c6a33bd)
# Conflicts:
# erpnext/accounts/report/accounts_receivable/accounts_receivable.py
|
2025-07-15 01:52:43 +00:00 |
|
ruthra kumar
|
de2f80811f
|
refactor: introduce sql option for data fetch
(cherry picked from commit 8cf8f6abad)
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.py
|
2025-07-15 01:52:43 +00:00 |
|
ruthra kumar
|
12eaa64572
|
refactor: better readability
(cherry picked from commit 097e74979f)
|
2025-07-15 01:52:42 +00:00 |
|
ruthra kumar
|
da1dcb8b21
|
refactor: using sql procedures for AR report
- dynamic filters are passed
(cherry picked from commit e5920c57aa)
# Conflicts:
# erpnext/accounts/report/accounts_receivable/accounts_receivable.py
|
2025-07-15 01:52:42 +00:00 |
|
mergify[bot]
|
9dad08274a
|
fix(Employee): add context to status in List View (backport #48576) (#48578)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
fix(Employee): add context to status in List View (#48576)
|
2025-07-14 15:53:42 +02:00 |
|
rohitwaghchaure
|
d8d53bc43e
|
Merge pull request #48496 from frappe/mergify/bp/version-14-hotfix/pr-48490
feat: update the modified date of the SLE after reposting (backport #48490)
|
2025-07-09 19:45:26 +05:30 |
|
Rohit Waghchaure
|
8966c956d5
|
feat: update the modified date of the SLE after reposting
(cherry picked from commit c2cd4934e7)
|
2025-07-09 13:52:11 +00:00 |
|
rohitwaghchaure
|
a518fc080a
|
Merge pull request #48491 from frappe/mergify/bp/version-14-hotfix/pr-48488
feat: parent item group support in Stock Projected Qty report (backport #48488)
|
2025-07-09 18:59:55 +05:30 |
|
Rohit Waghchaure
|
3b36be214f
|
feat: parent item group support in Stock Projected Qty report
(cherry picked from commit 6e80d89d13)
|
2025-07-09 11:19:41 +00:00 |
|
Frappe PR Bot
|
20af226947
|
chore(release): Bumped to Version 14.87.0
# [14.87.0](https://github.com/frappe/erpnext/compare/v14.86.5...v14.87.0) (2025-07-08)
### Bug Fixes
* fetch from parent optional in inventory dimension ([bb901ca](bb901cab88))
* incorrect backport ([94a17b6](94a17b6ec2))
### Features
* Period-wise closing entries for TB (backport [#39712](https://github.com/frappe/erpnext/issues/39712)) ([#48386](https://github.com/frappe/erpnext/issues/48386)) ([711e06b](711e06b537))
### Reverts
* do not convert exchange gain/loss amount to foreign currency ([083402e](083402e9a8))
* Revert "fix: stock reco qty with inventory dimension ([#47918](https://github.com/frappe/erpnext/issues/47918))" ([9207d79](9207d79ce6))
v14.87.0
|
2025-07-08 12:54:12 +00:00 |
|
ruthra kumar
|
7f26b1d5a2
|
Merge pull request #48461 from frappe/version-14-hotfix
chore: release v14
|
2025-07-08 18:22:45 +05:30 |
|
ruthra kumar
|
c332fcdeff
|
Merge pull request #48458 from frappe/mergify/bp/version-14-hotfix/pr-48361
revert: do not convert exchange gain/loss amount to foreign currency (backport #48361)
|
2025-07-08 15:45:19 +05:30 |
|
mergify[bot]
|
51adea3b89
|
refactor: remove do_reposting_for_each_stock_transaction feature (backport #48444) (#48451)
* refactor: remove do_reposting_for_each_stock_transaction feature
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
|
2025-07-08 15:06:00 +05:30 |
|
venkat102
|
083402e9a8
|
revert: do not convert exchange gain/loss amount to foreign currency
(cherry picked from commit c17ae703c7)
# Conflicts:
# erpnext/accounts/report/general_ledger/test_general_ledger.py
|
2025-07-08 14:26:24 +05:30 |
|
rohitwaghchaure
|
1116a0fc8e
|
Merge pull request #48442 from frappe/mergify/bp/version-14-hotfix/pr-48441
Revert "fix: stock reco qty with inventory dimension" (backport #48441)
|
2025-07-08 12:30:58 +05:30 |
|
rohitwaghchaure
|
b15d7e573e
|
chore: fix conflicts
|
2025-07-08 10:45:49 +05:30 |
|
rohitwaghchaure
|
9207d79ce6
|
Revert "fix: stock reco qty with inventory dimension (#47918)"
This reverts commit 342cebc778.
(cherry picked from commit 8ba66c9833)
# Conflicts:
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
|
2025-07-08 05:07:53 +00:00 |
|
rohitwaghchaure
|
33eb72035b
|
Merge pull request #48433 from frappe/mergify/bp/version-14-hotfix/pr-48432
fix: fetch from parent optional in inventory dimension (backport #48432)
|
2025-07-08 10:13:56 +05:30 |
|
rohitwaghchaure
|
2c6099e051
|
Merge pull request #48438 from rohitwaghchaure/fixed-sales-incoming-rate-issue
fix: incorrect backport
|
2025-07-08 09:55:06 +05:30 |
|
rohitwaghchaure
|
5f4aaed5a0
|
chore: fix conflicts
|
2025-07-08 08:34:16 +05:30 |
|
Rohit Waghchaure
|
94a17b6ec2
|
fix: incorrect backport
|
2025-07-08 08:32:12 +05:30 |
|
Rohit Waghchaure
|
bb901cab88
|
fix: fetch from parent optional in inventory dimension
(cherry picked from commit 8aac6a6b18)
# Conflicts:
# erpnext/stock/doctype/inventory_dimension/inventory_dimension.json
|
2025-07-07 11:52:53 +00:00 |
|
Diptanil Saha
|
711e06b537
|
feat: Period-wise closing entries for TB (backport #39712) (#48386)
feat: Period-wise closing entries for TB
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
|
2025-07-03 22:47:28 +05:30 |
|
Diptanil Saha
|
c54b65acc2
|
chore: fix flaky test in Tax Withholding Details (backport #48375) (#48387)
* fix(test): flaky budget test case
* chore(test): import get_accumulated_monthly_budget
* fix(test): tds_payable_monthly tests
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com>
|
2025-07-03 22:09:19 +05:30 |
|
Frappe PR Bot
|
179b8c7c61
|
chore(release): Bumped to Version 14.86.5
## [14.86.5](https://github.com/frappe/erpnext/compare/v14.86.4...v14.86.5) (2025-07-01)
### Bug Fixes
* accounting entries for standalone credit notes ([15ae019](15ae0196c6))
* add validation for exchange gain/loss entries ([b98cce8](b98cce8b9a))
* do not allow backdated transactions against serial numbers. ([#48281](https://github.com/frappe/erpnext/issues/48281)) ([945bdab](945bdabebb))
v14.86.5
|
2025-07-01 11:59:12 +00:00 |
|
ruthra kumar
|
b107387dda
|
Merge pull request #48337 from frappe/version-14-hotfix
chore: release v14
|
2025-07-01 17:27:40 +05:30 |
|
ruthra kumar
|
9fcca18bf3
|
Merge pull request #48334 from frappe/mergify/bp/version-14-hotfix/pr-48162
fix: add validation for exchange gain/loss entries (backport #48162)
|
2025-07-01 16:20:45 +05:30 |
|
i-am-vimal
|
b98cce8b9a
|
fix: add validation for exchange gain/loss entries
(cherry picked from commit 5c9eddd31e)
# Conflicts:
# erpnext/accounts/report/utils.py
|
2025-07-01 15:36:51 +05:30 |
|
rohitwaghchaure
|
62b7a8d21a
|
Merge pull request #48313 from frappe/mergify/bp/version-14-hotfix/pr-48310
fix: accounting entries for standalone credit notes (backport #48310)
|
2025-06-30 10:09:23 +05:30 |
|
rohitwaghchaure
|
6b31e54891
|
chore: fix conflicts
|
2025-06-30 09:42:13 +05:30 |
|
Rohit Waghchaure
|
15ae0196c6
|
fix: accounting entries for standalone credit notes
(cherry picked from commit 52177cffcd)
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
|
2025-06-30 04:09:39 +00:00 |
|
Frappe PR Bot
|
a06d705d75
|
chore(release): Bumped to Version 14.86.4
## [14.86.4](https://github.com/frappe/erpnext/compare/v14.86.3...v14.86.4) (2025-06-27)
### Bug Fixes
* do not allow backdated transactions against serial numbers. ([#48281](https://github.com/frappe/erpnext/issues/48281)) ([1393100](1393100a62))
v14.86.4
|
2025-06-27 06:27:09 +00:00 |
|