Commit Graph

58776 Commits

Author SHA1 Message Date
MochaMind
334f8b586f fix: Bosnian translations 2026-08-10 16:35:59 +05:30
MochaMind
4ada6c8cf3 fix: Croatian translations 2026-08-10 16:35:53 +05:30
MochaMind
762a39d834 fix: Swedish translations 2026-08-10 16:35:48 +05:30
MochaMind
8e2a014240 fix: Korean translations 2026-08-10 16:35:39 +05:30
MochaMind
9e17492a4c fix: Chinese Traditional translations 2026-08-10 16:35:34 +05:30
MochaMind
fea2374bec fix: Esperanto translations 2026-08-09 16:33:27 +05:30
MochaMind
1f99c7e1c0 fix: Serbian (Latin) translations 2026-08-09 16:33:23 +05:30
MochaMind
eccf19f9c0 fix: Norwegian Bokmal translations 2026-08-09 16:33:19 +05:30
MochaMind
7e9eb4eeb8 fix: Uzbek translations 2026-08-09 16:33:14 +05:30
MochaMind
4d2ec1b700 fix: Bosnian translations 2026-08-09 16:33:10 +05:30
MochaMind
49b43e3a75 fix: Burmese translations 2026-08-09 16:33:05 +05:30
MochaMind
eab2c257b5 fix: Hindi translations 2026-08-09 16:33:01 +05:30
MochaMind
5f827366fc fix: Croatian translations 2026-08-09 16:32:57 +05:30
MochaMind
36f240277c fix: Thai translations 2026-08-09 16:32:52 +05:30
MochaMind
9b8a02bc5c fix: Persian translations 2026-08-09 16:32:48 +05:30
MochaMind
6156f6c78a fix: Indonesian translations 2026-08-09 16:32:43 +05:30
MochaMind
d97b1d3aeb fix: Portuguese, Brazilian translations 2026-08-09 16:32:39 +05:30
MochaMind
a022dba052 fix: Vietnamese translations 2026-08-09 16:32:35 +05:30
MochaMind
b62c2ed42d fix: Chinese Simplified translations 2026-08-09 16:32:30 +05:30
MochaMind
ee6fec6b75 fix: Turkish translations 2026-08-09 16:32:26 +05:30
MochaMind
7cafdd508c fix: Swedish translations 2026-08-09 16:32:21 +05:30
MochaMind
c4258a01dd fix: Serbian (Cyrillic) translations 2026-08-09 16:32:17 +05:30
MochaMind
2f2ef76680 fix: Slovenian translations 2026-08-09 16:32:12 +05:30
MochaMind
f10b24fc95 fix: Russian translations 2026-08-09 16:32:08 +05:30
MochaMind
c3df0ef041 fix: Portuguese translations 2026-08-09 16:32:04 +05:30
MochaMind
0e127b497e fix: Polish translations 2026-08-09 16:31:59 +05:30
MochaMind
c17220a0cf fix: Dutch translations 2026-08-09 16:31:55 +05:30
MochaMind
fc06a3ce0b fix: Korean translations 2026-08-09 16:31:50 +05:30
MochaMind
1388e41c67 fix: Italian translations 2026-08-09 16:31:46 +05:30
MochaMind
35113bbc9d fix: German translations 2026-08-09 16:31:42 +05:30
MochaMind
7b26d4e69d fix: Danish translations 2026-08-09 16:31:37 +05:30
MochaMind
ed52218f69 fix: Czech translations 2026-08-09 16:31:32 +05:30
MochaMind
653d5dbcd8 fix: Bulgarian translations 2026-08-09 16:31:28 +05:30
MochaMind
1473353596 fix: Arabic translations 2026-08-09 16:31:24 +05:30
MochaMind
3f2bd78d54 fix: Spanish translations 2026-08-09 16:31:19 +05:30
MochaMind
e9aac6d229 fix: French translations 2026-08-09 16:31:15 +05:30
MochaMind
9894738248 fix: Romanian translations 2026-08-09 16:31:10 +05:30
MochaMind
c09bcd80e4 fix: Chinese Traditional translations 2026-08-09 16:31:06 +05:30
MochaMind
d42a55ea3d fix: Hungarian translations 2026-08-09 16:31:01 +05:30
MochaMind
c72865d87c fix: Persian translations 2026-08-07 16:03:03 +05:30
Raffael Meyer
5dd6c0169b Merge branch 'version-16-hotfix' into l10n_version-16-hotfix 2026-08-06 20:02:37 +02:00
rohitwaghchaure
aa70d9bbc3 fix: purchase return of batchwise valuation batch valued at original receipt rate instead of batch avg rate (version-16-hotfix) (#57836)
* fix: use current batch avg rate for outward returns of batchwise valuation batches

* fix: honor zero batch average and avoid duplicate batch classification query
2026-08-06 15:44:56 +05:30
MochaMind
88f66af4ea fix: Bosnian translations 2026-08-06 15:31:41 +05:30
MochaMind
da0b874508 fix: Croatian translations 2026-08-06 15:31:35 +05:30
MochaMind
8b92317eac fix: Persian translations 2026-08-06 15:31:29 +05:30
MochaMind
d1e5fa6bb0 fix: Swedish translations 2026-08-06 15:31:20 +05:30
Mihir Kandoi
626e35135f fix(stock): drop call to confirm_if_drafts_exist missing on v16 (#57833) 2026-08-06 08:08:45 +00:00
Henil Maru
0e26f9b1db fix(sales-invoice): respect Customize Form hidden setting on Update Stock (#57819)
frm.toggle_display("update_stock", ...) unconditionally forced the
field visible based only on has_subcontracted, overwriting whatever
Customize Form had set on every refresh. OR it with the field's
original (property-setter-driven) hidden value instead.

Backport of #57818.
2026-08-05 17:58:58 +05:30
rohitwaghchaure
243266f5ef feat: stock validations in Period Closing Voucher and snapshot-seeded batch valuation (backport #57811) (#57816)
* feat: validate stock value and stock closing entry before period closing

(cherry picked from commit 20450bd4ec)

* fix: do not accept scoped stock closing entries as period closing prerequisite

(cherry picked from commit 359a347be2)

* feat: seed batch valuation from stock closing balance and freeze closed-period stock

(cherry picked from commit 49a127d59c)
2026-08-05 17:20:53 +05:30
mergify[bot]
af3184c8b4 fix(stock): handle multi-item opening balance in Stock Ledger report (backport #57591) (#57796)
* fix(stock): handle multi-item opening balance in Stock Ledger report (#57591)

* fix(stock): handle multi-item opening balance in Stock

* test(stock): add unit test for multi-item Stock Ledger report

---------

Co-authored-by: Afsal Syed <afsalsyed12@gmail.com>
(cherry picked from commit 0dbe410414)

# Conflicts:
#	erpnext/stock/report/stock_ledger/test_stock_ledger_report.py

* fix(stock): resolve stock ledger backport conflicts

---------

Co-authored-by: Sudharsanan Ashok <135326972+Sudharsanan11@users.noreply.github.com>
Co-authored-by: Sudharsanan11 <sudharsananashok1975@gmail.com>
2026-08-05 13:15:40 +05:30