Commit Graph

58438 Commits

Author SHA1 Message Date
frappe-pr-bot
17efccb227 chore: sync pt_BR translation to version-16-hotfix 2026-07-13 11:03:32 +00:00
frappe-pr-bot
4c6e252491 chore: sync pt translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
2fcf0778c8 chore: sync pl translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
8f1b4b4d79 chore: sync nl translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
d59c34987a chore: sync nb translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
9147cf6923 chore: sync my translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
bf1ce2292d chore: sync ko translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
0335b8147b chore: sync it translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
e6bf8926be chore: sync id translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
24a2318675 chore: sync hu translation to version-16-hotfix 2026-07-13 11:03:31 +00:00
frappe-pr-bot
223527e429 chore: sync hr translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
0752f728a6 chore: sync hi translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
99b13b3f73 chore: sync fr translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
e80dad76a2 chore: sync fi translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
e755d82516 chore: sync fa translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
962ff7a8db chore: sync es translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
9d6f2d8063 chore: sync eo translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
e90dcc5359 chore: sync de translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
118ffce8b1 chore: sync da translation to version-16-hotfix 2026-07-13 11:03:30 +00:00
frappe-pr-bot
2a081e5fad chore: sync cs translation to version-16-hotfix 2026-07-13 11:03:29 +00:00
frappe-pr-bot
c33fca047c chore: sync bs translation to version-16-hotfix 2026-07-13 11:03:29 +00:00
frappe-pr-bot
5bec405ff2 chore: sync bg translation to version-16-hotfix 2026-07-13 11:03:29 +00:00
frappe-pr-bot
19eb529af4 chore: sync ar translation to version-16-hotfix 2026-07-13 11:03:29 +00:00
frappe-pr-bot
c454b55810 chore: sync af translation to version-16-hotfix 2026-07-13 11:03:29 +00:00
mergify[bot]
bf1b7f2bea feat: weekly auto-repost of incorrect stock valuation entries (backport #56637) (#56700)
* feat: weekly auto-repost of incorrect stock valuation entries (#56637)

(cherry picked from commit adae0bd732)

# Conflicts:
#	erpnext/stock/report/stock_and_account_value_comparison/stock_and_account_value_comparison.py

* chore: fix conflicts

Removed merge conflict markers and cleaned up code.

---------

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2026-07-13 10:11:12 +00:00
ruthra kumar
6bd903e45a Merge pull request #57085 from frappe/mergify/bp/version-16-hotfix/pr-56817
feat: restructure Philippines chart of accounts with amortization sup… (backport #56817)
2026-07-13 13:08:42 +05:30
ruthra kumar
5281d538ce Merge pull request #56817 from Soham-ambibuzz/philipinnes_localization_coa_v3
feat: restructure Philippines chart of accounts with amortization sup…
(cherry picked from commit 33abc53d7a)
2026-07-13 07:28:54 +00:00
ruthra kumar
5261566b41 Merge pull request #57081 from frappe/mergify/bp/version-16-hotfix/pr-56902
fix(budget-variance): correct month shift in comparison chart (backport #56902)
2026-07-13 12:55:57 +05:30
ruthra kumar
5bbb71ef76 Merge pull request #57083 from frappe/mergify/bp/version-16-hotfix/pr-56628
fix(journal-entry): fetch outstanding on foreign currency (backport #56628)
2026-07-13 12:50:49 +05:30
Ejaaz Khan
d453781374 Merge pull request #57080 from frappe/mergify/bp/version-16-hotfix/pr-57071
fix: guard company logo lookup in default letterheads (backport #57071)
2026-07-13 12:40:06 +05:30
SowmyaArunachalam
ec782ee20d fix(journal-entry): fetch outstanding on foreign currency
(cherry picked from commit 07f641c48c)
2026-07-13 07:07:59 +00:00
Mohd Haris
703e9a728c fix(budget-variance): correct month shift in comparison chart
The Budget Variance Report chart plotted the actual expense one month
earlier than the table (e.g. July actual shown under June).

build_comparison_chart_data() collected budget columns using
fieldname.startswith("budget_"). The dimension column "budget_against"
also matches that prefix, so it was added as an extra leading entry to
budget_fields and labels, while actual_fields had no such leading entry.
This shifted every actual value one position ahead of its label.

Skip the "budget_against" dimension column so budget/actual values and
labels stay aligned per month.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
(cherry picked from commit 48418eadb0)
2026-07-13 07:02:18 +00:00
Ejaaz Khan
0d80fef3bf fix: set explicit table and logo widths in grey letterhead
(cherry picked from commit e39ca72997)
2026-07-13 06:29:01 +00:00
Ejaaz Khan
7b543142a2 fix: guard company logo lookup in default letterheads
(cherry picked from commit 23c09fe0f3)
2026-07-13 06:29:01 +00:00
Mihir Kandoi
90768c42d8 Merge pull request #57075 from frappe/mergify/bp/version-16-hotfix/pr-57073 2026-07-13 10:46:36 +05:30
ruthra kumar
fd3bebee02 Merge pull request #57023 from frappe/mergify/bp/version-16-hotfix/pr-56801
refactor: reversing exchange rate revaluation journals (backport #56801)
2026-07-13 10:13:57 +05:30
ruthra kumar
431ae6bc93 chore: resolve conflict 2026-07-13 10:02:18 +05:30
Mihir Kandoi
4aed77df0c fix: make represents company field in purchase invoice ignore user permissions
(cherry picked from commit 6729a53fee)
2026-07-12 18:39:28 +00:00
MochaMind
9e95bfe472 chore: update POT file (#57066) 2026-07-12 20:25:28 +02:00
Mihir Kandoi
b6821c0ee5 Merge pull request #57044 from mihir-kandoi/fix-job-card-pick-list-transfer-v16
fix(stock): link job card in stock entry created from pick list (backport #57031)
2026-07-12 17:51:50 +05:30
Mihir Kandoi
51d2077eed fix(stock): propagate project from job card to stock entry 2026-07-12 17:31:22 +05:30
rohitwaghchaure
5642359c10 fix: enforce read permission on ledger preview endpoints (#57039)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: diptanilsaha <diptanil@frappe.io>
2026-07-12 09:53:17 +00:00
mergify[bot]
4136ca55a7 fix(accounts): retain invoice table on opening invoice creation error (backport #56353) (#57058)
* fix(accounts): retain invoice table on opening invoice creation error (#56353)

Co-authored-by: diptanilsaha <diptanil@frappe.io>
(cherry picked from commit ad17efe243)

# Conflicts:
#	erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py

* chore: resolve conflicts

---------

Co-authored-by: Pandiyan P <pandiyanpalani37@gmail.com>
Co-authored-by: Diptanil Saha <diptanil@frappe.io>
2026-07-12 07:45:18 +00:00
MochaMind
2e892be1c1 chore: sync translations to version-16-hotfix (#56911) 2026-07-12 13:12:57 +05:30
mergify[bot]
edfbc71135 fix: remove incorrect Payable account_type from Customer Deposits in Philippines CoA (backport #57018) (#57061)
Co-authored-by: Raghav Ruia <168326921+raghavisruia@users.noreply.github.com>
2026-07-11 17:52:48 +00:00
Mohammad Umair Sayed
62fed1d562 feat: explain FIFO allocation of fixed Discount Amount on Sales Order (#56436)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Diptanil Saha <diptanil@frappe.io>
2026-07-11 17:41:20 +00:00
mergify[bot]
e2fd061b3d fix: update events order by date asc (backport #56963) (#57056)
Co-authored-by: Pandiyan P <pandiyanpalani37@gmail.com>
Co-authored-by: nareshkannasln <nareshkannashanmugam@gmail.com>
2026-07-11 18:45:35 +05:30
mergify[bot]
835e32cec7 fix(banking): allow negative balance in bank statement import (backport #56959) (#57054)
fix(banking): allow negative balance in bank statement import (#56959)

(cherry picked from commit d449ad3b3f)

Co-authored-by: Nikhil Kothari <nik.kothari22@live.com>
2026-07-11 18:18:17 +05:30
Diptanil Saha
04d982fa0d Merge branch 'version-16' into version-16-hotfix 2026-07-11 18:17:59 +05:30
mergify[bot]
e6a6c13355 fix(financial_statement): render columnar financial statements instea… (backport #56921) (#57053)
Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com>
2026-07-11 10:41:49 +00:00