Mihir Kandoi
3bcf1cbdce
Merge pull request #49134 from karm1000/default-val-now-in-subcontracting-receipt
...
chore: add default value for posting_time field in subcontracting receipt
2025-08-13 14:04:18 +05:30
Mihir Kandoi
0f68dc4505
Merge pull request #49133 from mihir-kandoi/auto-reserve-serial-batch
...
fix: do not auto reserve serial/batch if SRE already has serial/batch set
2025-08-13 13:45:04 +05:30
Karm Soni
b7470617e0
chore: add default value for posting_time field in subcontracting receipt
2025-08-13 12:55:14 +05:30
Mihir Kandoi
ac9b0409f5
fix: do not auto reserve serial/batch if SRE already has serial/batch set
2025-08-13 12:24:44 +05:30
Lewis
d77d79e011
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 .
2025-08-12 20:10:39 -04:00
Lewis
f5e5f7b588
fix: remove unclear message related to availability of product bundle
2025-08-12 18:53:09 -04:00
Lewis
a65b200eb7
fix(pos): populate packed_items table in POS Invoice
2025-08-12 18:33:02 -04:00
MochaMind
8290731253
fix: sync translations from crowdin ( #49126 )
2025-08-13 00:07:51 +02:00
Raffael Meyer
9429c05693
ci: disable Coderabbit on translation PRs ( #49128 )
2025-08-13 00:06:10 +02:00
Lewis
0fc187adc3
chore: apply pre-commit formatting
2025-08-12 16:36:00 -04:00
Mihir Kandoi
99956649e3
Merge pull request #49120 from mihir-kandoi/fix-auto-reserve-serial-batch
...
fix: check for auto reserve serial/batch before auto reserving
2025-08-12 22:03:59 +05:30
rohitwaghchaure
e91d886e76
Merge pull request #49123 from rohitwaghchaure/fixed-sub-assembl-in-pp
...
fix: do not fetch sub-assembly in PP
2025-08-12 22:01:34 +05:30
Mihir Kandoi
514cfe2c29
Merge pull request #49122 from mihir-kandoi/gh49113
...
feat: select child item when creating one document from another
2025-08-12 21:36:31 +05:30
Mihir Kandoi
a9936ae133
feat: select child item when creating one document from another
2025-08-12 21:05:51 +05:30
Rohit Waghchaure
1e87600119
fix: do not fetch sub-assembly in PP
2025-08-12 20:36:03 +05:30
rehansari26
a9aeb8ac54
fix: prevent duplicate reverse Journal Entry
2025-08-12 17:23:02 +05:30
Mihir Kandoi
2c64b76392
fix: check for auto reserve serial/batch before auto reserving
2025-08-12 16:51:06 +05:30
Sagar Vora
655a241958
Merge pull request #49118 from sagarvora/rm-query-exists
2025-08-12 11:19:39 +00:00
Sagar Vora
6bf63f66ec
fix: guard against default not set in stock settings
2025-08-12 16:31:15 +05:30
Sagar Vora
8b75993d3a
perf: remove unecessary calls to deepcopy
2025-08-12 16:17:02 +05:30
Sagar Vora
e11cadca58
perf: remove unnecessary branching and use cache in get_item_warehouse
2025-08-12 16:16:24 +05:30
l0gesh29
77021fff74
fix: handle default dimension for all company
2025-08-12 14:28:56 +05:30
l0gesh29
16e440f9a7
fix: handle default accounting dimension
2025-08-12 14:28:56 +05:30
l0gesh29
3cf765d985
fix: add patch
2025-08-12 14:28:18 +05:30
l0gesh29
42f9d27d79
fix: fetch fieldname in accounting dimension filter
2025-08-12 14:27:32 +05:30
l0gesh29
ac2acc535d
fix: add fieldname in accounting dimension filter
2025-08-12 14:27:32 +05:30
Diptanil Saha
81c8972a66
Merge pull request #49112 from diptanilsaha/patch_set_invoice_doctype
...
fix: patch to set invoice_type on POS Settings
2025-08-12 12:49:55 +05:30
diptanilsaha
0941b908dd
fix: patch to set invoice type on POS Settings
2025-08-12 12:23:45 +05:30
ruthra kumar
f9f4e4b84c
Merge pull request #49104 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-08-12 10:53:56 +05:30
ruthra kumar
b8ea6fc708
Merge pull request #48419 from ljain112/experiment-ple
...
fix: do not create delinked payment ledger entries on cancel
2025-08-12 10:51:20 +05:30
ruthra kumar
0c7dcec5c2
Merge pull request #49086 from aerele/process-statement-of-accounts-auto-email
...
fix(process statement of accounts): use date instead of formatted date
2025-08-12 10:47:15 +05:30
ruthra kumar
92327729d6
Merge pull request #49096 from aerele/po-dialog
...
fix: table render issue on pop-up edit
2025-08-12 10:39:51 +05:30
Lewis Mojica
5a5804ca87
chore: remove unused variable
2025-08-11 16:06:08 -04:00
Lewis
984d744ac2
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
2025-08-11 15:27:18 -04:00
MochaMind
1e992bb263
fix: Esperanto translations
2025-08-11 22:37:03 +05:30
MochaMind
21e7675a44
fix: Dutch translations
2025-08-11 22:36:58 +05:30
MochaMind
26586a42a4
fix: Serbian (Latin) translations
2025-08-11 22:36:55 +05:30
MochaMind
823413a9c4
fix: Bosnian translations
2025-08-11 22:36:51 +05:30
MochaMind
25240967ba
fix: Croatian translations
2025-08-11 22:36:48 +05:30
MochaMind
4ce058fc47
fix: Thai translations
2025-08-11 22:36:44 +05:30
MochaMind
b9a08e7920
fix: Persian translations
2025-08-11 22:36:41 +05:30
MochaMind
68f23c7a70
fix: Indonesian translations
2025-08-11 22:36:37 +05:30
MochaMind
43dbc1efbb
fix: Portuguese, Brazilian translations
2025-08-11 22:36:32 +05:30
MochaMind
472c0c2b27
fix: Vietnamese translations
2025-08-11 22:36:29 +05:30
MochaMind
d0e59b580e
fix: Chinese Simplified translations
2025-08-11 22:36:25 +05:30
MochaMind
a8b69efa84
fix: Turkish translations
2025-08-11 22:36:22 +05:30
MochaMind
8b27c2b8ee
fix: Swedish translations
2025-08-11 22:36:18 +05:30
MochaMind
e346e988ca
fix: Serbian (Cyrillic) translations
2025-08-11 22:36:14 +05:30
MochaMind
a271fd2590
fix: Russian translations
2025-08-11 22:36:09 +05:30
MochaMind
7be3eb36d9
fix: Portuguese translations
2025-08-11 22:36:06 +05:30