l0gesh29
0cd45a0022
fix: handle default dimension for all company
...
(cherry picked from commit 77021fff74 )
2025-08-19 05:19:01 +00:00
l0gesh29
e50d6c6b62
fix: handle default accounting dimension
...
(cherry picked from commit 16e440f9a7 )
2025-08-19 05:19:01 +00:00
l0gesh29
a853010537
fix: add patch
...
(cherry picked from commit 3cf765d985 )
# Conflicts:
# erpnext/patches.txt
2025-08-19 05:19:00 +00:00
l0gesh29
d494d8c299
fix: fetch fieldname in accounting dimension filter
...
(cherry picked from commit 42f9d27d79 )
2025-08-19 05:18:59 +00:00
l0gesh29
ac4a5bfe6d
fix: add fieldname in accounting dimension filter
...
(cherry picked from commit ac2acc535d )
# Conflicts:
# erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.json
2025-08-19 05:18:59 +00:00
khushi8112
089007f88a
fix: add value adjustment amount in report for group by category filter
...
(cherry picked from commit cd2bab7c5f )
2025-08-18 21:28:42 +00:00
khushi8112
89ad9f1bb4
fix: add value adjustment amount in asset value
...
(cherry picked from commit f8050f4278 )
2025-08-18 21:28:42 +00:00
Diptanil Saha
d14391fb6f
Merge pull request #49210 from diptanilsaha/skip_gt_default_mop
...
fix: apply grand total to default payment mode in Sales and POS invoices
2025-08-18 17:27:02 +05:30
mergify[bot]
9a12c73e22
fix: update dunning status based on credit notes (backport #49066 ) ( #49208 )
...
Co-authored-by: Karm Soni <karmdsoni8159@gmail.com >
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
2025-08-18 11:51:24 +00:00
diptanilsaha
605f513ce3
fix: apply grand total to default payment mode in Sales and POS invoices
2025-08-18 17:04:38 +05:30
Diptanil Saha
fb34991980
Merge pull request #49207 from frappe/mergify/bp/version-15-hotfix/pr-49169
...
fix(asset): prevent translation function shadowing in make_journal_entry (backport #49169 )
2025-08-18 15:16:37 +05:30
l0gesh29
1af8ab2a3b
fix(asset): prevent translation function shadowing in make_journal_entry
...
(cherry picked from commit 5e82de1b71 )
2025-08-18 09:26:40 +00:00
mergify[bot]
07ff97f647
fix: ignore links in Dunning patch (backport #49201 ) ( #49204 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: ignore links in Dunning patch (#49201 )
2025-08-17 18:52:55 +00:00
Mihir Kandoi
b49f85b877
Merge pull request #49197 from mihir-kandoi/version-15-hotfix
2025-08-17 14:27:00 +05:30
Mihir Kandoi
e8490196ba
Revert "fix: use checkout@v2 instead of v4"
...
This reverts commit c9d69d9629 .
2025-08-17 13:01:58 +05:30
rohitwaghchaure
bc1c57a18a
Merge pull request #49195 from frappe/mergify/bp/version-15-hotfix/pr-49193
...
fix: additional cost not consider in valuation rate for Stock Entry transfer (backport #49193 )
2025-08-17 11:15:19 +05:30
rohitwaghchaure
016948804d
chore: fix test case
2025-08-17 10:55:54 +05:30
rohitwaghchaure
41e7463412
chore: fix conflicts
2025-08-17 10:54:46 +05:30
Rohit Waghchaure
e4398d3761
fix: additional cost not consider in valuation rate for Stock Entry transfer
...
(cherry picked from commit bbc772abe7 )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2025-08-17 05:22:52 +00:00
Mihir Kandoi
6030eb2992
fix: wrap inter-company order button labels in __() for translation (backport #49178 ) ( #49179 )
...
fix: wrap inter-company order button labels in __() for translation (#49178 )
* Updated purchase_order.js
* Update sales_order.js
(cherry picked from commit 078b8439d9 )
Co-authored-by: divyalekha99 <32547248+divyalekha99@users.noreply.github.com >
2025-08-14 20:33:32 +05:30
divyalekha99
db486356db
fix: wrap inter-company order button labels in __() for translation ( #49178 )
...
* Updated purchase_order.js
* Update sales_order.js
(cherry picked from commit 078b8439d9 )
2025-08-14 15:00:01 +00:00
Diptanil Saha
464f504b61
Merge pull request #49177 from frappe/mergify/bp/version-15-hotfix/pr-49108
...
fix(pos): include Product Bundle components in reserved qty to preven… (backport #49108 )
2025-08-14 19:09:42 +05:30
Diptanil Saha
84fda4afb5
Merge pull request #49176 from frappe/mergify/bp/version-15-hotfix/pr-49163
...
fix: product bundle child item quantity should be a positive number (backport #49163 )
2025-08-14 19:08:53 +05:30
Lewis
93ad17ac7b
chore: improve code clarity per reviewer feedback
...
- Rename stock_qty variable to reserved_qty for clarity
- Update get_pos_reserved_qty_from_table to return float
- Simplify aggregation logic in get_pos_reserved_qty
- Ensure return values match docstring specifications
(cherry picked from commit 54d3e5675f )
2025-08-14 13:19:28 +00:00
diptanilsaha
f831d45cc3
fix: product bundle child item quantity should be a positive number
...
(cherry picked from commit 711076d02d )
2025-08-14 13:19:27 +00:00
Lewis
cc82836109
fix(pos): use packed_items snapshot for bundle reservations
...
Replaced live Product Bundle queries with `Packed Item` table
lookups to ensure historical reservation accuracy.
Addresses bundle qty underestimation and avoids errors when
bundle definitions change after sale.
Inspired by approach from @diptanilsaha in #49106 .
(cherry picked from commit d77d79e011 )
2025-08-14 13:19:27 +00:00
Lewis
383744b8e4
fix: remove unclear message related to availability of product bundle
...
(cherry picked from commit f5e5f7b588 )
2025-08-14 13:19:27 +00:00
Lewis
1f3d8e8d64
fix(pos): populate packed_items table in POS Invoice
...
(cherry picked from commit a65b200eb7 )
2025-08-14 13:19:27 +00:00
Lewis
c9902eed72
chore: apply pre-commit formatting
...
(cherry picked from commit 0fc187adc3 )
2025-08-14 13:19:26 +00:00
Lewis Mojica
0d793c11a1
chore: remove unused variable
...
(cherry picked from commit 5a5804ca87 )
2025-08-14 13:19:26 +00:00
Lewis
5ce0dc2a7a
fix(pos): include Product Bundle components in reserved qty to prevent overselling
...
- Add `get_bundle_pos_reserved_qty` to account for component items in submitted POS Invoices
- Update `get_pos_reserved_qty` to sum direct and bundle reservations
- Remove double subtraction in `get_bundle_availability` to avoid underestimating bundle availability
- Prevents overselling when multiple POS sessions sell bundles with shared components
- Fixes #49021
(cherry picked from commit 984d744ac2 )
2025-08-14 13:19:26 +00:00
Assem Bahnasy
d6d8903d13
style: Apply ruff formatting
2025-08-14 16:05:09 +03:00
mergify[bot]
ad052d72d7
feat: enhance barcode scanner to support warehouse scanning (backport #48865 ) ( #49162 )
...
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
Co-authored-by: Soni Karm <93865733+karm1000@users.noreply.github.com >
2025-08-14 13:20:01 +05:30
Khushi Rawat
8d9095def0
Merge pull request #49146 from frappe/mergify/bp/version-15-hotfix/pr-49075
...
fix: add validation for draft PR/PI in Asset (backport #49075 )
2025-08-14 12:10:00 +05:30
Frappe PR Bot
aaeb3ab06c
chore(release): Bumped to Version 15.75.1
...
## [15.75.1](https://github.com/frappe/erpnext/compare/v15.75.0...v15.75.1 ) (2025-08-14)
### Bug Fixes
* current qty for batch in stock reco ([de641d7 ](de641d7f68 ))
v15.75.1
2025-08-14 06:03:46 +00:00
rohitwaghchaure
1975ec3f76
Merge pull request #49159 from frappe/mergify/bp/version-15/pr-49158
...
chore: convert message to toast notification (backport #49155 ) (backport #49158 )
2025-08-14 11:32:20 +05:30
rohitwaghchaure
b4533ee362
Merge pull request #49160 from frappe/mergify/bp/version-15/pr-49156
...
fix: current qty for batch in stock reco (backport #49154 ) (backport #49156 )
2025-08-14 11:32:01 +05:30
Rohit Waghchaure
de641d7f68
fix: current qty for batch in stock reco
...
(cherry picked from commit 817e719cc2 )
(cherry picked from commit 3ecb09ae52 )
2025-08-14 05:27:13 +00:00
Rohit Waghchaure
02735e69dd
chore: convert message to toast notification
...
(cherry picked from commit fc71001110 )
(cherry picked from commit 7a04bf85bc )
2025-08-14 05:26:23 +00:00
rohitwaghchaure
ae22a90160
Merge pull request #49158 from frappe/mergify/bp/version-15-hotfix/pr-49155
...
chore: convert message to toast notification (backport #49155 )
2025-08-14 10:55:28 +05:30
Rohit Waghchaure
7a04bf85bc
chore: convert message to toast notification
...
(cherry picked from commit fc71001110 )
2025-08-14 05:06:00 +00:00
rohitwaghchaure
ef0f91f862
Merge pull request #49156 from frappe/mergify/bp/version-15-hotfix/pr-49154
...
fix: current qty for batch in stock reco (backport #49154 )
2025-08-14 08:31:20 +05:30
Rohit Waghchaure
3ecb09ae52
fix: current qty for batch in stock reco
...
(cherry picked from commit 817e719cc2 )
2025-08-13 18:28:29 +00:00
Khushi Rawat
9c5dacd977
refactor: validate linked purchase docs before field usage
...
(cherry picked from commit 4a48b13715 )
2025-08-13 11:49:35 +00:00
Rehan Ansari
4187e60b07
fix: add validation for draft PR/PI in Asset
...
(cherry picked from commit 4cf481cca8 )
2025-08-13 11:49:35 +00:00
Mihir Kandoi
69eb31028a
Merge pull request #49138 from frappe/mergify/bp/version-15-hotfix/pr-49134
...
chore: add default value for posting_time field in subcontracting receipt (backport #49134 )
2025-08-13 14:21:41 +05:30
Karm Soni
15a104b0f8
chore: add default value for posting_time field in subcontracting receipt
...
(cherry picked from commit b7470617e0 )
2025-08-13 08:35:45 +00:00
Mihir Kandoi
6b436e1e71
Merge pull request #49124 from frappe/mergify/bp/version-15-hotfix/pr-49122
...
feat: select child item when creating one document from another (backport #49122 )
2025-08-12 21:53:39 +05:30
Mihir Kandoi
5f06d87f01
feat: select child item when creating one document from another
...
(cherry picked from commit a9936ae133 )
2025-08-12 16:07:51 +00:00
Frappe PR Bot
ed50c3d896
chore(release): Bumped to Version 15.75.0
...
# [15.75.0](https://github.com/frappe/erpnext/compare/v15.74.0...v15.75.0 ) (2025-08-12)
### Bug Fixes
* avoid property setter for custom field ([faae734 ](faae734797 ))
* handle case where taxes is added invoice changed to non-export later ([90913c6 ](90913c66ae ))
* handle negative inventory check ([#48558 ](https://github.com/frappe/erpnext/issues/48558 )) ([#48691 ](https://github.com/frappe/erpnext/issues/48691 )) ([9da2be2 ](9da2be2325 ))
* Pick List barcode scanner and manual picking issues ([38c886d ](38c886db8b ))
* **process statement of accounts:** use date instead of formatted date ([6ad3461 ](6ad3461953 ))
* **regional-uae:** mark export items as zero rated ([9df6424 ](9df6424a20 ))
* **regional-uae:** restrict zero rated export to invoice ([62db42c ](62db42cf2f ))
* **regional-uae:** split export determination ([106b83e ](106b83e9f9 ))
* show message only if no tax is applied ([614d38d ](614d38d0e6 ))
* show name of the employee in general ledger report ([0e7f778 ](0e7f778b3f ))
* simplify export determination logic ([68c6586 ](68c65866bf ))
* table render issue on pop-up edit ([52db89f ](52db89f73f ))
### Features
* add customer name column in gross profit report ([9cd6053 ](9cd60531d2 ))
* add item_name column to Material Request dialog in Purchase Order ([eafe33a ](eafe33a176 ))
* add party name column in general ledger report ([680fa3b ](680fa3b8f3 ))
* add party name in GL entries ([3763ad4 ](3763ad451b ))
### Performance Improvements
* multiple performance fixes in `get_item_warehouse` (backport [#49118 ](https://github.com/frappe/erpnext/issues/49118 )) ([76b0f4f ](76b0f4fb25 ))
v15.75.0
2025-08-12 12:04:27 +00:00