Frappe PR Bot
|
a66ce02520
|
chore(release): Bumped to Version 15.90.0
# [15.90.0](https://github.com/frappe/erpnext/compare/v15.89.2...v15.90.0) (2025-11-25)
### Bug Fixes
* add filter company and status to job card employee ([015f946](015f946a14))
* add missing translate function ([475eada](475eada727))
* add return status for purchase receipt ([8ccb9a5](8ccb9a5ad2))
* add validation for FG Items as per BOM qty (backport [#50579](https://github.com/frappe/erpnext/issues/50579)) ([#50715](https://github.com/frappe/erpnext/issues/50715)) ([1995291](1995291194))
* apply precision for scrap items amount ([5b60fbb](5b60fbbd30))
* **customer:** link contact and addresses if created from lead/opportunity/prospect ([b1d40de](b1d40de87e))
* ignore reserved batches from total available batches ([673b893](673b893942))
* incorrect query filter when selecting primary customer adr ([#50727](https://github.com/frappe/erpnext/issues/50727)) ([e8e09cf](e8e09cf8ea))
* **ledger-summary-report:** show party group and territory ([56f03ae](56f03aee02))
* **manufacturing:** apply precision for bom amount and rm_cost_per_qty ([2678694](2678694c5f))
* pick list status doesn't update when DN created from it and PL was created from SO ([2809c46](2809c46a6e))
* prevent pi status from changing on asset repair ([3f2081b](3f2081b440))
* pricing rule was ignoring time validity ([f62e5e6](f62e5e69b8))
* **product bundle:** fields reset if doc is new ([4ba4da0](4ba4da090d))
* **purchase_receipt:** add internal_and_external_links field to show purchase invoice connection count ([89fcdbf](89fcdbf56b))
* redundant message on bom save ([5b16740](5b1674018b))
* remove disabled warehouse in get_warehouses_based_on_account ([aa94c91](aa94c91c12))
* serial batch selector shown only once ([25cd230](25cd230471))
* show current company warehouse only in get material from bom MR ([1d6e3e4](1d6e3e4e7d))
* tests ([45bc218](45bc218acb))
* unhide zero val checkbox ([a247337](a24733791d))
* unknown column error ([2e9a0cb](2e9a0cb01c))
* use current_tax_amount value for base_total_taxes_and_charges ([7ed3c6d](7ed3c6d18a))
* validate sabb autocreation when disabled ([85c0c16](85c0c16964))
* validation for SABB deletion ([0bc98b6](0bc98b609f))
### Features
* **accounting-dimension:** add dynamic triggers for custom accounting dimensions ([#50621](https://github.com/frappe/erpnext/issues/50621)) ([2b7d586](2b7d58602d))
* modify accounting dimension as multiselect field ([6b6e017](6b6e017e36))
* **reports:** preserve accounting dimension filters while navigating between reports ([02a1f81](02a1f815da))
v15.90.0
|
2025-11-25 15:02:30 +00:00 |
|
ruthra kumar
|
3c43b42a01
|
Merge pull request #50741 from frappe/version-15-hotfix
chore: release v15
|
2025-11-25 20:31:01 +05:30 |
|
ruthra kumar
|
8ed3a0ec65
|
Merge branch 'version-15' into version-15-hotfix
|
2025-11-25 20:14:37 +05:30 |
|
mergify[bot]
|
488d635dc9
|
chore: switched frankfurter domain from frankfurter.app to frankfurter.dev (backport #50734) (#50740)
Co-authored-by: diptanilsaha <diptanil@frappe.io>
|
2025-11-25 15:49:53 +05:30 |
|
ruthra kumar
|
08d230b3e3
|
Merge pull request #50731 from frappe/mergify/bp/version-15-hotfix/pr-50561
fix(ledger-summary-report): show party group and territory (backport #50561)
|
2025-11-25 12:33:49 +05:30 |
|
Mihir Kandoi
|
f383fafb15
|
Merge pull request #50728 from frappe/mergify/bp/version-15-hotfix/pr-50727
fix: incorrect query filter when selecting primary customer adr (backport #50727)
|
2025-11-25 12:14:17 +05:30 |
|
ruthra kumar
|
38124a7616
|
chore: resolve conflicts
|
2025-11-25 12:01:37 +05:30 |
|
l0gesh29
|
56cf5382f0
|
test: add party_group, territory in json
(cherry picked from commit 8f91919933)
# Conflicts:
# erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py
|
2025-11-25 05:38:57 +00:00 |
|
l0gesh29
|
56f03aee02
|
fix(ledger-summary-report): show party group and territory
(cherry picked from commit 231479a6e2)
# Conflicts:
# erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py
|
2025-11-25 05:38:57 +00:00 |
|
Mihir Kandoi
|
841f5c24ad
|
chore: resolve conflicts
|
2025-11-25 10:51:39 +05:30 |
|
ruthra kumar
|
e8051ba180
|
Merge pull request #50729 from frappe/mergify/bp/version-15-hotfix/pr-50621
feat(accounting-dimension): add dynamic triggers for custom accounting dimensions (backport #50621)
|
2025-11-25 10:26:47 +05:30 |
|
Logesh Periyasamy
|
2b7d58602d
|
feat(accounting-dimension): add dynamic triggers for custom accounting dimensions (#50621)
* feat: add dynamic triggers for custom accounting dimensions
* feat: add accounting dimension trigger call in setup event
* chore: ignore cur_frm semgrep rules
* chore: move function to transaction.js
(cherry picked from commit 5e58e344b2)
|
2025-11-25 04:51:32 +00:00 |
|
Mihir Kandoi
|
e8e09cf8ea
|
fix: incorrect query filter when selecting primary customer adr (#50727)
(cherry picked from commit c2b8b97d7d)
# Conflicts:
# erpnext/selling/doctype/customer/customer.json
|
2025-11-25 04:49:20 +00:00 |
|
Khushi Rawat
|
188c633d6e
|
Merge pull request #50544 from aerele/asset-repair-pi-status
fix: prevent pi status from changing on asset repair
|
2025-11-24 23:28:33 +05:30 |
|
mergify[bot]
|
1995291194
|
fix: add validation for FG Items as per BOM qty (backport #50579) (#50715)
Co-authored-by: Kavin <78342682+kavin0411@users.noreply.github.com>
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
Co-authored-by: Kavin <78342682+kavin-114@users.noreply.github.com>
fix: add validation for FG Items as per BOM qty (#50579)
|
2025-11-24 11:18:18 +00:00 |
|
Mihir Kandoi
|
bb0d75eb78
|
Merge pull request #50717 from frappe/mergify/bp/version-15-hotfix/pr-50716
fix: add missing translate function (backport #50716)
|
2025-11-24 13:53:48 +05:30 |
|
El-Shafei H.
|
475eada727
|
fix: add missing translate function
(cherry picked from commit 56def01240)
|
2025-11-24 07:39:09 +00:00 |
|
mergify[bot]
|
6cffba9a71
|
Merge pull request #50713 from frappe/mergify/bp/version-15-hotfix/pr-50712
|
2025-11-24 07:17:43 +00:00 |
|
Mihir Kandoi
|
35f9f9f330
|
Merge pull request #50711 from frappe/mergify/bp/version-15-hotfix/pr-50661
fix(manufacturing): apply precision for bom amount and rm_cost_per_qty (backport #50661)
|
2025-11-24 11:02:50 +05:30 |
|
Pugazhendhi Velu
|
5b60fbbd30
|
fix: apply precision for scrap items amount
(cherry picked from commit 9194e6350a)
|
2025-11-24 05:08:42 +00:00 |
|
Pugazhendhi Velu
|
2678694c5f
|
fix(manufacturing): apply precision for bom amount and rm_cost_per_qty
(cherry picked from commit 57f9353d90)
|
2025-11-24 05:08:42 +00:00 |
|
Mihir Kandoi
|
b6a80da457
|
Merge pull request #50709 from frappe/mergify/bp/version-15-hotfix/pr-50707
fix: unknown column error (backport #50707)
|
2025-11-23 19:54:21 +05:30 |
|
Mihir Kandoi
|
2e9a0cb01c
|
fix: unknown column error
(cherry picked from commit 3b7d7aed4c)
|
2025-11-23 14:08:48 +00:00 |
|
Frappe PR Bot
|
38c1867ade
|
chore(release): Bumped to Version 15.89.2
## [15.89.2](https://github.com/frappe/erpnext/compare/v15.89.1...v15.89.2) (2025-11-21)
### Bug Fixes
* use current_tax_amount value for base_total_taxes_and_charges ([c082eda](c082edabf4))
v15.89.2
|
2025-11-21 17:34:52 +00:00 |
|
Diptanil Saha
|
a48b999af9
|
Merge pull request #50691 from frappe/mergify/bp/version-15/pr-50690
fix: use current_tax_amount value for base_total_taxes_and_charges (backport #50476) (backport #50690)
|
2025-11-21 23:03:28 +05:30 |
|
Pugazhendhi Velu
|
c082edabf4
|
fix: use current_tax_amount value for base_total_taxes_and_charges
(cherry picked from commit 5a3fcbedb5)
(cherry picked from commit 7ed3c6d18a)
|
2025-11-21 17:16:54 +00:00 |
|
Diptanil Saha
|
60ec7d0fb8
|
Merge pull request #50690 from frappe/mergify/bp/version-15-hotfix/pr-50476
fix: use current_tax_amount value for base_total_taxes_and_charges (backport #50476)
|
2025-11-21 22:31:13 +05:30 |
|
Pugazhendhi Velu
|
7ed3c6d18a
|
fix: use current_tax_amount value for base_total_taxes_and_charges
(cherry picked from commit 5a3fcbedb5)
|
2025-11-21 16:41:52 +00:00 |
|
Frappe PR Bot
|
b7e4fb9d83
|
chore(release): Bumped to Version 15.89.1
## [15.89.1](https://github.com/frappe/erpnext/compare/v15.89.0...v15.89.1) (2025-11-21)
### Bug Fixes
* ignore reserved batches from total available batches ([64950d3](64950d39b5))
v15.89.1
|
2025-11-21 10:36:37 +00:00 |
|
rohitwaghchaure
|
e49e7b621d
|
Merge pull request #50668 from frappe/mergify/bp/version-15/pr-50612
fix: ignore reserved batches from total available batches (backport #50612)
|
2025-11-21 16:05:05 +05:30 |
|
Mihir Kandoi
|
0a67d20ff8
|
Merge pull request #50671 from frappe/mergify/bp/version-15-hotfix/pr-50667
fix: pricing rule was ignoring time validity (backport #50667)
|
2025-11-21 13:08:25 +05:30 |
|
Mihir Kandoi
|
83c6d861eb
|
Merge pull request #50670 from frappe/mergify/bp/version-15-hotfix/pr-50655
fix: pick list status doesn't update when DN created from it and PL w... (backport #50655)
|
2025-11-21 13:00:31 +05:30 |
|
Mihir Kandoi
|
f62e5e69b8
|
fix: pricing rule was ignoring time validity
(cherry picked from commit ffae7c4175)
|
2025-11-21 07:22:07 +00:00 |
|
Mihir Kandoi
|
45bc218acb
|
fix: tests
(cherry picked from commit d26f8aa629)
|
2025-11-21 07:14:00 +00:00 |
|
Mihir Kandoi
|
2809c46a6e
|
fix: pick list status doesn't update when DN created from it and PL was created from SO
(cherry picked from commit f7b3253683)
|
2025-11-21 07:14:00 +00:00 |
|
Kavin
|
15c41178d0
|
test: add unit test for reserved stock validation
(cherry picked from commit 55f2f1c515)
|
2025-11-21 06:46:17 +00:00 |
|
Kavin
|
64950d39b5
|
fix: ignore reserved batches from total available batches
(cherry picked from commit 673b893942)
|
2025-11-21 06:46:17 +00:00 |
|
Diptanil Saha
|
ff1b83025a
|
Merge pull request #50666 from frappe/mergify/bp/version-15-hotfix/pr-50665
fix(customer): link contact and addresses if created from lead/opportunity/prospect (backport #50665)
|
2025-11-21 07:03:57 +05:30 |
|
diptanilsaha
|
b1d40de87e
|
fix(customer): link contact and addresses if created from lead/opportunity/prospect
(cherry picked from commit 310099f4cd)
|
2025-11-21 01:18:18 +00:00 |
|
Mihir Kandoi
|
532031c21d
|
Merge pull request #50650 from frappe/mergify/bp/version-15-hotfix/pr-50385
fix: remove disabled warehouse in get_warehouses_based_on_account (backport #50385)
|
2025-11-20 17:44:02 +05:30 |
|
Mihir Kandoi
|
cb70efb8ed
|
Merge pull request #50653 from frappe/mergify/bp/version-15-hotfix/pr-50639
fix(product bundle): fields reset if doc is new (backport #50639)
|
2025-11-20 17:43:43 +05:30 |
|
Mihir Kandoi
|
ca0b4696ba
|
Merge pull request #50652 from frappe/mergify/bp/version-15-hotfix/pr-50649
fix: unhide zero val checkbox in stock reco (backport #50649)
|
2025-11-20 17:43:26 +05:30 |
|
Mihir Kandoi
|
4ba4da090d
|
fix(product bundle): fields reset if doc is new
(cherry picked from commit 7faee7edc2)
|
2025-11-20 10:42:53 +00:00 |
|
rohitwaghchaure
|
e3b2cc24b2
|
chore: fix conflicts
|
2025-11-20 16:12:41 +05:30 |
|
Mihir Kandoi
|
a24733791d
|
fix: unhide zero val checkbox
(cherry picked from commit 20e0313a8c)
# Conflicts:
# erpnext/stock/doctype/stock_reconciliation_item/stock_reconciliation_item.json
|
2025-11-20 10:41:55 +00:00 |
|
Mihir Kandoi
|
aa94c91c12
|
fix: remove disabled warehouse in get_warehouses_based_on_account
(cherry picked from commit ff2d9bf4cb)
|
2025-11-20 10:33:54 +00:00 |
|
Mihir Kandoi
|
87ffbdf129
|
Merge pull request #50641 from frappe/mergify/bp/version-15-hotfix/pr-50502
fix(purchase_receipt): add internal_and_external_links field to show … (backport #50502)
|
2025-11-20 15:45:43 +05:30 |
|
rohitwaghchaure
|
5ef7b8c526
|
Merge pull request #50648 from frappe/mergify/bp/version-15-hotfix/pr-50646
fix: serial batch selector shown only once (backport #50646)
|
2025-11-20 15:12:51 +05:30 |
|
Mihir Kandoi
|
25cd230471
|
fix: serial batch selector shown only once
(cherry picked from commit aa6f09e9a9)
|
2025-11-20 09:38:37 +00:00 |
|
rohitwaghchaure
|
f05933e814
|
Merge pull request #50645 from frappe/mergify/bp/version-15-hotfix/pr-50644
fix: validation for SABB deletion (backport #50644)
|
2025-11-20 14:33:05 +05:30 |
|