Frappe PR Bot
c86e95e524
chore(release): Bumped to Version 15.77.0
...
# [15.77.0](https://github.com/frappe/erpnext/compare/v15.76.0...v15.77.0 ) (2025-08-26)
### Bug Fixes
* **asset:** handle None in depreciation value ([f231b1e ](f231b1e32f ))
* child item picker picking all items when creating PI from PR ([edaff5d ](edaff5d699 ))
* correct logic for warehouse field label ([0767c2e ](0767c2e0f6 ))
* correct typo in monthly auto exchange rate revaluation filter ([aa35770 ](aa35770423 ))
* handle all searchfields in items ([db4fc85 ](db4fc8545d ))
* handle ple for immutable ledger ([756216b ](756216b2cb ))
* incorrect pending qty when creating sales invoice from sales order ([54030eb ](54030eb721 ))
* match warehouse only when `last_scanned_warehouse` field exists ([fbbd5a3 ](fbbd5a3af5 ))
* Serial Nos popup only appears 1 time ([1968120 ](196812017e ))
* set valid serial no naming series format ([bec385a ](bec385a667 ))
* set value for asset owner company field ([94cd454 ](94cd4549c6 ))
* **Supplier:** add make_method for Pricing Rule ([#49282 ](https://github.com/frappe/erpnext/issues/49282 )) ([ba840d2 ](ba840d22e5 ))
### Features
* add make methods for Bank Account (backport [#49000 ](https://github.com/frappe/erpnext/issues/49000 )) ([#49275 ](https://github.com/frappe/erpnext/issues/49275 )) ([655af24 ](655af24183 ))
* **payment-reconciliation:** add posting date field for debit/credit note auto jv creation ([083661b ](083661b779 ))
* show title in link field for Project DocType ([#49265 ](https://github.com/frappe/erpnext/issues/49265 )) ([c52f2c7 ](c52f2c75f6 ))
v15.77.0
2025-08-26 11:46:29 +00:00
ruthra kumar
c00e20e17c
Merge pull request #49328 from frappe/version-15-hotfix
...
chore: release v15
2025-08-26 17:15:09 +05:30
ruthra kumar
45aa450f88
Merge pull request #49330 from frappe/mergify/bp/version-15-hotfix/pr-49236
...
fix: handle ple for immutable ledger (backport #49236 )
2025-08-26 16:30:01 +05:30
l0gesh29
756216b2cb
fix: handle ple for immutable ledger
...
(cherry picked from commit 48eb488918 )
# Conflicts:
# erpnext/accounts/general_ledger.py
# erpnext/accounts/utils.py
2025-08-26 16:14:23 +05:30
ruthra kumar
2cf1dd37ba
Merge pull request #49326 from frappe/mergify/bp/version-15-hotfix/pr-49296
...
fix(accounts): correct typo in monthly auto exchange rate revaluation filter (backport #49296 )
2025-08-26 15:48:38 +05:30
Khushi Rawat
45c60911db
Merge pull request #49325 from frappe/mergify/bp/version-15-hotfix/pr-49319
...
fix: set value for asset owner company field (backport #49319 )
2025-08-26 15:27:02 +05:30
CoiledCoder
2cb2bdeb00
refactor: centralize exchange rate revaluation scheduling logic
...
- Introduced a private helper `_auto_create_exchange_rate_revaluation_for(frequency)`
- Removed duplicate logic across daily, weekly, and monthly ERR functions
- Prevents future copy-paste bugs
- Keeps existing behavior unchanged
(cherry picked from commit 15040a362d )
2025-08-26 09:09:49 +00:00
CoiledCoder
aa35770423
fix: correct typo in monthly auto exchange rate revaluation filter
...
The "auto_create_exchange_rate_revaluation_monthly" function was
using the wrong filter key `"Montly"` instead of `"Monthly"`.
As a result, no companies configured for monthly ERR were being
processed.
(cherry picked from commit 19729a307f )
2025-08-26 09:09:48 +00:00
khushi8112
94cd4549c6
fix: set value for asset owner company field
...
(cherry picked from commit a24f1d056b )
2025-08-26 09:06:48 +00:00
Khushi Rawat
bd40106c7d
Merge pull request #49322 from aerele/cancel-asset-value-adjustment
...
fix(asset): handle None in depreciation value
2025-08-26 14:18:55 +05:30
ravibharathi656
f231b1e32f
fix(asset): handle None in depreciation value
2025-08-26 13:33:26 +05:30
ruthra kumar
3a50554149
Merge pull request #49300 from frappe/mergify/bp/version-15-hotfix/pr-49252
...
feat(payment-reconciliation): add posting date field for debit/credit… (backport #49252 )
2025-08-26 13:28:11 +05:30
ruthra kumar
64c5af202c
Merge pull request #49315 from frappe/mergify/bp/version-15-hotfix/pr-48875
...
fix: incorrect pending qty when creating sales invoice from sales order (backport #48875 )
2025-08-26 13:12:58 +05:30
ruthra kumar
9cd15939c9
Merge pull request #49293 from frappe/mergify/bp/version-15-hotfix/pr-49265
...
feat: show title in link field for Project DocType (backport #49265 )
2025-08-26 11:35:12 +05:30
Hussain Nagaria
c52f2c75f6
feat: show title in link field for Project DocType ( #49265 )
...
(cherry picked from commit a5f200636a )
# Conflicts:
# erpnext/projects/doctype/project/project.json
2025-08-26 11:18:39 +05:30
l0gesh29
083661b779
feat(payment-reconciliation): add posting date field for debit/credit note auto jv creation
...
(cherry picked from commit 6b4004b127 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json
2025-08-26 11:16:37 +05:30
ruthra kumar
6983573243
chore: resolve conflict
2025-08-26 11:06:55 +05:30
ravibharathi656
1380ee21b6
chore: remove update_stock
...
(cherry picked from commit 368dbe3bbf )
2025-08-25 19:39:14 +00:00
ravibharathi656
b403b6c7b4
test: add pending quantity check for invoice creation
...
(cherry picked from commit e5d4b4f0f0 )
# Conflicts:
# erpnext/selling/doctype/sales_order/test_sales_order.py
2025-08-25 19:39:14 +00:00
ravibharathi656
54030eb721
fix: incorrect pending qty when creating sales invoice from sales order
...
(cherry picked from commit a5138f4899 )
2025-08-25 19:39:14 +00:00
Sagar Vora
5a7161eeb3
Merge pull request #49313 from frappe/mergify/bp/version-15-hotfix/pr-49312
...
fix: multiple fixes to warehouse barcode scanning logic (backport #49312 )
2025-08-25 19:11:59 +00:00
Sagar Vora
0767c2e0f6
fix: correct logic for warehouse field label
...
(cherry picked from commit 72a38929e5 )
2025-08-25 19:08:38 +00:00
Sagar Vora
fbbd5a3af5
fix: match warehouse only when last_scanned_warehouse field exists
...
(cherry picked from commit 4005e4412d )
2025-08-25 19:08:37 +00:00
rohitwaghchaure
04c2fca4e2
Merge pull request #49303 from frappe/mergify/bp/version-15-hotfix/pr-49301
...
fix: set valid serial no naming series format (backport #49301 )
2025-08-25 17:51:15 +05:30
Kavin
bec385a667
fix: set valid serial no naming series format
...
(cherry picked from commit 46b85c7857 )
2025-08-25 11:53:12 +00:00
Raffael Meyer
ba840d22e5
fix(Supplier): add make_method for Pricing Rule ( #49282 )
2025-08-22 19:18:42 +02:00
mergify[bot]
655af24183
feat: add make methods for Bank Account (backport #49000 ) ( #49275 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-08-22 19:04:42 +02:00
mergify[bot]
c375ac3939
Merge pull request #49272 from frappe/mergify/bp/version-15-hotfix/pr-49050
...
fix: ensure variant conversion factor is returned before the template's (backport #49050 )
2025-08-22 15:11:26 +05:30
rohitwaghchaure
e4f3836b31
Merge pull request #49270 from frappe/mergify/bp/version-15-hotfix/pr-49269
...
fix: Serial Nos popup only appears 1 time (backport #49269 )
2025-08-21 23:38:01 +05:30
rohitwaghchaure
be01c4fafe
chore: fix conflicts
2025-08-21 23:34:38 +05:30
Rohit Waghchaure
196812017e
fix: Serial Nos popup only appears 1 time
...
(cherry picked from commit 5503d4b05b )
# Conflicts:
# erpnext/public/js/controllers/transaction.js
2025-08-21 17:59:24 +00:00
Mihir Kandoi
c2d07eb2b2
Merge pull request #49263 from frappe/mergify/bp/version-15-hotfix/pr-49182
2025-08-21 18:11:02 +05:30
ravibharathi656
db4fc8545d
fix: handle all searchfields in items
...
(cherry picked from commit ad559c3491 )
2025-08-21 10:56:31 +00:00
Mihir Kandoi
b7307b4a56
Merge pull request #49251 from frappe/mergify/bp/version-15-hotfix/pr-49250
2025-08-20 18:04:08 +05:30
Mihir Kandoi
edaff5d699
fix: child item picker picking all items when creating PI from PR
...
(cherry picked from commit 738c1e0d0a )
2025-08-20 12:18:59 +00:00
Mihir Kandoi
dec7680d73
Merge pull request #49247 from frappe/mergify/bp/version-15-hotfix/pr-49183
...
Fix/mr status from wo (backport #49183 )
2025-08-20 15:28:26 +05:30
Kavin
1c7a18866f
Merge pull request #49183 from aerele/fix/mr-status-from-wo
...
Fix/mr status from wo
(cherry picked from commit 67e57018bc )
2025-08-20 09:43:11 +00:00
Frappe PR Bot
36bc8fe3f0
chore(release): Bumped to Version 15.76.0
...
# [15.76.0](https://github.com/frappe/erpnext/compare/v15.75.1...v15.76.0 ) (2025-08-19)
### Bug Fixes
* add fieldname in accounting dimension filter ([ac4a5bf ](ac4a5bfe6d ))
* add patch ([a853010 ](a853010537 ))
* add validation for draft PR/PI in Asset ([4187e60 ](4187e60b07 ))
* add value adjustment amount in asset value ([89ad9f1 ](89ad9f1bb4 ))
* add value adjustment amount in report for group by category filter ([089007f ](089007f88a ))
* additional cost not consider in valuation rate for Stock Entry transfer ([e4398d3 ](e4398d3761 ))
* apply grand total to default payment mode in Sales and POS invoices ([605f513 ](605f513ce3 ))
* **asset:** prevent translation function shadowing in make_journal_entry ([1af8ab2 ](1af8ab2a3b ))
* company issue in setup wizard ([cea4b50 ](cea4b50bbc ))
* current qty for batch in stock reco ([3ecb09a ](3ecb09ae52 ))
* fetch fieldname in accounting dimension filter ([d494d8c ](d494d8c299 ))
* formatted string for disabled filter in get_income_account ([c9f79b3 ](c9f79b3ba9 ))
* handle default accounting dimension ([e50d6c6 ](e50d6c6b62 ))
* handle default dimension for all company ([0cd45a0 ](0cd45a0022 ))
* handle empty loyalty point details ([dc953f7 ](dc953f70d1 ))
* handle mode of payment filter (backport [#49185 ](https://github.com/frappe/erpnext/issues/49185 )) ([#49221 ](https://github.com/frappe/erpnext/issues/49221 )) ([b6c992f ](b6c992ffeb ))
* ignore links in Dunning patch (backport [#49201 ](https://github.com/frappe/erpnext/issues/49201 )) ([#49204 ](https://github.com/frappe/erpnext/issues/49204 )) ([07ff97f ](07ff97f647 ))
* **pos:** include Product Bundle components in reserved qty to prevent overselling ([5ce0dc2 ](5ce0dc2a7a )), closes [#49021 ](https://github.com/frappe/erpnext/issues/49021 )
* **pos:** populate packed_items table in POS Invoice ([1f3d8e8 ](1f3d8e8d64 ))
* **pos:** use packed_items snapshot for bundle reservations ([cc82836 ](cc82836109 )), closes [#49106 ](https://github.com/frappe/erpnext/issues/49106 )
* product bundle child item quantity should be a positive number ([f831d45 ](f831d45cc3 ))
* **quotation:** update currency on duplicate ([419f717 ](419f717542 ))
* remove unclear message related to availability of product bundle ([383744b ](383744b8e4 ))
* sanitize column name for inventory_dimensions in get_stock_balance ([69389bb ](69389bb355 ))
* **stock:** don't override t_warehouse if no rules found ([da3d8fb ](da3d8fbbc5 ))
* update dunning status based on credit notes (backport [#49066 ](https://github.com/frappe/erpnext/issues/49066 )) ([#49208 ](https://github.com/frappe/erpnext/issues/49208 )) ([9a12c73 ](9a12c73e22 ))
* use query builder instead of raw SQL in get_blanket_orders ([4a0d7fd ](4a0d7fd205 ))
* use query builder instead of raw SQL in get_loyalty_details ([a3c5b0a ](a3c5b0a510 ))
* use query builder instead of raw SQL in get_material_requests_based_on_supplier ([9d0fe06 ](9d0fe060c8 ))
* use query builder instead of raw SQL in get_rfq_containing_supplier ([4ac386a ](4ac386a84e ))
* use query builder instead of raw SQL in get_timesheet_detail_rate ([0a2a7fa ](0a2a7fa6aa ))
* use query builder instead of raw SQL in unset_existing_data ([92391a6 ](92391a69cf ))
* wrap inter-company order button labels in __() for translation ([#49178 ](https://github.com/frappe/erpnext/issues/49178 )) ([db48635 ](db486356db ))
* wrap inter-company order button labels in __() for translation (backport [#49178 ](https://github.com/frappe/erpnext/issues/49178 )) ([#49179 ](https://github.com/frappe/erpnext/issues/49179 )) ([6030eb2 ](6030eb2992 ))
### Features
* enhance barcode scanner to support warehouse scanning (backport [#48865 ](https://github.com/frappe/erpnext/issues/48865 )) ([#49162 ](https://github.com/frappe/erpnext/issues/49162 )) ([ad052d7 ](ad052d72d7 ))
* select child item when creating one document from another ([5f06d87 ](5f06d87f01 ))
### Reverts
* Revert "fix: use checkout@v2 instead of v4" ([e849019 ](e8490196ba ))
v15.76.0
2025-08-19 11:56:17 +00:00
ruthra kumar
cf86843d48
Merge pull request #49227 from frappe/version-15-hotfix
...
chore: release v15
2025-08-19 17:25:00 +05:30
rohitwaghchaure
696fbbb0e2
Merge pull request #49230 from frappe/mergify/bp/version-15-hotfix/pr-49228
...
fix: company issue in setup wizard (backport #49228 )
2025-08-19 16:42:29 +05:30
rohitwaghchaure
dffa3baea6
Merge pull request #49229 from frappe/mergify/bp/version-15-hotfix/pr-49223
...
fix(stock): don't override t_warehouse if no rules found (backport #49223 )
2025-08-19 16:27:14 +05:30
Rohit Waghchaure
cea4b50bbc
fix: company issue in setup wizard
...
(cherry picked from commit 1fb0d1460a )
2025-08-19 10:52:49 +00:00
Kavin
da3d8fbbc5
fix(stock): don't override t_warehouse if no rules found
...
(cherry picked from commit 66f217c8e6 )
2025-08-19 10:39:47 +00:00
ruthra kumar
dac8dc6b8a
Merge pull request #49224 from frappe/mergify/bp/version-15-hotfix/pr-49102
...
fix(quotation): update currency on duplicate (backport #49102 )
2025-08-19 14:10:21 +05:30
ravibharathi656
419f717542
fix(quotation): update currency on duplicate
...
(cherry picked from commit 430a06d056 )
2025-08-19 08:35:09 +00:00
Khushi Rawat
80d9181b29
Merge pull request #49215 from frappe/mergify/bp/version-15-hotfix/pr-49141
...
refactor: consider asset value adjustments in report (backport #49141 )
2025-08-19 13:06:54 +05:30
ruthra kumar
b6c992ffeb
fix: handle mode of payment filter (backport #49185 ) ( #49221 )
...
Merge pull request #49185 from aerele/mop-sales-register
fix: handle mode of payment filter
(cherry picked from commit d656e02441 )
Co-authored-by: Logesh Periyasamy <logeshperiyasamy24@gmail.com >
2025-08-19 12:26:25 +05:30
Logesh Periyasamy
cfb7558465
Merge pull request #49185 from aerele/mop-sales-register
...
fix: handle mode of payment filter
(cherry picked from commit d656e02441 )
2025-08-19 06:33:41 +00:00
ruthra kumar
2cfdb2d2cd
Merge pull request #49218 from frappe/mergify/bp/version-15-hotfix/pr-49055
...
fix: fetch fieldname in accounting dimension filter (backport #49055 )
2025-08-19 11:24:52 +05:30
Diptanil Saha
529a84154b
Merge pull request #49219 from frappe/mergify/bp/version-15-hotfix/pr-49192
...
fix: improve queries with query builder and input sanitization (backport #49192 )
2025-08-19 11:16:02 +05:30