Frappe PR Bot
fdfcbf72bd
chore(release): Bumped to Version 16.19.0
...
# [16.19.0](https://github.com/frappe/erpnext/compare/v16.18.3...v16.19.0 ) (2026-05-20)
### Bug Fixes
* add filter subtitle in print formats ([c4037da ](c4037daca8 ))
* add warehouse vaildation for repack entry (backport [#54866 ](https://github.com/frappe/erpnext/issues/54866 )) ([#54901 ](https://github.com/frappe/erpnext/issues/54901 )) ([596c257 ](596c2571f6 ))
* changes to gl print template ([caa524f ](caa524f661 ))
* disallow editing on reversal journals ([6a53982 ](6a53982f4a ))
* **general-ledger:** show raw GL entries when categorize_by is empty (backport [#54816 ](https://github.com/frappe/erpnext/issues/54816 )) ([#54830 ](https://github.com/frappe/erpnext/issues/54830 )) ([c041cd2 ](c041cd27b5 ))
* handle None delivery_date when sorting MPS data (backport [#55028 ](https://github.com/frappe/erpnext/issues/55028 )) ([#55059 ](https://github.com/frappe/erpnext/issues/55059 )) ([f272d32 ](f272d32f80 ))
* improve design and refactor ar print template ([059372a ](059372add5 ))
* improve filter details render logic to avoid showing duplicate information ([040b31d ](040b31d3a7 ))
* incoming rate for legacy serial no (backport [#54962 ](https://github.com/frappe/erpnext/issues/54962 )) ([#54978 ](https://github.com/frappe/erpnext/issues/54978 )) ([6bce78c ](6bce78c66d ))
* minor bug fixes for ar print template ([09b19f7 ](09b19f7a2a ))
* minor bugs in print templates ([e1446fc ](e1446fc6f4 ))
* minor changes in print template ([0ead229 ](0ead2296e6 ))
* minor changes in print template ([16bc28b ](16bc28bd70 ))
* minor changes in print templates ([0d50e03 ](0d50e03595 ))
* minor text issues in print ([daaa4ca ](daaa4ca0c8 ))
* normalize date comparison to avoid datatype mismatch ([42f6cb4 ](42f6cb40d1 ))
* **patch:** drop dead procedures first before other changes ([0df9591 ](0df9591910 ))
* **payment_entry:** fix paid/received amount calculation for multi-currency accounts (backport [#54963 ](https://github.com/frappe/erpnext/issues/54963 )) ([#54970 ](https://github.com/frappe/erpnext/issues/54970 )) ([48b09eb ](48b09eb52e ))
* posting date and time ([1c44c60 ](1c44c60dbd ))
* prevent duplicate task execution and timestamp error in transaction deletion (backport [#55021 ](https://github.com/frappe/erpnext/issues/55021 )) ([#55025 ](https://github.com/frappe/erpnext/issues/55025 )) ([9857cc6 ](9857cc64d6 ))
* remove parent page ([10b4090 ](10b409005d ))
* remove sql procedure method from AR report ([414319d ](414319daeb ))
* revamp print formats for accounts receivable summary and accounts payable summary reports ([928fab6 ](928fab6f7e ))
* status not changing for dropshipped POs and SOs (backport [#54934 ](https://github.com/frappe/erpnext/issues/54934 )) ([#54937 ](https://github.com/frappe/erpnext/issues/54937 )) ([3c571a1 ](3c571a1691 ))
* stock balance showing incorrect value because of incorrect SLE ([0b3344b ](0b3344bad9 ))
* **stock:** add whole number quantity validation in Stock Reconciliation (backport [#54922 ](https://github.com/frappe/erpnext/issues/54922 )) ([#54925 ](https://github.com/frappe/erpnext/issues/54925 )) ([c499454 ](c4994548c3 ))
* **stock:** ignore fetching warehouse account for asset items (backport [#54403 ](https://github.com/frappe/erpnext/issues/54403 )) ([#54961 ](https://github.com/frappe/erpnext/issues/54961 )) ([5e5b5cf ](5e5b5cfa0c ))
* **stock:** update buying amount calculation in gross profit report (backport [#55020 ](https://github.com/frappe/erpnext/issues/55020 )) ([#55024 ](https://github.com/frappe/erpnext/issues/55024 )) ([8870619 ](88706192d7 ))
* styling in trial_balance.html and print format ([9a18d31 ](9a18d318d9 ))
* toast message for item price insert ([#55009 ](https://github.com/frappe/erpnext/issues/55009 )) ([c967792 ](c967792ccb ))
* use route_options for Credit Note and Debit Note sidebar links (backport [#55026 ](https://github.com/frappe/erpnext/issues/55026 )) ([#55063 ](https://github.com/frappe/erpnext/issues/55063 )) ([1941c3b ](1941c3b136 ))
* **UX:** Buying settings form cleanup ([#54731 ](https://github.com/frappe/erpnext/issues/54731 )) ([e7ae296 ](e7ae296614 ))
* **UX:** Item master form cleanup ([#54538 ](https://github.com/frappe/erpnext/issues/54538 )) ([0eb049c ](0eb049cd85 ))
* validate company region in uae vat 201 (backport [#54899 ](https://github.com/frappe/erpnext/issues/54899 )) ([#55055 ](https://github.com/frappe/erpnext/issues/55055 )) ([4015c2b ](4015c2b9a4 ))
* warn when accounting dimension fieldname conflicts with existing fields (backport [#55036 ](https://github.com/frappe/erpnext/issues/55036 )) ([#55062 ](https://github.com/frappe/erpnext/issues/55062 )) ([68a5eae ](68a5eae3ff ))
### Features
* add print format for accounts payable report ([1c6dc80 ](1c6dc80b70 ))
* introduce print format for Accounts Receivable report ([4e7f2ee ](4e7f2eeaa0 ))
* introduce print formats for financial statements ([3283c46 ](3283c461f1 ))
* print format for report trial balance ([1d08448 ](1d08448d1a ))
### Reverts
* Revert "fix: debit credit not equal in purchase transactions for mult… (backport [#54906 ](https://github.com/frappe/erpnext/issues/54906 )) ([#54908 ](https://github.com/frappe/erpnext/issues/54908 )) ([0d07083 ](0d07083299 ))
v16.19.0
2026-05-20 04:10:54 +00:00
diptanilsaha
fb7f820885
Merge pull request #55051 from frappe/version-16-hotfix
...
chore: release v16
2026-05-20 09:39:15 +05:30
mergify[bot]
1941c3b136
fix: use route_options for Credit Note and Debit Note sidebar links (backport #55026 ) ( #55063 )
...
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
fix: use route_options for Credit Note and Debit Note sidebar links (#55026 )
2026-05-20 00:37:32 +05:30
mergify[bot]
f272d32f80
fix: handle None delivery_date when sorting MPS data (backport #55028 ) ( #55059 )
...
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
fix: handle None delivery_date when sorting MPS data (#55028 )
2026-05-20 00:37:14 +05:30
mergify[bot]
68a5eae3ff
fix: warn when accounting dimension fieldname conflicts with existing fields (backport #55036 ) ( #55062 )
...
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
fix: warn when accounting dimension fieldname conflicts with existing fields (#55036 )
2026-05-19 23:34:44 +05:30
ruthra kumar
1b07844237
Merge pull request #55057 from frappe/mergify/bp/version-16-hotfix/pr-55053
...
fix(patch): drop dead procedures first before other changes (backport #55053 )
2026-05-19 17:05:41 +05:30
mergify[bot]
4015c2b9a4
fix: validate company region in uae vat 201 (backport #54899 ) ( #55055 )
...
Co-authored-by: Ravibharathi <131471282+ravibharathi656@users.noreply.github.com >
fix: validate company region in uae vat 201 (#54899 )
2026-05-19 11:29:17 +00:00
ruthra kumar
0df9591910
fix(patch): drop dead procedures first before other changes
...
(cherry picked from commit 61d24ba55f )
2026-05-19 11:08:51 +00:00
rohitwaghchaure
4403e1c0f4
Merge pull request #55048 from frappe/mergify/bp/version-16-hotfix/pr-55046
...
fix: stock balance showing incorrect value because of incorrect SLE (backport #55046 )
2026-05-19 14:14:34 +05:30
Rohit Waghchaure
0b3344bad9
fix: stock balance showing incorrect value because of incorrect SLE
...
(cherry picked from commit 94b95d6c2f )
2026-05-19 08:22:34 +00:00
Ravibharathi
5cc335dd53
Merge pull request #55042 from frappe/mergify/bp/version-16-hotfix/pr-54761
...
fix: normalize date comparison to avoid datatype mismatch (backport #54761 )
2026-05-19 11:47:25 +05:30
ervishnucs
42f6cb40d1
fix: normalize date comparison to avoid datatype mismatch
...
(cherry picked from commit 01e382b106 )
2026-05-19 05:57:54 +00:00
mergify[bot]
88706192d7
fix(stock): update buying amount calculation in gross profit report (backport #55020 ) ( #55024 )
...
Co-authored-by: Sudharsanan Ashok <135326972+Sudharsanan11@users.noreply.github.com >
fix(stock): update buying amount calculation in gross profit report (#55020 )
2026-05-19 09:44:48 +05:30
mergify[bot]
9857cc64d6
fix: prevent duplicate task execution and timestamp error in transaction deletion (backport #55021 ) ( #55025 )
...
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
fix: prevent duplicate task execution and timestamp error in transaction deletion (#55021 )
2026-05-18 17:55:05 +00:00
ruthra kumar
ff0533d085
Merge pull request #54818 from frappe/mergify/bp/version-16-hotfix/pr-54783
...
fix: disallow editing on reversal journals (backport #54783 )
2026-05-18 15:41:05 +05:30
ruthra kumar
b0f770780c
Merge pull request #55015 from frappe/mergify/bp/version-16-hotfix/pr-55001
...
fix: remove sql procedure method from AR report (backport #55001 )
2026-05-18 14:09:00 +05:30
ruthra kumar
414319daeb
fix: remove sql procedure method from AR report
...
(cherry picked from commit 63a7142b9b )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
# erpnext/accounts/doctype/accounts_settings/accounts_settings.py
# erpnext/patches.txt
2026-05-18 13:51:16 +05:30
Nishka Gosalia
1945a2fe39
Merge pull request #55011 from frappe/mergify/bp/version-16-hotfix/pr-55009
...
fix: toast message for item price insert (backport #55009 )
2026-05-18 11:59:48 +05:30
Nishka Gosalia
c967792ccb
fix: toast message for item price insert ( #55009 )
...
(cherry picked from commit ae9c632e39 )
2026-05-18 06:11:36 +00:00
Soham Kulkarni
253248c8e8
Merge pull request #55002 from frappe/mergify/bp/version-16-hotfix/pr-55000
...
fix: remove parent page (backport #55000 )
2026-05-18 10:58:22 +05:30
sokumon
10b409005d
fix: remove parent page
...
(cherry picked from commit e13bd9eaa6 )
2026-05-18 05:01:35 +00:00
Ejaaz Khan
272ea30031
Merge pull request #54975 from frappe/mergify/bp/version-16-hotfix/pr-54655
...
refactor: remove dead print format (backport #54655 )
2026-05-18 10:07:20 +05:30
MochaMind
098579ffbc
chore: update POT file ( #54990 )
2026-05-17 21:43:32 +02:00
mergify[bot]
6bce78c66d
fix: incoming rate for legacy serial no (backport #54962 ) ( #54978 )
...
fix: incoming rate for legacy serial no
(cherry picked from commit 2773b7c002 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2026-05-16 20:48:28 +05:30
mergify[bot]
5e5b5cfa0c
fix(stock): ignore fetching warehouse account for asset items (backport #54403 ) ( #54961 )
...
* fix(stock): ignore fetching warehouse account for asset items
(cherry picked from commit 6fe08428c1 )
* test(stock): add test to create pr for asset item without checking the stock account
(cherry picked from commit 8cf4402823 )
---------
Co-authored-by: Sudharsanan11 <sudharsananashok1975@gmail.com >
2026-05-16 11:52:23 +00:00
Ejaaz Khan
2c78b6c36a
refactor: remove dead print format
...
(cherry picked from commit c933c2bd53 )
2026-05-15 11:57:31 +00:00
mergify[bot]
48b09eb52e
fix(payment_entry): fix paid/received amount calculation for multi-currency accounts (backport #54963 ) ( #54970 )
...
Co-authored-by: diptanilsaha <diptanil@frappe.io >
2026-05-15 10:33:33 +00:00
ruthra kumar
799d6d159c
Merge pull request #54960 from frappe/mergify/bp/version-16/pr-54941
...
fix: flag to disable opening balance calculation in general ledger (backport #54941 )
2026-05-15 14:31:57 +05:30
ruthra kumar
48f59a033f
refactor: flag to disable opening balance calculation
...
(cherry picked from commit 28a2230d02 )
2026-05-15 07:32:52 +00:00
ruthra kumar
1716026e11
Merge pull request #54957 from frappe/mergify/bp/version-16-hotfix/pr-54941
...
fix: flag to disable opening balance calculation in general ledger (backport #54941 )
2026-05-15 12:41:25 +05:30
ruthra kumar
b1e356fd97
refactor: flag to disable opening balance calculation
...
(cherry picked from commit 28a2230d02 )
2026-05-15 06:51:20 +00:00
Frappe PR Bot
2807c9f08f
chore(release): Bumped to Version 16.18.3
...
## [16.18.3](https://github.com/frappe/erpnext/compare/v16.18.2...v16.18.3 ) (2026-05-14)
### Bug Fixes
* status not changing for dropshipped POs and SOs (backport [#54934 ](https://github.com/frappe/erpnext/issues/54934 )) (backport [#54937 ](https://github.com/frappe/erpnext/issues/54937 )) ([#54938 ](https://github.com/frappe/erpnext/issues/54938 )) ([5271773 ](5271773595 ))
v16.18.3
2026-05-14 09:39:02 +00:00
mergify[bot]
5271773595
fix: status not changing for dropshipped POs and SOs (backport #54934 ) (backport #54937 ) ( #54938 )
...
fix: status not changing for dropshipped POs and SOs (backport #54934 ) (#54937 )
fix: status not changing for dropshipped POs and SOs (#54934 )
* fix: status not changing for dropshipped POs and SOs
* test: change test case to accomodate new flow
(cherry picked from commit 78a79120ea )
(cherry picked from commit 3c571a1691 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2026-05-14 09:37:26 +00:00
mergify[bot]
3c571a1691
fix: status not changing for dropshipped POs and SOs (backport #54934 ) ( #54937 )
...
fix: status not changing for dropshipped POs and SOs (#54934 )
* fix: status not changing for dropshipped POs and SOs
* test: change test case to accomodate new flow
(cherry picked from commit 78a79120ea )
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2026-05-14 14:47:35 +05:30
Nishka Gosalia
9a9b330af6
Merge pull request #54910 from frappe/mergify/bp/version-16-hotfix/pr-54731
...
fix(UX): Buying settings form cleanup (backport #54731 )
2026-05-14 11:56:28 +05:30
Frappe PR Bot
dd35cd1f84
chore(release): Bumped to Version 16.18.2
...
## [16.18.2](https://github.com/frappe/erpnext/compare/v16.18.1...v16.18.2 ) (2026-05-14)
### Bug Fixes
* posting date and time ([ab09029 ](ab090295d9 ))
v16.18.2
2026-05-14 05:35:39 +00:00
rohitwaghchaure
77a6299e8b
Merge pull request #54931 from frappe/mergify/bp/version-16/pr-54928
...
fix: posting date and time (backport #54905 ) (backport #54928 )
2026-05-14 11:04:07 +05:30
rohitwaghchaure
b79ec7cbdd
chore: fix linter issue
...
(cherry picked from commit 3c993377aa )
(cherry picked from commit 21ada7799c )
2026-05-14 02:04:52 +00:00
rohitwaghchaure
927360dd1d
chore: fixed test case
...
(cherry picked from commit c740f77a6f )
(cherry picked from commit f4e66914c6 )
2026-05-14 02:04:52 +00:00
Rohit Waghchaure
ab090295d9
fix: posting date and time
...
(cherry picked from commit fb6c05f186 )
(cherry picked from commit 1c44c60dbd )
2026-05-14 02:04:51 +00:00
rohitwaghchaure
76204b920d
Merge pull request #54928 from frappe/mergify/bp/version-16-hotfix/pr-54905
...
fix: posting date and time (backport #54905 )
2026-05-14 07:33:26 +05:30
rohitwaghchaure
21ada7799c
chore: fix linter issue
...
(cherry picked from commit 3c993377aa )
2026-05-13 18:19:17 +00:00
rohitwaghchaure
f4e66914c6
chore: fixed test case
...
(cherry picked from commit c740f77a6f )
2026-05-13 18:19:17 +00:00
Rohit Waghchaure
1c44c60dbd
fix: posting date and time
...
(cherry picked from commit fb6c05f186 )
2026-05-13 18:19:17 +00:00
mergify[bot]
596c2571f6
fix: add warehouse vaildation for repack entry (backport #54866 ) ( #54901 )
...
fix: add warehouse vaildation for repack entry (#54866 )
(cherry picked from commit bc07b2d3e5 )
Co-authored-by: Pandiyan P <pandiyanpalani37@gmail.com >
2026-05-13 15:24:51 +00:00
mergify[bot]
c4994548c3
fix(stock): add whole number quantity validation in Stock Reconciliation (backport #54922 ) ( #54925 )
...
fix(stock): add whole number quantity validation in Stock Reconciliation (#54922 )
(cherry picked from commit f9dec73042 )
Co-authored-by: Pandiyan P <pandiyanpalani37@gmail.com >
2026-05-13 15:03:45 +00:00
Khushi Rawat
604f80f043
Merge pull request #54913 from frappe/mergify/bp/version-16-hotfix/pr-53843
...
feat: Accounts Payable print template revamp and print format introduction (backport #53843 )
2026-05-13 16:07:00 +05:30
Khushi Rawat
4a4757dbc6
Merge pull request #54915 from frappe/mergify/bp/version-16-hotfix/pr-53762
...
feat: General ledger print template revamp and print format introduction (backport #53762 )
2026-05-13 16:06:27 +05:30
Khushi Rawat
436e0269f8
Merge pull request #54914 from frappe/mergify/bp/version-16-hotfix/pr-53822
...
feat: Accounts Receivable print template revamp and print format introduction (backport #53822 )
2026-05-13 16:05:47 +05:30
Khushi Rawat
5d73da5a85
Merge pull request #54912 from frappe/mergify/bp/version-16-hotfix/pr-53870
...
feat: AR and AP summary reports print template revamp and print format introduction (backport #53870 )
2026-05-13 15:57:07 +05:30