Frappe PR Bot
00a8503dd7
chore(release): Bumped to Version 15.58.2
...
## [15.58.2](https://github.com/frappe/erpnext/compare/v15.58.1...v15.58.2 ) (2025-04-17)
### Bug Fixes
* add group by after user permission condition ([0287f34 ](0287f34928 ))
2025-04-17 10:54:22 +00:00
ruthra kumar
76a2eb69a0
Merge pull request #47127 from frappe/mergify/bp/version-15/pr-47118
...
fix: add group by after user permission condition (backport #47118 )
2025-04-17 16:22:18 +05:30
venkat102
0287f34928
fix: add group by after user permission condition
...
(cherry picked from commit 756d496235 )
2025-04-17 10:36:57 +00:00
Frappe PR Bot
741f29e57a
chore(release): Bumped to Version 15.58.1
...
## [15.58.1](https://github.com/frappe/erpnext/compare/v15.58.0...v15.58.1 ) (2025-04-16)
### Bug Fixes
* revert [#46903 ](https://github.com/frappe/erpnext/issues/46903 ) - disable changing customer on opportunity ([5c04d18 ](5c04d183bf ))
2025-04-16 05:15:20 +00:00
ruthra kumar
5090108718
Merge pull request #47110 from frappe/mergify/bp/version-15/pr-47108
...
revert: disable customer if creating from opportunity (backport #47108 )
2025-04-16 10:44:01 +05:30
Shariq Ansari
5c04d183bf
fix: revert #46903 - disable changing customer on opportunity
...
(cherry picked from commit fc16199a49 )
2025-04-16 10:38:17 +05:30
Frappe PR Bot
929d177b7d
chore(release): Bumped to Version 15.58.0
...
# [15.58.0](https://github.com/frappe/erpnext/compare/v15.57.5...v15.58.0 ) (2025-04-16)
### Bug Fixes
* added missing project field on pos profile ([8e9ddb7 ](8e9ddb7a69 ))
* allow to use batchwise valuation for moving average items ([e479975 ](e479975f54 ))
* backport translations from develop ([#47104 ](https://github.com/frappe/erpnext/issues/47104 )) ([188c4f8 ](188c4f896a ))
* batchwise valuation for MA item ([debfcdc ](debfcdc61f ))
* bypass validation during reposting ([01aad96 ](01aad96b10 ))
* child values for tree doctypes and query refactor ([537a8ef ](537a8efe7a ))
* clarify confirmation message ([35daf66 ](35daf669fe ))
* condition for use_batchwise_valuation ([0ff7465 ](0ff7465e27 ))
* configuration to accept partial payment in pos invoice ([#47052 ](https://github.com/frappe/erpnext/issues/47052 )) ([a944853 ](a944853b56 ))
* consider negative stock qty in stock reco ([603f737 ](603f737c99 ))
* correct doctype in item_wise_purchase register ([b2fb4fb ](b2fb4fba51 ))
* correct function name ([393d245 ](393d2459b9 ))
* correct outstanding amount for invoice in dunning ([b7c3fa2 ](b7c3fa23d2 ))
* current batch qty showing zero in the stock reconciliation ([24c8a06 ](24c8a06520 ))
* enabled allow on submit for asset name field (backport [#47093 ](https://github.com/frappe/erpnext/issues/47093 )) ([#47094 ](https://github.com/frappe/erpnext/issues/47094 )) ([3f652bd ](3f652bd4e1 ))
* fetch exchange rate while creating inter-company order and invoice ([aa0b93d ](aa0b93d0b2 ))
* go for lower case "on" because we already have translations for that ([7cf83ff ](7cf83ffce7 ))
* Group GLs by account for TB generation ([416d9bc ](416d9bce2c ))
* item code not showing in the error message ([663e2b7 ](663e2b7e6c ))
* make report's "printed on" translatable ([18e9a98 ](18e9a9881c ))
* map tax table while creating purchase order from sales order ([127c7b9 ](127c7b93ac ))
* **Payment Entry:** set account type if missing (backport [#47069 ](https://github.com/frappe/erpnext/issues/47069 )) ([#47070 ](https://github.com/frappe/erpnext/issues/47070 )) ([8e02a9b ](8e02a9bc28 ))
* precision issue on qty_to_be_reserved ([c8691b6 ](c8691b6516 ))
* recognize trigger from child table ([cf00d42 ](cf00d42799 ))
* Recreate Stock Ledgers issue ([b819e0a ](b819e0a61b ))
* remove get_items query.run outside of if condition ([e7b5303 ](e7b5303782 ))
* remove redundant letter head ([7896f8a ](7896f8a855 ))
* removed display depends on ([00b2553 ](00b25537f4 ))
* resolved conflicts ([bde55d2 ](bde55d2a07 ))
* revert [#46900 ](https://github.com/frappe/erpnext/issues/46900 ) - against_voucher filter in general ledger ([da65f44 ](da65f44a47 ))
* test file for v15 ([cc7756d ](cc7756dd49 ))
* translatability ([79ed02b ](79ed02bb2c ))
* update the modified date in for SLEs and GLs after rename ([21f0dcb ](21f0dcbcc3 ))
* use source_fieldname to validate inventory dimension ([250b670 ](250b67076d ))
* use the actual field label ([0c260ba ](0c260baacd ))
* wording ([db647a4 ](db647a4e42 ))
### Features
* Allow to Make Quality Inspection after Purchase / Delivery ([2e6ba91 ](2e6ba91589 ))
* available serial no report ([c472af8 ](c472af87b2 ))
* clear payment terms and schedule ([830290c ](830290c859 ))
* fetch source_fieldname for inventory dimension ([2ed6c21 ](2ed6c211f9 ))
* **regional:** Address Template for Germany & Add Switzerland Template ([#46737 ](https://github.com/frappe/erpnext/issues/46737 )) ([42479d9 ](42479d9a7f ))
* update due date in payment schedule ([0b0a6b8 ](0b0a6b8cfa ))
### Performance Improvements
* refactored customer ledger summary for performance ([50b2196 ](50b2196020 ))
* take query out of loop ([9af5052 ](9af50528f1 ))
2025-04-16 04:05:56 +00:00
ruthra kumar
7555d27d82
Merge pull request #47091 from frappe/version-15-hotfix
...
chore: release v15
2025-04-16 09:34:34 +05:30
ruthra kumar
4a7b91352b
Merge pull request #47099 from frappe/mergify/bp/version-15-hotfix/pr-46770
...
fix: correct outstanding amount for invoice in dunning (backport #46770 )
2025-04-16 07:44:32 +05:30
Raffael Meyer
188c4f896a
fix: backport translations from develop ( #47104 )
2025-04-15 19:30:17 +02:00
rohitwaghchaure
9bdeacbbfa
Merge pull request #47097 from frappe/mergify/bp/version-15-hotfix/pr-46973
...
fix: precision issue on qty_to_be_reserved (backport #46973 )
2025-04-15 22:01:34 +05:30
ljain112
c42f76b15a
chore: added test for Fetch Overdue Payments in dunning
...
(cherry picked from commit 3b613c44a6 )
# Conflicts:
# erpnext/accounts/doctype/dunning/test_dunning.py
2025-04-15 20:35:09 +05:30
Diptanil Saha
a944853b56
fix: configuration to accept partial payment in pos invoice ( #47052 )
2025-04-15 19:03:55 +05:30
ljain112
b7c3fa23d2
fix: correct outstanding amount for invoice in dunning
...
(cherry picked from commit c2bdd30e6d )
2025-04-15 12:21:58 +00:00
ruthra kumar
073a7a6ca6
Merge pull request #47096 from frappe/mergify/bp/version-15-hotfix/pr-47001
...
fix: fetch exchange rate while creating inter-company order and invoice (backport #47001 )
2025-04-15 17:46:38 +05:30
Dany Robert
c8691b6516
fix: precision issue on qty_to_be_reserved
...
(cherry picked from commit 860699ee7b )
# Conflicts:
# erpnext/stock/doctype/stock_reservation_entry/stock_reservation_entry.py
2025-04-15 17:42:30 +05:30
venkat102
aa0b93d0b2
fix: fetch exchange rate while creating inter-company order and invoice
...
(cherry picked from commit 145a6c5e2a )
2025-04-15 12:07:54 +00:00
mergify[bot]
3f652bd4e1
fix: enabled allow on submit for asset name field (backport #47093 ) ( #47094 )
...
fix: enabled allow on submit for asset name field (#47093 )
(cherry picked from commit e41720f1a3 )
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2025-04-15 17:33:58 +05:30
ruthra kumar
f816934a28
Merge pull request #47086 from frappe/mergify/bp/version-15-hotfix/pr-46640
...
perf: refactored customer ledger summary for performance (backport #46640 )
2025-04-15 13:46:55 +05:30
ruthra kumar
1e340ccd9c
chore: use correct Test class
2025-04-15 13:29:22 +05:30
ruthra kumar
21e94148db
chore: resolve conflict
2025-04-15 13:20:56 +05:30
ruthra kumar
233a2c08a1
test: basic supplier ledger summary
...
(cherry picked from commit 71f0f7a0b5 )
2025-04-15 13:20:56 +05:30
ruthra kumar
11566e20b5
test: basic output of customer ledger summary report
...
(cherry picked from commit 9a3a80dfd3 )
2025-04-15 13:20:56 +05:30
ljain112
393d2459b9
fix: correct function name
...
(cherry picked from commit 038355f87b )
2025-04-15 13:20:56 +05:30
ljain112
537a8efe7a
fix: child values for tree doctypes and query refactor
...
(cherry picked from commit fca46e0b2d )
# Conflicts:
# erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py
2025-04-15 13:20:56 +05:30
ljain112
50b2196020
perf: refactored customer ledger summary for performance
...
(cherry picked from commit e84e49345a )
# Conflicts:
# erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py
2025-04-15 13:20:56 +05:30
ruthra kumar
0ad8935f2c
Merge pull request #47081 from frappe/mergify/bp/version-15-hotfix/pr-46789
...
fix: map tax table while creating purchase order from sales order (backport #46789 )
2025-04-15 12:10:21 +05:30
ruthra kumar
148287d8a1
Merge pull request #46935 from frappe/mergify/bp/version-15-hotfix/pr-46171
...
Fix validation mismatch in inventory dimension fields (backport #46171 )
2025-04-15 11:54:24 +05:30
ruthra kumar
f4854a9a02
Merge pull request #46816 from frappe/mergify/bp/version-15-hotfix/pr-46737
...
feat(regional): Address Template for Germany & Add Switzerland Template (backport #46737 )
2025-04-15 11:51:17 +05:30
ruthra kumar
b7cbc66a28
chore: resolve conflict
2025-04-15 11:45:17 +05:30
Sugesh393
5a20b9e94f
test: add unit test to validate tax values in Purchase Order from Sales Order
...
(cherry picked from commit a393195866 )
# Conflicts:
# erpnext/selling/doctype/sales_order/test_sales_order.py
2025-04-15 06:13:11 +00:00
Sugesh393
127c7b93ac
fix: map tax table while creating purchase order from sales order
...
(cherry picked from commit 1e18569be7 )
2025-04-15 06:13:11 +00:00
mergify[bot]
c77f7f4ff0
test(Payment Entry): account type is set (backport #47071 ) ( #47073 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-14 19:26:11 +02:00
mergify[bot]
8e02a9bc28
fix(Payment Entry): set account type if missing (backport #47069 ) ( #47070 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix(Payment Entry): set account type if missing (#47069 )
2025-04-14 18:54:12 +02:00
rohitwaghchaure
640012429e
Merge pull request #47063 from frappe/mergify/bp/version-15-hotfix/pr-47058
...
fix: consider negative stock qty in stock reconciliation (backport #47058 )
2025-04-14 20:30:25 +05:30
Rohit Waghchaure
603f737c99
fix: consider negative stock qty in stock reco
...
(cherry picked from commit 15272d0e56 )
2025-04-14 12:39:35 +00:00
ruthra kumar
4fd99ed763
Merge pull request #46773 from frappe/mergify/bp/version-15-hotfix/pr-46683
...
fix: Set complete contact details for `Employee` in PE (backport #46683 )
2025-04-14 17:30:51 +05:30
Frappe PR Bot
2eb7a688cb
chore(release): Bumped to Version 15.57.5
...
## [15.57.5](https://github.com/frappe/erpnext/compare/v15.57.4...v15.57.5 ) (2025-04-14)
### Bug Fixes
* revert [#46900 ](https://github.com/frappe/erpnext/issues/46900 ) - against_voucher filter in general ledger ([969c354 ](969c3549d5 ))
2025-04-14 08:24:20 +00:00
ruthra kumar
19a5b923b9
Merge pull request #47053 from frappe/mergify/bp/version-15/pr-47049
...
Revert "fix: remove against_voucher and against_voucher_type column from General Ledger Report" (backport #47049 )
2025-04-14 13:52:55 +05:30
ruthra kumar
77bbaef5a6
Merge pull request #47055 from frappe/mergify/bp/version-15-hotfix/pr-47049
...
Revert "fix: remove against_voucher and against_voucher_type column from General Ledger Report" (backport #47049 )
2025-04-14 13:52:05 +05:30
ruthra kumar
6bfb3c6905
chore: resolve conflict
2025-04-14 13:26:32 +05:30
ruthra kumar
a0908522c1
chore: resolve conflict
2025-04-14 13:21:33 +05:30
ruthra kumar
da65f44a47
fix: revert #46900 - against_voucher filter in general ledger
...
(cherry picked from commit adb331ef71 )
# Conflicts:
# erpnext/accounts/report/general_ledger/general_ledger.py
2025-04-14 07:50:28 +00:00
ruthra kumar
969c3549d5
fix: revert #46900 - against_voucher filter in general ledger
...
(cherry picked from commit adb331ef71 )
# Conflicts:
# erpnext/accounts/report/general_ledger/general_ledger.py
2025-04-14 07:49:32 +00:00
Frappe PR Bot
1da2577035
chore(release): Bumped to Version 15.57.4
...
## [15.57.4](https://github.com/frappe/erpnext/compare/v15.57.3...v15.57.4 ) (2025-04-13)
### Bug Fixes
* Group GLs by account for TB generation ([70fa366 ](70fa366216 ))
2025-04-13 14:13:43 +00:00
Deepesh Garg
e5d0ab6bab
Merge pull request #47045 from frappe/mergify/bp/version-15/pr-47044
...
fix: Group GLs by account for TB generation
2025-04-13 19:42:19 +05:30
Deepesh Garg
70fa366216
fix: Group GLs by account for TB generation
...
(cherry picked from commit f894c6d275 )
(cherry picked from commit 416d9bce2c )
2025-04-13 14:02:23 +00:00
Deepesh Garg
f1254e51e5
Merge pull request #47044 from frappe/mergify/bp/version-15-hotfix/pr-47043
...
fix: Group GLs by account for TB generation (backport #47043 )
2025-04-13 19:31:29 +05:30
Deepesh Garg
416d9bce2c
fix: Group GLs by account for TB generation
...
(cherry picked from commit f894c6d275 )
2025-04-13 13:57:23 +00:00
Frappe PR Bot
065c9fa85f
chore(release): Bumped to Version 15.57.3
...
## [15.57.3](https://github.com/frappe/erpnext/compare/v15.57.2...v15.57.3 ) (2025-04-12)
### Bug Fixes
* correct doctype in item_wise_purchase register ([cd68832 ](cd68832aa0 ))
2025-04-12 02:01:06 +00:00
ruthra kumar
bcb45ce8ef
Merge pull request #47031 from frappe/mergify/bp/version-15/pr-47012
...
fix: correct doctype in item_wise_purchase register (backport #47012 )
2025-04-12 07:29:44 +05:30
ruthra kumar
f5fd255e82
Merge pull request #47033 from frappe/mergify/bp/version-15-hotfix/pr-47012
...
fix: correct doctype in item_wise_purchase register (backport #47012 )
2025-04-12 07:29:14 +05:30
ljain112
b2fb4fba51
fix: correct doctype in item_wise_purchase register
...
(cherry picked from commit b8b8dce733 )
2025-04-12 01:42:25 +00:00
ljain112
cd68832aa0
fix: correct doctype in item_wise_purchase register
...
(cherry picked from commit b8b8dce733 )
2025-04-12 01:41:15 +00:00
rohitwaghchaure
1b8a317de9
Merge pull request #47027 from frappe/mergify/bp/version-15-hotfix/pr-47026
...
fix: batchwise valuation for MA item (backport #47026 )
2025-04-11 22:56:25 +05:30
Rohit Waghchaure
debfcdc61f
fix: batchwise valuation for MA item
...
(cherry picked from commit 504b8c0a68 )
2025-04-11 16:27:52 +00:00
Frappe PR Bot
8a33866a8c
chore(release): Bumped to Version 15.57.2
...
## [15.57.2](https://github.com/frappe/erpnext/compare/v15.57.1...v15.57.2 ) (2025-04-11)
### Bug Fixes
* condition for use_batchwise_valuation ([18dd128 ](18dd128838 ))
* removed display depends on ([b8436db ](b8436dbd21 ))
2025-04-11 15:16:34 +00:00
rohitwaghchaure
d3a987800b
Merge pull request #47025 from frappe/mergify/bp/version-15/pr-47021
...
fix: removed display depends on (backport #47020 ) (backport #47021 )
2025-04-11 20:45:07 +05:30
rohitwaghchaure
1e19bc7f3f
Merge pull request #47024 from frappe/mergify/bp/version-15/pr-47023
...
fix: condition for use_batchwise_valuation (backport #47022 ) (backport #47023 )
2025-04-11 20:44:54 +05:30
rohitwaghchaure
fa7675488d
chore: fix conflicts
2025-04-11 20:26:43 +05:30
Rohit Waghchaure
b8436dbd21
fix: removed display depends on
...
(cherry picked from commit e0bf45e03b )
(cherry picked from commit 00b25537f4 )
# Conflicts:
# erpnext/stock/doctype/stock_settings/stock_settings.json
2025-04-11 14:24:37 +00:00
Rohit Waghchaure
18dd128838
fix: condition for use_batchwise_valuation
...
(cherry picked from commit cc171d9706 )
(cherry picked from commit 0ff7465e27 )
2025-04-11 14:24:31 +00:00
rohitwaghchaure
706092061b
Merge pull request #47021 from frappe/mergify/bp/version-15-hotfix/pr-47020
...
fix: removed display depends on (backport #47020 )
2025-04-11 19:53:43 +05:30
rohitwaghchaure
c6c8aa02eb
Merge pull request #47023 from frappe/mergify/bp/version-15-hotfix/pr-47022
...
fix: condition for use_batchwise_valuation (backport #47022 )
2025-04-11 19:53:22 +05:30
Rohit Waghchaure
0ff7465e27
fix: condition for use_batchwise_valuation
...
(cherry picked from commit cc171d9706 )
2025-04-11 14:06:08 +00:00
Rohit Waghchaure
00b25537f4
fix: removed display depends on
...
(cherry picked from commit e0bf45e03b )
2025-04-11 13:46:39 +00:00
Frappe PR Bot
ff41ed534b
chore(release): Bumped to Version 15.57.1
...
## [15.57.1](https://github.com/frappe/erpnext/compare/v15.57.0...v15.57.1 ) (2025-04-11)
### Bug Fixes
* allow to use batchwise valuation for moving average items ([dded682 ](dded682feb ))
2025-04-11 12:22:21 +00:00
rohitwaghchaure
f2684d9b4c
Merge pull request #47018 from frappe/mergify/bp/version-15/pr-47017
...
fix: allow to use batch-wise valuation for moving average items (backport #47015 ) (backport #47017 )
2025-04-11 17:50:55 +05:30
rohitwaghchaure
6dee592ba7
Merge pull request #47004 from frappe/mergify/bp/version-15-hotfix/pr-47002
...
feat: Allow to Make Quality Inspection after Purchase / Delivery (backport #47002 )
2025-04-11 17:26:53 +05:30
Rohit Waghchaure
dded682feb
fix: allow to use batchwise valuation for moving average items
...
(cherry picked from commit 65ba79bb85 )
(cherry picked from commit e479975f54 )
2025-04-11 11:56:35 +00:00
rohitwaghchaure
8233aadd50
Merge pull request #47017 from frappe/mergify/bp/version-15-hotfix/pr-47015
...
fix: allow to use batch-wise valuation for moving average items (backport #47015 )
2025-04-11 17:25:29 +05:30
Rohit Waghchaure
e479975f54
fix: allow to use batchwise valuation for moving average items
...
(cherry picked from commit 65ba79bb85 )
2025-04-11 11:38:32 +00:00
rohitwaghchaure
5e1d3f77bb
chore: fix conflicts
2025-04-11 15:35:36 +05:30
rohitwaghchaure
00ac8597b0
chore: fix conflicts
2025-04-11 15:34:45 +05:30
rohitwaghchaure
4163b18ec3
Merge pull request #47005 from frappe/mergify/bp/version-15-hotfix/pr-46997
...
fix: update the modified date in for SLEs and GLs after rename (backport #46997 )
2025-04-11 14:43:02 +05:30
Rohit Waghchaure
21f0dcbcc3
fix: update the modified date in for SLEs and GLs after rename
...
(cherry picked from commit dc5a5ef258 )
2025-04-10 12:10:48 +00:00
Rohit Waghchaure
2e6ba91589
feat: Allow to Make Quality Inspection after Purchase / Delivery
...
(cherry picked from commit 8eaa2afeb7 )
# Conflicts:
# erpnext/stock/doctype/stock_settings/stock_settings.json
2025-04-10 12:10:47 +00:00
rohitwaghchaure
14a502c956
Merge pull request #46998 from frappe/mergify/bp/version-15-hotfix/pr-46831
...
fix: current batch qty showing zero in the stock reconciliation (backport #46831 )
2025-04-10 15:39:34 +05:30
Rohit Waghchaure
24c8a06520
fix: current batch qty showing zero in the stock reconciliation
...
(cherry picked from commit a5c62f8623 )
2025-04-10 08:30:28 +00:00
Frappe PR Bot
1326ba5326
chore(release): Bumped to Version 15.57.0
...
# [15.57.0](https://github.com/frappe/erpnext/compare/v15.56.0...v15.57.0 ) (2025-04-10)
### Bug Fixes
* bypass validation during reposting ([eaaac6e ](eaaac6e596 ))
* item code not showing in the error message ([837509a ](837509ae47 ))
* Recreate Stock Ledgers issue ([3db70fe ](3db70febe1 ))
* remove get_items query.run outside of if condition ([bff4902 ](bff4902993 ))
* test file for v15 ([88f1cf2 ](88f1cf2943 ))
### Features
* available serial no report ([0f6a7ed ](0f6a7edb53 ))
### Performance Improvements
* take query out of loop ([c7fead6 ](c7fead6bb0 ))
2025-04-10 07:31:47 +00:00
rohitwaghchaure
d047c965c6
Merge pull request #46990 from frappe/mergify/bp/version-15/pr-46947
...
feat: available serial no report (backport #46383 ) (backport #46947 )
2025-04-10 12:59:58 +05:30
rohitwaghchaure
72e9844d27
Merge pull request #46987 from frappe/mergify/bp/version-15/pr-46985
...
fix: item code not showing in the error message (backport #46933 ) (backport #46985 )
2025-04-10 12:59:36 +05:30
rohitwaghchaure
528b7534f7
Merge pull request #46991 from frappe/mergify/bp/version-15/pr-46989
...
fix: Recreate Stock Ledgers issue (backport #46965 ) (backport #46989 )
2025-04-10 12:59:23 +05:30
rohitwaghchaure
3141e4a54f
Merge pull request #46992 from frappe/mergify/bp/version-15/pr-46988
...
fix: bypass validation during reposting (backport #46978 ) (backport #46988 )
2025-04-10 12:59:02 +05:30
Rohit Waghchaure
eaaac6e596
fix: bypass validation during reposting
...
(cherry picked from commit 3697b9fd9b )
(cherry picked from commit 01aad96b10 )
2025-04-10 06:52:18 +00:00
Rohit Waghchaure
3db70febe1
fix: Recreate Stock Ledgers issue
...
(cherry picked from commit 229a4cef45 )
(cherry picked from commit b819e0a61b )
2025-04-10 06:52:17 +00:00
rohitwaghchaure
13f73b59df
Merge pull request #46988 from frappe/mergify/bp/version-15-hotfix/pr-46978
...
fix: bypass validation during reposting (backport #46978 )
2025-04-10 12:21:36 +05:30
rohitwaghchaure
b4efba80a7
Merge pull request #46989 from frappe/mergify/bp/version-15-hotfix/pr-46965
...
fix: Recreate Stock Ledgers issue (backport #46965 )
2025-04-10 12:21:00 +05:30
Mihir Kandoi
88f1cf2943
fix: test file for v15
...
(cherry picked from commit cc7756dd49 )
2025-04-10 06:14:40 +00:00
Mihir Kandoi
81f3f43e14
refactor: split and clean execute function to be more readable
...
(cherry picked from commit 036af54d54 )
(cherry picked from commit 6fedb7b9db )
2025-04-10 06:14:40 +00:00
Mihir Kandoi
c7fead6bb0
perf: take query out of loop
...
(cherry picked from commit 26de902496 )
(cherry picked from commit 9af50528f1 )
2025-04-10 06:14:40 +00:00
Mihir Kandoi
bff4902993
fix: remove get_items query.run outside of if condition
...
(cherry picked from commit 80c17cc005 )
(cherry picked from commit e7b5303782 )
2025-04-10 06:14:39 +00:00
Mihir Kandoi
9cdd32ad6b
refactor: import functions in new report instead of redundant code
...
(cherry picked from commit 501f07803e )
(cherry picked from commit 0ec026ec7e )
2025-04-10 06:14:39 +00:00
Mihir Kandoi
0f6a7edb53
feat: available serial no report
...
(cherry picked from commit 5592d8e87f )
(cherry picked from commit c472af87b2 )
2025-04-10 06:14:39 +00:00
Rohit Waghchaure
b819e0a61b
fix: Recreate Stock Ledgers issue
...
(cherry picked from commit 229a4cef45 )
2025-04-10 06:13:44 +00:00
Rohit Waghchaure
01aad96b10
fix: bypass validation during reposting
...
(cherry picked from commit 3697b9fd9b )
2025-04-10 06:13:26 +00:00
Rohit Waghchaure
837509ae47
fix: item code not showing in the error message
...
(cherry picked from commit 86dee69c2f )
(cherry picked from commit 663e2b7e6c )
2025-04-10 06:02:32 +00:00
rohitwaghchaure
860aba47ef
Merge pull request #46985 from frappe/mergify/bp/version-15-hotfix/pr-46933
...
fix: item code not showing in the error message (backport #46933 )
2025-04-10 11:31:59 +05:30
rohitwaghchaure
1b6c4b6b4b
Merge pull request #46947 from frappe/mergify/bp/version-15-hotfix/pr-46383
...
feat: available serial no report (backport #46383 )
2025-04-10 11:29:02 +05:30
Rohit Waghchaure
663e2b7e6c
fix: item code not showing in the error message
...
(cherry picked from commit 86dee69c2f )
2025-04-10 05:35:55 +00:00
Mihir Kandoi
cc7756dd49
fix: test file for v15
2025-04-09 20:47:10 +05:30
Diptanil Saha
d79de4a434
Merge pull request #46969 from frappe/mergify/bp/version-15-hotfix/pr-46964
...
fix: added missing project field on pos profile (backport #46964 )
2025-04-09 15:57:57 +05:30
Diptanil Saha
b8ef83e1ea
chore: resolve conflict
2025-04-09 15:39:15 +05:30
diptanilsaha
8e9ddb7a69
fix: added missing project field on pos profile
...
(cherry picked from commit 821d64241a )
# Conflicts:
# erpnext/accounts/doctype/pos_profile/pos_profile.json
2025-04-09 10:05:23 +00:00
Raffael Meyer
d43ce7f8e0
Merge pull request #46960 from frappe/mergify/bp/version-15-hotfix/pr-46959
...
fix: interaction with due date / payment terms / payment schedule (backport #46959 )
2025-04-08 21:34:53 +02:00
barredterra
b5353e4ad1
chore: add german translation
2025-04-08 21:19:34 +02:00
barredterra
14efeb4acd
chore: add context
...
(cherry picked from commit c00f62d54a )
2025-04-08 19:01:35 +00:00
barredterra
35daf669fe
fix: clarify confirmation message
...
(cherry picked from commit 57be8a85d6 )
2025-04-08 19:01:34 +00:00
barredterra
0c260baacd
fix: use the actual field label
...
(cherry picked from commit 8a4db69581 )
2025-04-08 19:01:34 +00:00
barredterra
cf00d42799
fix: recognize trigger from child table
...
(cherry picked from commit c55c77f4e9 )
2025-04-08 19:01:34 +00:00
barredterra
b06a86541b
refactor: use doc parameter instead of this.frm.doc
...
(cherry picked from commit 87c21a89fe )
2025-04-08 19:01:34 +00:00
Raffael Meyer
f762f7ec3e
Merge pull request #46957 from barredterra/update-due-date
...
feat: update due date in payment schedule
2025-04-08 20:47:13 +02:00
Raffael Meyer
12bd9af3aa
Merge pull request #46826 from frappe/mergify/bp/version-15-hotfix/pr-40050
...
fix: handle due date change (backport #40050 )
2025-04-08 20:33:22 +02:00
barredterra
0b0a6b8cfa
feat: update due date in payment schedule
...
Partial backport of b629356b7c
2025-04-08 20:12:25 +02:00
barredterra
830290c859
feat: clear payment terms and schedule
2025-04-08 20:10:31 +02:00
barredterra
98b75aaa38
Merge remote-tracking branch 'upstream/version-15-hotfix' into mergify/bp/version-15-hotfix/pr-40050
2025-04-08 19:59:34 +02:00
Raffael Meyer
d319d89988
Merge pull request #46949 from frappe/mergify/bp/version-15-hotfix/pr-46913
...
fix: improve translatability of query report print formats (backport #46913 )
2025-04-08 16:11:18 +02:00
barredterra
d94ebd0c78
chore: add missing german translation
2025-04-08 15:56:48 +02:00
barredterra
7896f8a855
fix: remove redundant letter head
2025-04-08 15:33:12 +02:00
barredterra
7cf83ffce7
fix: go for lower case "on" because we already have translations for that
2025-04-08 15:31:25 +02:00
barredterra
18e9a9881c
fix: make report's "printed on" translatable
2025-04-08 15:30:54 +02:00
Frappe PR Bot
52257c946e
chore(release): Bumped to Version 15.56.0
...
# [15.56.0](https://github.com/frappe/erpnext/compare/v15.55.5...v15.56.0 ) (2025-04-08)
### Bug Fixes
* **accounting:** update outstanding amount based on update_outstanding_for_self ([fb06f88 ](fb06f886d2 ))
* add `Not Cancelled` filter for `payment_entry` in Bank Transaction ([5d47db7 ](5d47db78e6 ))
* check payments against orders for getting request amount ([cf7252d ](cf7252d3e7 ))
* condition to update the last puurchase rate ([353fa0c ](353fa0cbc3 ))
* correct mapping(schedule_date) sales order to material request ([e2c8ed2 ](e2c8ed2afd ))
* correct payment request amount ([23c76aa ](23c76aa530 ))
* decimal values causing incorrect batch picking ([c5efdda ](c5efddae16 ))
* do not use self object for setting party and party type ([d1311e6 ](d1311e619d ))
* **Dunning:** undefined variable (backport [#46868 ](https://github.com/frappe/erpnext/issues/46868 )) ([#46869 ](https://github.com/frappe/erpnext/issues/46869 )) ([f63595c ](f63595cf0c ))
* empty party filter on change of party type in General Ledger Report. ([95cc282 ](95cc2827c6 ))
* expense account in the stock entry ([62f342e ](62f342ef8b ))
* Fix fieldtype in UnReconcile dialog ([7dfff8d ](7dfff8d3a2 ))
* for deadlock issue keep status as In Progress ([34e66b1 ](34e66b1b27 ))
* ignore backflush setting on subcontracting return ([ca56150 ](ca56150918 ))
* improved rounding adjustment when applying discount (backport [#46720 ](https://github.com/frappe/erpnext/issues/46720 )) ([7b864be ](7b864bece8 ))
* include auto_reconcile_vouchers flag in background job ([26f93f5 ](26f93f57b8 ))
* incorrect condition ([502b8f2 ](502b8f25b3 ))
* inventory dimensions columns visibility depends on filter ([fe0e5c2 ](fe0e5c2d48 ))
* make message translatable (backport [#46863 ](https://github.com/frappe/erpnext/issues/46863 )) ([#46866 ](https://github.com/frappe/erpnext/issues/46866 )) ([d7bb4a2](d7bb4a288c ))
* multiple Bank Reconciliation Tool issues ([#46644 ](https://github.com/frappe/erpnext/issues/46644 )) ([e168483 ](e168483a58 ))
* **payment term:** allocate payment amount when payment term is fetched from order ([1b9980b ](1b9980bb86 ))
* **portal:** context pay_amount for button ([b7ae17a ](b7ae17aaaf ))
* **portal:** payment amount for orders ([b0302d7 ](b0302d71b7 ))
* pos checking opened entry closed or not (backport [#46726 ](https://github.com/frappe/erpnext/issues/46726 )) ([#46830 ](https://github.com/frappe/erpnext/issues/46830 )) ([80f144a ](80f144ac22 ))
* pos closed dialog on pos closing entry (backport [#46881 ](https://github.com/frappe/erpnext/issues/46881 )) ([#46882 ](https://github.com/frappe/erpnext/issues/46882 )) ([c1fe8f6 ](c1fe8f6000 ))
* pos opening entry's status not getting updated on cancel (backport [#46909 ](https://github.com/frappe/erpnext/issues/46909 )) ([#46911 ](https://github.com/frappe/erpnext/issues/46911 )) ([8b11d13 ](8b11d13cd4 ))
* remove against_voucher from General Ledger Report ([ba1e7e1 ](ba1e7e17fb ))
* remove all serial/batch fields when use button is unselected ([13f1afa ](13f1afa141 ))
* removed customer_group query in customer.js ([1aac8d3 ](1aac8d31f4 ))
* removed hardcoded search fields to fix performance issue ([48822f6 ](48822f6fee ))
* resolve conflicts ([4d8984e ](4d8984e4e9 ))
* restrict customer change if creating from opportunity ([2661147 ](26611475f6 ))
* set draft QC in purchase document on creation of qc ([54159b9 ](54159b9e5e ))
* slow query ([23dc9d5 ](23dc9d5872 ))
* slow query ([af0fb13 ](af0fb131a2 ))
* stock entry repack amount calculation ([8c61639 ](8c61639062 ))
* Translate UnReconcile dialog title (backport [#46818 ](https://github.com/frappe/erpnext/issues/46818 )) ([#46861 ](https://github.com/frappe/erpnext/issues/46861 )) ([fcade5d ](fcade5d8cd ))
* update outstanding with precision ([e115409 ](e1154090f6 ))
* update payment amount if automatically_fetch_payment_terms is enabled ([ea289a4 ](ea289a40fb ))
* update posting date before running validations ([2bf44dc ](2bf44dc326 ))
* use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals` ([55b17b9 ](55b17b918f ))
* use docstatus for status filter ([ab52524 ](ab52524f12 ))
* use get instead of dot operator to access dict value ([f2df8e5 ](f2df8e531d ))
* use work_order bom_no if no bom present in operation ([c6979ab ](c6979ab260 ))
* user permissions in sales and purchase report ([c705623 ](c705623fdc ))
* validate if pos is opened before pos invoice creation (backport [#46907 ](https://github.com/frappe/erpnext/issues/46907 )) ([#46910 ](https://github.com/frappe/erpnext/issues/46910 )) ([999ab28 ](999ab28bf0 ))
* valuation rate not updating for raw materials ([454dd3a ](454dd3a2f1 ))
### Features
* allow UOMs to select for which converstion rate defined in item master ([288aad6 ](288aad6f5d ))
* **Customer:** add Dunning to dashboard ([1128b5f ](1128b5f09c ))
* option to recreate Stock Ledger Entries against stock transactions ([64fdcb7 ](64fdcb752d ))
### Performance Improvements
* reduce query when validating any doc ([890abf6 ](890abf6b90 ))
* Stock entry cancel is slow ([1bdfd33 ](1bdfd33816 ))
2025-04-08 13:08:39 +00:00
ruthra kumar
c4ab17b947
Merge pull request #46940 from frappe/version-15-hotfix
...
chore: release v15
2025-04-08 18:37:09 +05:30
rohitwaghchaure
10cf575bba
Merge pull request #46946 from frappe/mergify/bp/version-15-hotfix/pr-46942
...
fix: ignore backflush setting on subcontracting return (backport #46942 )
2025-04-08 18:12:52 +05:30
Mihir Kandoi
6fedb7b9db
refactor: split and clean execute function to be more readable
...
(cherry picked from commit 036af54d54 )
2025-04-08 12:17:05 +00:00
Mihir Kandoi
9af50528f1
perf: take query out of loop
...
(cherry picked from commit 26de902496 )
2025-04-08 12:17:05 +00:00
Mihir Kandoi
e7b5303782
fix: remove get_items query.run outside of if condition
...
(cherry picked from commit 80c17cc005 )
2025-04-08 12:17:05 +00:00
Mihir Kandoi
0ec026ec7e
refactor: import functions in new report instead of redundant code
...
(cherry picked from commit 501f07803e )
2025-04-08 12:17:04 +00:00
Mihir Kandoi
c472af87b2
feat: available serial no report
...
(cherry picked from commit 5592d8e87f )
2025-04-08 12:17:04 +00:00
Mihir Kandoi
ca56150918
fix: ignore backflush setting on subcontracting return
...
(cherry picked from commit 7479e1ec32 )
2025-04-08 12:15:44 +00:00
ruthra kumar
617bebfa8f
Merge pull request #46945 from frappe/mergify/bp/version-15-hotfix/pr-46892
...
fix: use get instead of dot operator to access dict value to prevent no attribute error (backport #46892 )
2025-04-08 17:20:45 +05:30
Mihir Kandoi
f2df8e531d
fix: use get instead of dot operator to access dict value
...
(cherry picked from commit 7fb75f0482 )
2025-04-08 11:34:11 +00:00
ruthra kumar
c47b3c3642
Merge pull request #46932 from frappe/mergify/bp/version-15-hotfix/pr-46626
...
fix: correct payment request amount (backport #46626 )
2025-04-08 16:56:25 +05:30
ruthra kumar
e271933e43
chore: resolve conflict
2025-04-08 16:33:07 +05:30
ljain112
23c76aa530
fix: correct payment request amount
...
(cherry picked from commit 913c60d77b )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.py
2025-04-08 16:33:07 +05:30
ruthra kumar
bed960df36
Merge pull request #46939 from frappe/mergify/bp/version-15-hotfix/pr-39701
...
fix: check order paid amount before payment request (backport #39701 )
2025-04-08 16:30:28 +05:30
ruthra kumar
36bc87270c
Merge pull request #46936 from frappe/mergify/bp/version-15-hotfix/pr-46631
...
fix: update outstanding for self (backport #46631 )
2025-04-08 16:21:49 +05:30
ljain112
4d8984e4e9
fix: resolve conflicts
2025-04-08 15:54:44 +05:30
ruthra kumar
4eb0f39af7
chore: pass doctype and name
2025-04-08 15:15:24 +05:30
Gursheen Anand
b7ae17aaaf
fix(portal): context pay_amount for button
...
(cherry picked from commit 7efb5a8cb5 )
# Conflicts:
# erpnext/templates/pages/order.html
2025-04-08 09:33:20 +00:00
Gursheen Anand
b0302d71b7
fix(portal): payment amount for orders
...
(cherry picked from commit c18ff5bd25 )
# Conflicts:
# erpnext/templates/pages/order.py
2025-04-08 09:33:20 +00:00
Gursheen Anand
cf7252d3e7
fix: check payments against orders for getting request amount
...
(cherry picked from commit f7face43cd )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.py
2025-04-08 09:33:19 +00:00
ruthra kumar
d6b488f529
chore: resolve conflict
2025-04-08 14:36:15 +05:30
Bhavan23
88e11d6fd9
test: add unit test to validate outstanding amount for update_outstanding_for_self checkbox enabled
...
(cherry picked from commit 7b0882600a )
2025-04-08 08:59:04 +00:00
Bhavan23
fb06f886d2
fix(accounting): update outstanding amount based on update_outstanding_for_self
...
fix(accounting): against voucher has been already paid show proper message and update update_outstanding_for_self as 1
(cherry picked from commit 222f1834f1 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2025-04-08 08:59:04 +00:00
JK1117
250b67076d
fix: use source_fieldname to validate inventory dimension
...
(cherry picked from commit daa5bebdd0 )
2025-04-08 08:57:59 +00:00
JK1117
2ed6c211f9
feat: fetch source_fieldname for inventory dimension
...
(cherry picked from commit 4e63ee1a70 )
2025-04-08 08:57:59 +00:00
rohitwaghchaure
bbc9cedf4d
Merge pull request #46916 from frappe/mergify/bp/version-15-hotfix/pr-46898
...
fix: removed hardcoded search fields to fix performance issue (backport #46898 )
2025-04-08 14:18:16 +05:30
rohitwaghchaure
b824038d37
chore: fix conflicts
2025-04-08 13:32:49 +05:30
ruthra kumar
b730fdd007
Merge pull request #46930 from frappe/mergify/bp/version-15-hotfix/pr-46821
...
fix: removed customer_group query in customer.js (backport #46821 )
2025-04-08 13:09:37 +05:30
Shariq Ansari
df744135ff
Merge pull request #46927 from frappe/mergify/bp/version-15-hotfix/pr-46903
...
fix: restrict customer change if creating from opportunity (backport #46903 )
2025-04-08 13:08:34 +05:30
ljain112
1aac8d31f4
fix: removed customer_group query in customer.js
...
(cherry picked from commit f49adfdd98 )
2025-04-08 07:28:31 +00:00
Shariq Ansari
26611475f6
fix: restrict customer change if creating from opportunity
...
(cherry picked from commit dc4819e897 )
2025-04-08 06:37:36 +00:00
ruthra kumar
5b3ae9508a
Merge pull request #46925 from frappe/mergify/bp/version-15-hotfix/pr-46709
...
fix: user permissions in sales and purchase report (backport #46709 )
2025-04-08 11:52:46 +05:30
ruthra kumar
81f061634e
Merge pull request #46926 from frappe/mergify/bp/version-15-hotfix/pr-46819
...
fix: Fix fieldtype in UnReconcile dialog (backport #46819 )
2025-04-08 11:51:56 +05:30
rohitwaghchaure
1e4918fb17
Merge pull request #46918 from frappe/mergify/bp/version-15-hotfix/pr-46893
...
fix: inventory dimensions columns visibility depends on filter (backport #46893 )
2025-04-08 11:48:20 +05:30
Corentin Forler
7dfff8d3a2
fix: Fix fieldtype in UnReconcile dialog
...
(cherry picked from commit 665645721b )
2025-04-08 05:56:37 +00:00
ljain112
c705623fdc
fix: user permissions in sales and purchase report
...
(cherry picked from commit f4bc1dfd00 )
2025-04-08 05:41:01 +00:00
ruthra kumar
6ba4c092ba
Merge pull request #46921 from frappe/mergify/bp/version-15-hotfix/pr-46804
...
fix: update outstanding with precision (backport #46804 )
2025-04-08 11:08:09 +05:30
ljain112
e1154090f6
fix: update outstanding with precision
...
(cherry picked from commit aadda9f606 )
2025-04-08 04:29:48 +00:00
Rohit Waghchaure
fe0e5c2d48
fix: inventory dimensions columns visibility depends on filter
...
(cherry picked from commit 2b411fb7f5 )
2025-04-08 03:21:15 +00:00
Rohit Waghchaure
48822f6fee
fix: removed hardcoded search fields to fix performance issue
...
(cherry picked from commit 216bf2456e )
# Conflicts:
# erpnext/manufacturing/doctype/bom/bom.py
2025-04-08 03:20:13 +00:00
Raffael Meyer
8276e8e8b3
chore: fix german translations ( #46912 )
2025-04-08 02:39:04 +02:00
mergify[bot]
8b11d13cd4
fix: pos opening entry's status not getting updated on cancel (backport #46909 ) ( #46911 )
...
fix: pos opening entry's status not getting updated on cancel (#46909 )
(cherry picked from commit 6fae98afda )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-04-07 21:03:20 +05:30
mergify[bot]
999ab28bf0
fix: validate if pos is opened before pos invoice creation (backport #46907 ) ( #46910 )
...
fix: validate if pos is opened before pos invoice creation (#46907 )
* fix: validate if pos is opened before pos invoice creation
* fix: added title on throw dialog
* test: fixed failing test
(cherry picked from commit 3de1b22480 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-04-07 20:54:23 +05:30
ruthra kumar
ed36fc0530
Merge pull request #46905 from frappe/mergify/bp/version-15-hotfix/pr-46895
...
fix: empty party filter on change of party type in General Ledger Report (backport #46895 )
2025-04-07 17:56:07 +05:30
ljain112
95cc2827c6
fix: empty party filter on change of party type in General Ledger Report.
...
(cherry picked from commit 9c68bc22fa )
2025-04-07 12:13:16 +00:00
ruthra kumar
03aa5a1294
Merge pull request #46902 from frappe/mergify/bp/version-15-hotfix/pr-46900
...
fix: remove against_voucher and against_voucher_type column from General Ledger Report (backport #46900 )
2025-04-07 17:36:42 +05:30
ljain112
ba1e7e17fb
fix: remove against_voucher from General Ledger Report
...
(cherry picked from commit 6d1f119a0f )
2025-04-07 17:14:07 +05:30
ruthra kumar
6adf79b8a5
Merge pull request #46897 from frappe/mergify/bp/version-15-hotfix/pr-46728
...
fix: update posting date before running validations (backport #46728 )
2025-04-07 14:49:14 +05:30
Dany Robert
2bf44dc326
fix: update posting date before running validations
...
(cherry picked from commit d04dbd8ed9 )
2025-04-07 09:01:59 +00:00
ruthra kumar
1500691bca
Merge pull request #46844 from frappe/mergify/bp/version-15-hotfix/pr-46823
...
chore: update links to Frappe School (backport #46823 )
2025-04-07 11:45:25 +05:30
ruthra kumar
3d57916832
chore: resolve conflict
2025-04-07 11:28:39 +05:30
ruthra kumar
4e9a3b687f
Merge pull request #46891 from frappe/mergify/bp/version-15-hotfix/pr-46637
...
fix(payment term): allocate payment amount when payment term is fetched from order (backport #46637 )
2025-04-07 11:25:45 +05:30
rohitwaghchaure
3181dc8ed1
Merge pull request #46885 from frappe/mergify/bp/version-15-hotfix/pr-46836
...
fix: remove all serial/batch fields when use button is unselected (backport #46836 )
2025-04-07 11:07:12 +05:30
venkat102
ea289a40fb
fix: update payment amount if automatically_fetch_payment_terms is enabled
...
(cherry picked from commit 7bf1a39861 )
2025-04-07 05:34:25 +00:00
venkat102
3b66c48479
test: validate payment schedule based on invoice amount
...
(cherry picked from commit 7785296573 )
2025-04-07 05:34:25 +00:00
venkat102
1b9980bb86
fix(payment term): allocate payment amount when payment term is fetched from order
...
(cherry picked from commit 5618859bd8 )
2025-04-07 05:34:25 +00:00
ruthra kumar
d54b39b3a7
Merge pull request #46889 from frappe/mergify/bp/version-15-hotfix/pr-46784
...
fix: correct mapping(schedule_date) sales order to material request (backport #46784 )
2025-04-07 11:03:43 +05:30
MohsinAli
e2c8ed2afd
fix: correct mapping(schedule_date) sales order to material request
...
(cherry picked from commit 732e950265 )
2025-04-07 05:15:13 +00:00
Frappe PR Bot
9397a57d4d
chore(release): Bumped to Version 15.55.5
...
## [15.55.5](https://github.com/frappe/erpnext/compare/v15.55.4...v15.55.5 ) (2025-04-07)
### Bug Fixes
* set draft QC in purchase document on creation of qc ([bf3349a ](bf3349a432 ))
* slow query ([b172ae0](b172ae0557 ))
2025-04-07 05:14:16 +00:00
rohitwaghchaure
d70050931b
Merge pull request #46887 from frappe/mergify/bp/version-15/pr-46842
...
fix: set draft QC in purchase document on creation of qc (backport #46832 ) (backport #46842 )
2025-04-07 10:42:55 +05:30
rohitwaghchaure
1875d69f60
Merge pull request #46888 from frappe/mergify/bp/version-15/pr-46880
...
fix: slow query (backport #46845 ) (backport #46880 )
2025-04-07 10:42:41 +05:30
ruthra kumar
0c6c654a39
Merge pull request #46886 from frappe/mergify/bp/version-15-hotfix/pr-46743
...
fix: include auto_reconcile_vouchers flag in background job (backport #46743 )
2025-04-07 10:40:30 +05:30
rohitwaghchaure
b2d71b44cf
chore: fix conflicts
...
(cherry picked from commit 4bcf052220 )
2025-04-07 04:56:07 +00:00
Rohit Waghchaure
b172ae0557
fix: slow query
...
(cherry picked from commit f82c8ea5eb )
# Conflicts:
# erpnext/stock/deprecated_serial_batch.py
(cherry picked from commit 23dc9d5872 )
2025-04-07 04:56:07 +00:00
Rohit Waghchaure
bf3349a432
fix: set draft QC in purchase document on creation of qc
...
(cherry picked from commit 2553dea78e )
(cherry picked from commit 54159b9e5e )
2025-04-07 04:55:58 +00:00
venkat102
26f93f57b8
fix: include auto_reconcile_vouchers flag in background job
...
(cherry picked from commit 35fbbc2057 )
2025-04-07 04:51:00 +00:00
Mihir Kandoi
13f1afa141
fix: remove all serial/batch fields when use button is unselected
...
(cherry picked from commit 22ffdb9e77 )
2025-04-07 04:50:55 +00:00
rohitwaghchaure
f3eeb77ef3
Merge pull request #46838 from frappe/st35124
...
fix: use work_order bom_no if no bom present in operation
2025-04-07 10:18:20 +05:30
ruthra kumar
83b72dc1b3
Merge pull request #46883 from frappe/mergify/bp/version-15-hotfix/pr-46727
...
fix: use docstatus for status filter (backport #46727 )
2025-04-07 10:18:08 +05:30
rethik
ab52524f12
fix: use docstatus for status filter
...
(cherry picked from commit 31e59354c9 )
2025-04-07 04:43:47 +00:00
mergify[bot]
c1fe8f6000
fix: pos closed dialog on pos closing entry (backport #46881 ) ( #46882 )
...
fix: pos closed dialog on pos closing entry (#46881 )
(cherry picked from commit 21954b9f9c )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-04-06 21:32:17 +05:30
rohitwaghchaure
79e8bfe213
Merge pull request #46880 from frappe/mergify/bp/version-15-hotfix/pr-46845
...
fix: slow query (backport #46845 )
2025-04-06 18:52:15 +05:30
ruthra kumar
8d3fef3195
Merge pull request #46878 from frappe/mergify/bp/version-15-hotfix/pr-46716
...
feat(Customer): add Dunning to dashboard (backport #46716 )
2025-04-06 16:52:07 +05:30
rohitwaghchaure
7c3467d1ff
Merge pull request #46879 from frappe/mergify/bp/version-15-hotfix/pr-46875
...
perf: Stock entry cancel is slow (backport #46875 )
2025-04-06 16:25:54 +05:30
rohitwaghchaure
4bcf052220
chore: fix conflicts
2025-04-06 16:25:20 +05:30
Rohit Waghchaure
23dc9d5872
fix: slow query
...
(cherry picked from commit f82c8ea5eb )
# Conflicts:
# erpnext/stock/deprecated_serial_batch.py
2025-04-06 10:41:44 +00:00
Türker Tunalı
1bdfd33816
perf: Stock entry cancel is slow
...
Some queries still use "timestamp" function instead of "posting_datetime". In my instance single stock entry cancel ends with request timeout. Using "posting_datetime" field directly improves the situation.
cont: https://github.com/frappe/erpnext/pull/46293
(cherry picked from commit ddbb44c6a2 )
2025-04-06 10:40:32 +00:00
rohitwaghchaure
c5710dcbe2
Merge pull request #46873 from frappe/mergify/bp/version-15-hotfix/pr-46853
...
fix: stock entry repack amount calculation (backport #46853 )
2025-04-06 16:09:57 +05:30
barredterra
1128b5f09c
feat(Customer): add Dunning to dashboard
...
(cherry picked from commit 638d825d8c )
2025-04-06 10:21:31 +00:00
ruthra kumar
8617ea5685
Merge pull request #46877 from frappe/mergify/bp/version-15-hotfix/pr-46658
...
chore: adjusted dimension placement in Accounts Payable (backport #46658 )
2025-04-06 15:44:19 +05:30
Sruthy
6b3e64c0cc
chore: adjusted dimension placement in Accounts Payable
...
(cherry picked from commit 361a55a703 )
2025-04-06 10:10:33 +00:00
Rohit Waghchaure
8c61639062
fix: stock entry repack amount calculation
...
(cherry picked from commit 544ceb93cd )
2025-04-06 04:16:16 +00:00
rohitwaghchaure
51c18217fa
Merge pull request #46842 from frappe/mergify/bp/version-15-hotfix/pr-46832
...
fix: set draft QC in purchase document on creation of qc (backport #46832 )
2025-04-06 09:45:25 +05:30
Sagar Vora
679397528a
Merge pull request #46871 from frappe/mergify/bp/version-15-hotfix/pr-46870
...
perf: reduce query when validating any doc (backport #46870 )
2025-04-05 23:42:18 +05:30
Sagar Vora
890abf6b90
perf: reduce query when validating any doc
...
(cherry picked from commit b863296e53 )
2025-04-05 18:10:06 +00:00
mergify[bot]
86853224c3
refactor(Payment Entry): reduce indentation (backport #46864 ) ( #46867 )
...
refactor(Payment Entry): reduce indentation (#46864 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-05 17:39:42 +02:00
mergify[bot]
d7bb4a288c
fix: make message translatable (backport #46863 ) ( #46866 )
...
fix: make message translatable (#46863 )
(cherry picked from commit 7d12e9afd4 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-05 17:37:36 +02:00
mergify[bot]
fcade5d8cd
fix: Translate UnReconcile dialog title (backport #46818 ) ( #46861 )
...
fix: Translate UnReconcile dialog title
(cherry picked from commit f2cfb03c2c )
Co-authored-by: Corentin Forler <corentin@dokos.io >
2025-04-05 17:37:08 +02:00
mergify[bot]
f63595cf0c
fix(Dunning): undefined variable (backport #46868 ) ( #46869 )
...
fix(Dunning): undefined variable (#46868 )
(cherry picked from commit 04df09cfca )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-05 17:36:43 +02:00
ruthra kumar
e8efa6d331
Merge pull request #46857 from frappe/mergify/bp/version-15-hotfix/pr-46625
...
refactor: Update Bank Transaction `set_query` implemetation (backport #46625 )
2025-04-05 07:36:37 +05:30
ruthra kumar
a6834f3875
chore: resolve conflict
2025-04-05 07:32:15 +05:30
Abdeali Chharchhoda
3dc29cbec8
chore: formatting
...
(cherry picked from commit 4ae11d4384 )
# Conflicts:
# erpnext/accounts/doctype/bank_transaction/bank_transaction.js
2025-04-05 01:35:11 +00:00
Abdeali Chharchhoda
5d47db78e6
fix: add Not Cancelled filter for payment_entry in Bank Transaction
...
(cherry picked from commit 85dd1dd4c7 )
2025-04-05 01:35:11 +00:00
Abdeali Chharchhoda
a19eece881
refactor: move payment_document query to setup
...
(cherry picked from commit 257802aeda )
# Conflicts:
# erpnext/accounts/doctype/bank_transaction/bank_transaction.js
2025-04-05 01:35:11 +00:00
Md Hussain Nagaria
2dfe13e183
chore: update links to Frappe School ( #46823 )
...
(cherry picked from commit ef4f662c31 )
# Conflicts:
# erpnext/accounts/workspace/accounting/accounting.json
# erpnext/buying/workspace/buying/buying.json
# erpnext/manufacturing/workspace/manufacturing/manufacturing.json
# erpnext/projects/workspace/projects/projects.json
# erpnext/selling/workspace/selling/selling.json
# erpnext/stock/workspace/stock/stock.json
2025-04-02 06:46:29 +00:00
Rohit Waghchaure
54159b9e5e
fix: set draft QC in purchase document on creation of qc
...
(cherry picked from commit 2553dea78e )
2025-04-01 14:17:39 +00:00
ljain112
bde55d2a07
fix: resolved conflicts
2025-04-01 18:51:10 +05:30
Sagar Vora
36aa308bce
Merge pull request #46834 from frappe/mergify/bp/version-15-hotfix/pr-46829
...
fix: use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals` (backport #46829 )
2025-04-01 14:47:03 +05:30
Mihir Kandoi
c6979ab260
fix: use work_order bom_no if no bom present in operation
2025-04-01 14:45:24 +05:30
mergify[bot]
80f144ac22
fix: pos checking opened entry closed or not (backport #46726 ) ( #46830 )
...
fix: pos checking opened entry closed or not (#46726 )
* fix: pos checking opened entry closed or not
* fix: linter issue
* fix: linter issue
(cherry picked from commit 5d5b6acc79 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-04-01 13:54:29 +05:30
vishakhdesai
55b17b918f
fix: use grand_total_diff instead of rounding_adjustment in taxes_and_totals
...
(cherry picked from commit fd252da6b1 )
2025-04-01 13:34:30 +05:30
rohitwaghchaure
27ea95236f
Merge pull request #46817 from frappe/mergify/bp/version-15-hotfix/pr-46815
...
feat: allow UOMs to select for which conversion rate defined in item (backport #46815 )
2025-04-01 08:31:52 +05:30
rohitwaghchaure
c762a8903b
Merge pull request #46824 from frappe/mergify/bp/version-15-hotfix/pr-46808
...
fix: condition to update the last purchase rate (backport #46808 )
2025-04-01 08:31:30 +05:30
barredterra
db647a4e42
fix: wording
2025-03-31 21:38:34 +02:00
barredterra
79ed02bb2c
fix: translatability
...
(cherry picked from commit 6d43d46fbc )
2025-03-31 19:23:41 +00:00
Rohit Waghchaure
353fa0cbc3
fix: condition to update the last puurchase rate
...
(cherry picked from commit bad901e7da )
2025-03-31 15:15:20 +00:00
rohitwaghchaure
2b854377b1
chore: fix conflicts
2025-03-31 20:43:34 +05:30
Rohit Waghchaure
288aad6f5d
feat: allow UOMs to select for which converstion rate defined in item master
...
(cherry picked from commit b1dfbbe85e )
# Conflicts:
# erpnext/stock/doctype/stock_settings/stock_settings.json
2025-03-31 10:53:11 +00:00
rohitwaghchaure
a60acbc592
Merge pull request #46807 from frappe/mergify/bp/version-15-hotfix/pr-46806
...
feat: option to recreate Stock Ledger Entries against stock transactions (backport #46806 )
2025-03-31 16:06:42 +05:30
Marc Ramser
42479d9a7f
feat(regional): Address Template for Germany & Add Switzerland Template ( #46737 )
...
* Add Address template for Switzerland
* Fix address template for germany
If an ERPNext instance is set to German and used by a business outside Germany (e.g., in Switzerland or Austria), customer addresses in Germany are displayed in their national format. However, for postal services, the international format (including the country) is required.".
This is just a workaround. IMHO the correct fix would be to check where the company is located and based on that use the national or the international template.
(cherry picked from commit 21b8ad6aa5 )
2025-03-31 10:34:00 +00:00
Sagar Vora
62275d09da
Merge pull request #46814 from frappe/mergify/bp/version-15-hotfix/pr-46812
...
fix: revert resetting `rounding_adjustment` (backport #46812 )
2025-03-31 15:56:08 +05:30
Vishakh Desai
96af1ccffb
Merge pull request #46812 from vishakhdesai/fix-taxes-and-totals
...
fix: revert resetting `rounding_adjustment`
(cherry picked from commit 3a9dca0563 )
2025-03-31 10:25:00 +00:00
mergify[bot]
7b864bece8
fix: improved rounding adjustment when applying discount (backport #46720 )
...
* fix: improved rounding adjustment when applying discount (#46720 )
* fix: rounding adjustment in apply_discount_amount taxes_and_totals
* refactor: minor changes
* fix: set the rounding difference while calculating tax total in the last tax row and add test case
* fix: failing test case
* fix: made changes in get_total_for_discount_amount in taxes_and_totals
* fix: failing test cases
* fix: changes as per review
* refactor: remove unnecessary use of flt
* refactor: improve logic
* refactor: minor change
* refactor: minor changes
* fix: add a test case for applying discount with previous row total in taxes
* fix: failing test case
* refactor: flatter code, remove `flt` usage for accuracy
---------
Co-authored-by: Vishakh Desai <78500008+vishakhdesai@users.noreply.github.com >
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2025-03-31 15:54:42 +05:30
rohitwaghchaure
604b185bd3
chore: fix conflicts
2025-03-31 15:05:10 +05:30
Rohit Waghchaure
64fdcb752d
feat: option to recreate Stock Ledger Entries against stock transactions
...
(cherry picked from commit 218dbd6911 )
# Conflicts:
# erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.json
2025-03-31 08:44:38 +00:00
Sagar Vora
37adb9187f
Merge pull request #46803 from frappe/mergify/bp/version-15-hotfix/pr-46644
...
fix: multiple Bank Reconciliation Tool issues (backport #46644 )
2025-03-31 11:37:36 +05:30
Vishakh Desai
e168483a58
fix: multiple Bank Reconciliation Tool issues ( #46644 )
...
* fix: bank reconciliation tool issue
* refactor: separate Bank Transaction linking from other logic
* fix: delink old pe on update_after_submit in bank transaction
* fix: failing test case fixed
* fix: changes as per review
* refactor: rename `gles` to `gl_entries`
---------
Co-authored-by: Sagar Vora <sagar@resilient.tech >
(cherry picked from commit 646cf54679 )
2025-03-31 05:57:08 +00:00
Frappe PR Bot
5dd99f896e
chore(release): Bumped to Version 15.55.4
...
## [15.55.4](https://github.com/frappe/erpnext/compare/v15.55.3...v15.55.4 ) (2025-03-29)
### Bug Fixes
* valuation rate not updating for raw materials ([57e2619 ](57e2619cf1 ))
2025-03-29 20:07:32 +00:00
rohitwaghchaure
7579e00425
Merge pull request #46790 from frappe/mergify/bp/version-15/pr-46778
...
fix: valuation rate not updating for raw materials (backport #46760 ) (backport #46778 )
2025-03-30 01:36:12 +05:30
rohitwaghchaure
c22869fed9
chore: fix conflicts
...
(cherry picked from commit 5079519863 )
2025-03-29 15:31:21 +00:00
Rohit Waghchaure
57e2619cf1
fix: valuation rate not updating for raw materials
...
(cherry picked from commit 5af8378471 )
# Conflicts:
# erpnext/manufacturing/doctype/work_order/test_work_order.py
(cherry picked from commit 454dd3a2f1 )
2025-03-29 15:31:21 +00:00
Frappe PR Bot
66d0ad1bc6
chore(release): Bumped to Version 15.55.3
...
## [15.55.3](https://github.com/frappe/erpnext/compare/v15.55.2...v15.55.3 ) (2025-03-29)
### Bug Fixes
* incorrect condition ([0721816 ](0721816763 ))
2025-03-29 07:03:05 +00:00
rohitwaghchaure
3395e7c2cd
Merge pull request #46785 from frappe/mergify/bp/version-15/pr-46781
...
fix: incorrect condition (backport #46777 ) (backport #46781 )
2025-03-29 12:31:36 +05:30
Rohit Waghchaure
0721816763
fix: incorrect condition
...
(cherry picked from commit 0c1a8e9c58 )
(cherry picked from commit 502b8f25b3 )
2025-03-29 06:48:03 +00:00
rohitwaghchaure
5315769b1f
Merge pull request #46781 from frappe/mergify/bp/version-15-hotfix/pr-46777
...
fix: incorrect condition (backport #46777 )
2025-03-29 12:17:09 +05:30
rohitwaghchaure
9fa5afd215
Merge pull request #46779 from frappe/mergify/bp/version-15-hotfix/pr-46775
...
fix: for deadlock issue keep status as In Progress (backport #46775 )
2025-03-29 12:16:55 +05:30
rohitwaghchaure
88ff17f467
Merge pull request #46778 from frappe/mergify/bp/version-15-hotfix/pr-46760
...
fix: valuation rate not updating for raw materials (backport #46760 )
2025-03-29 12:16:35 +05:30
Rohit Waghchaure
502b8f25b3
fix: incorrect condition
...
(cherry picked from commit 0c1a8e9c58 )
2025-03-28 18:19:53 +00:00
rohitwaghchaure
5079519863
chore: fix conflicts
2025-03-28 23:47:43 +05:30
Rohit Waghchaure
34e66b1b27
fix: for deadlock issue keep status as In Progress
...
(cherry picked from commit e6ff7f0e9f )
2025-03-28 18:16:41 +00:00
Rohit Waghchaure
454dd3a2f1
fix: valuation rate not updating for raw materials
...
(cherry picked from commit 5af8378471 )
# Conflicts:
# erpnext/manufacturing/doctype/work_order/test_work_order.py
2025-03-28 18:15:42 +00:00
Abdeali Chharchhodawala
6f94ba599b
Merge pull request #46683 from Abdeali099/set-employee-contact-details
...
fix: Set complete contact details for `Employee` in PE
(cherry picked from commit 8c9d630ee4 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.json
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2025-03-28 12:49:20 +00:00
rohitwaghchaure
e45d0779ef
Merge pull request #46752 from frappe/mergify/bp/version-15/pr-46749
...
Revert "perf: timeout while renaming cost center (backport #46641 )" (backport #46749 )
2025-03-27 13:13:17 +05:30
rohitwaghchaure
c6ce76170b
Revert "perf: timeout while renaming cost center (backport #46641 )"
...
(cherry picked from commit 326126e741 )
2025-03-27 06:54:18 +00:00
rohitwaghchaure
f3cff68713
Merge pull request #46749 from frappe/revert-46647-mergify/bp/version-15-hotfix/pr-46641
...
Revert "perf: timeout while renaming cost center (backport #46641 )"
2025-03-27 12:23:13 +05:30
rohitwaghchaure
326126e741
Revert "perf: timeout while renaming cost center (backport #46641 )"
2025-03-27 11:58:02 +05:30
Frappe PR Bot
de3e6922b5
chore(release): Bumped to Version 15.55.2
...
## [15.55.2](https://github.com/frappe/erpnext/compare/v15.55.1...v15.55.2 ) (2025-03-27)
### Bug Fixes
* do not use self object for setting party and party type ([7795030 ](7795030b7b ))
2025-03-27 06:05:55 +00:00
ruthra kumar
ae6d3f27a2
Merge pull request #46747 from frappe/mergify/bp/version-15/pr-46719
...
fix: do not use self object for setting party and party type (backport #46719 )
2025-03-27 11:34:32 +05:30
ruthra kumar
b22d0a5804
Merge pull request #46746 from frappe/mergify/bp/version-15-hotfix/pr-46719
...
fix: do not use self object for setting party and party type (backport #46719 )
2025-03-27 11:34:17 +05:30
ljain112
7795030b7b
fix: do not use self object for setting party and party type
...
(cherry picked from commit 80b746d4dd )
2025-03-27 05:39:52 +00:00
ljain112
d1311e619d
fix: do not use self object for setting party and party type
...
(cherry picked from commit 80b746d4dd )
2025-03-27 05:38:38 +00:00
Frappe PR Bot
9bac43acff
chore(release): Bumped to Version 15.55.1
...
## [15.55.1](https://github.com/frappe/erpnext/compare/v15.55.0...v15.55.1 ) (2025-03-27)
### Bug Fixes
* decimal values causing incorrect batch picking ([1b6aeba ](1b6aeba267 ))
* expense account in the stock entry ([e393ce9 ](e393ce9a47 ))
* slow query ([f3ba5a8 ](f3ba5a81ab ))
2025-03-27 03:45:26 +00:00
rohitwaghchaure
1e987153c9
Merge pull request #46735 from frappe/mergify/bp/version-15/pr-46730
...
fix: expense account in the stock entry (backport #46710 ) (backport #46730 )
2025-03-27 09:14:05 +05:30
rohitwaghchaure
d36a7c2389
Merge pull request #46741 from frappe/mergify/bp/version-15/pr-46734
...
fix: decimal values causing incorrect batch picking (backport #46733 ) (backport #46734 )
2025-03-27 09:13:56 +05:30
rohitwaghchaure
b548cc411d
Merge pull request #46742 from frappe/mergify/bp/version-15/pr-46740
...
fix: slow query (backport #46739 ) (backport #46740 )
2025-03-27 09:13:47 +05:30
rohitwaghchaure
ad3f985dc4
chore: fix conflicts
...
(cherry picked from commit 41f20a9c64 )
2025-03-26 17:09:42 +00:00
Rohit Waghchaure
f3ba5a81ab
fix: slow query
...
(cherry picked from commit 5ddb36af87 )
# Conflicts:
# erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json
(cherry picked from commit af0fb131a2 )
2025-03-26 17:09:42 +00:00
rohitwaghchaure
8b5ed20225
Merge pull request #46740 from frappe/mergify/bp/version-15-hotfix/pr-46739
...
fix: slow query (backport #46739 )
2025-03-26 22:38:38 +05:30
Rohit Waghchaure
1b6aeba267
fix: decimal values causing incorrect batch picking
...
(cherry picked from commit 7bfe703b04 )
(cherry picked from commit c5efddae16 )
2025-03-26 16:43:35 +00:00
rohitwaghchaure
af3b871989
Merge pull request #46734 from frappe/mergify/bp/version-15-hotfix/pr-46733
...
fix: decimal values causing incorrect batch picking (backport #46733 )
2025-03-26 22:12:07 +05:30
rohitwaghchaure
41f20a9c64
chore: fix conflicts
2025-03-26 22:11:43 +05:30
Rohit Waghchaure
af0fb131a2
fix: slow query
...
(cherry picked from commit 5ddb36af87 )
# Conflicts:
# erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json
2025-03-26 16:40:32 +00:00
Rohit Waghchaure
e393ce9a47
fix: expense account in the stock entry
...
(cherry picked from commit 89569d4b32 )
(cherry picked from commit 62f342ef8b )
2025-03-26 10:18:49 +00:00
Rohit Waghchaure
c5efddae16
fix: decimal values causing incorrect batch picking
...
(cherry picked from commit 7bfe703b04 )
2025-03-26 10:13:40 +00:00
rohitwaghchaure
2ed29d06d3
Merge pull request #46730 from frappe/mergify/bp/version-15-hotfix/pr-46710
...
fix: expense account in the stock entry (backport #46710 )
2025-03-26 12:16:59 +05:30
Rohit Waghchaure
62f342ef8b
fix: expense account in the stock entry
...
(cherry picked from commit 89569d4b32 )
2025-03-26 06:30:40 +00:00
Frappe PR Bot
8951efb457
chore(release): Bumped to Version 15.55.0
...
# [15.55.0](https://github.com/frappe/erpnext/compare/v15.54.5...v15.55.0 ) (2025-03-25)
### Bug Fixes
* add base_outstanding and base_paid_amount in payment schedule table ([412e6be ](412e6be502 ))
* add patch to update base_outstanding and base_paid_amount ([c3221c4 ](c3221c4e93 ))
* correct accumulated depreciation calculation for disposed assets (backport [#46660 ](https://github.com/frappe/erpnext/issues/46660 )) ([#46661 ](https://github.com/frappe/erpnext/issues/46661 )) ([4df5f18 ](4df5f18d85 ))
* correct invoice order in payment reconcillaiton ([2a70791 ](2a70791bba ))
* customer credit limit check based on `bypass_credit_limit_check` in Journal Entry ([6c443bd ](6c443bd85a ))
* date added to wrong patch ([2bfaf64 ](2bfaf64fff ))
* do not validate if conversion rate is 1 for different currency ([391b5c4 ](391b5c4226 ))
* don't filter payment entries on Bank Account in Payment Clearance ([dc3b5e2 ](dc3b5e2f3a ))
* **Payment Entry:** get contact details from existing contact ([#40556 ](https://github.com/frappe/erpnext/issues/40556 )) ([f964178 ](f964178008 ))
* unwired order_by argument in get_transaction_list (backport [#46636 ](https://github.com/frappe/erpnext/issues/46636 )) ([#46643 ](https://github.com/frappe/erpnext/issues/46643 )) ([2ebea88 ](2ebea8866a ))
### Features
* **accounting:** allow chart_of_account.get_chart to be whilelist ([e69c722 ](e69c722534 ))
* **projects:** add option to hide timesheets for project users ([#46173 ](https://github.com/frappe/erpnext/issues/46173 )) ([3834d6f ](3834d6fbce ))
* repost accounting ledger for purchase receipt ([4edfc6f ](4edfc6f125 ))
### Performance Improvements
* timeout while renaming cost center ([58eb184 ](58eb1849d7 ))
2025-03-25 13:50:33 +00:00
ruthra kumar
5db2a19778
Merge pull request #46715 from frappe/version-15-hotfix
...
chore: release v15
2025-03-25 19:16:44 +05:30
ruthra kumar
288206bdcd
Merge pull request #46634 from frappe/mergify/bp/version-15-hotfix/pr-46627
...
fix: date added to wrong patch (backport #46627 )
2025-03-25 18:45:21 +05:30
ruthra kumar
b3c3733286
chore: resolve conflict
2025-03-25 17:53:29 +05:30
ruthra kumar
b2b49446d4
Merge pull request #46713 from frappe/mergify/bp/version-15-hotfix/pr-46616
...
fix: do not validate if conversion rate is 1 for different currency (backport #46616 )
2025-03-25 14:29:09 +05:30
ljain112
391b5c4226
fix: do not validate if conversion rate is 1 for different currency
...
(cherry picked from commit e8a66d03bc )
2025-03-25 08:42:31 +00:00
ruthra kumar
ce454d5202
Merge pull request #46707 from frappe/mergify/bp/version-15-hotfix/pr-46617
...
refactor: removed redundant message display for each item row cost center update (backport #46617 )
2025-03-25 12:28:43 +05:30
ljain112
f93feb18fb
refactor: removed redundant message display for each item row cost center update
...
(cherry picked from commit 4376ca5f1d )
2025-03-25 06:47:13 +00:00
ruthra kumar
0793213981
Merge pull request #46705 from frappe/mergify/bp/version-15-hotfix/pr-46622
...
feat: repost accounting ledger for purchase receipt (backport #46622 )
2025-03-25 12:13:56 +05:30
ljain112
4edfc6f125
feat: repost accounting ledger for purchase receipt
...
(cherry picked from commit b36e356469 )
2025-03-25 06:19:43 +00:00
mergify[bot]
98df0614ab
ci: apply label "skip-release-notes" based on PR title (backport #46694 ) ( #46697 )
...
ci: apply label "skip-release-notes" based on PR title (#46694 )
Workflow copied from frappe/frappe
(cherry picked from commit eb350012b0 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-03-24 16:55:11 +01:00
Sagar Vora
59d0ff493f
Merge pull request #46688 from frappe/mergify/bp/version-15-hotfix/pr-46669
...
fix: don't filter payment entries on Bank Account in Payment Clearance (backport #46669 )
2025-03-24 18:17:59 +05:30
vishakhdesai
dc3b5e2f3a
fix: don't filter payment entries on Bank Account in Payment Clearance
...
(cherry picked from commit fa2fd5bf88 )
2025-03-24 12:22:09 +00:00
ruthra kumar
058a2f0c42
Merge pull request #46677 from frappe/mergify/bp/version-15-hotfix/pr-46577
...
fix: customer credit limit check based on `bypass_credit_limit_check` in Journal Entry (backport #46577 )
2025-03-24 13:58:10 +05:30
ljain112
6c443bd85a
fix: customer credit limit check based on bypass_credit_limit_check in Journal Entry
...
(cherry picked from commit 8a84faebed )
2025-03-24 08:02:17 +00:00
ruthra kumar
a228d1edc5
Merge pull request #46672 from frappe/mergify/bp/version-15-hotfix/pr-46574
...
fix: correct invoice order in payment reconcillaiton (backport #46574 )
2025-03-24 13:13:35 +05:30
ruthra kumar
87628835bf
Merge pull request #46673 from frappe/mergify/bp/version-15-hotfix/pr-46386
...
feat(accounting/regional): allow chart_of_account.get_chart to be whilelist (backport #46386 )
2025-03-24 13:13:06 +05:30
Florian HENRY
e69c722534
feat(accounting): allow chart_of_account.get_chart to be whilelist
...
(cherry picked from commit 49dcd96909 )
2025-03-24 07:03:37 +00:00
ruthra kumar
326c37a051
chore: resolve conflict
2025-03-24 12:29:52 +05:30
ljain112
2a70791bba
fix: correct invoice order in payment reconcillaiton
...
(cherry picked from commit 5c34a5aaed )
# Conflicts:
# erpnext/accounts/utils.py
2025-03-24 06:54:24 +00:00
ruthra kumar
e5fb77c65f
Merge pull request #46670 from frappe/mergify/bp/version-15-hotfix/pr-46440
...
fix: add base_outstanding and base_paid_amount in payment schedule table (backport #46440 )
2025-03-24 12:13:51 +05:30
ruthra kumar
4a7d401dc5
chore: resolve conflict
2025-03-24 11:53:14 +05:30
Sugesh393
c3221c4e93
fix: add patch to update base_outstanding and base_paid_amount
...
(cherry picked from commit 7e92e4967a )
2025-03-24 06:14:41 +00:00
Sugesh393
412e6be502
fix: add base_outstanding and base_paid_amount in payment schedule table
...
(cherry picked from commit 6c2f9a563e )
# Conflicts:
# erpnext/accounts/doctype/payment_schedule/payment_schedule.json
2025-03-24 06:14:41 +00:00
mergify[bot]
4df5f18d85
fix: correct accumulated depreciation calculation for disposed assets (backport #46660 ) ( #46661 )
...
fix: correct accumulated depreciation calculation for disposed assets (#46660 )
(cherry picked from commit eec2e7e833 )
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2025-03-23 18:53:49 +05:30
rohitwaghchaure
d58e527b6b
Merge pull request #46647 from frappe/mergify/bp/version-15-hotfix/pr-46641
...
perf: timeout while renaming cost center (backport #46641 )
2025-03-22 20:49:18 +05:30
Rohit Waghchaure
58eb1849d7
perf: timeout while renaming cost center
...
(cherry picked from commit 92be7cbbbf )
2025-03-21 12:38:51 +00:00
mergify[bot]
2ebea8866a
fix: unwired order_by argument in get_transaction_list (backport #46636 ) ( #46643 )
...
* fix: unwired order_by argument
* lol on how it was updated from modified in both the places (version 15), but wasn't fixed
(cherry picked from commit 2c1077d332 )
# Conflicts:
# erpnext/controllers/website_list_for_contact.py
* fix: merge conflicts
* fix: sort by creation only
---------
Co-authored-by: Hussain Nagaria <hussainbhaitech@gmail.com >
Co-authored-by: Md Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com >
2025-03-21 16:27:05 +05:30
Smit Vora
4e65b7873d
Merge pull request #46638 from frappe/mergify/bp/version-15-hotfix/pr-40556
...
fix(Payment Entry): get contact details from existing contact (backport #40556 )
2025-03-21 15:22:44 +05:30
Smit Vora
7dc23d9733
chore: resolve conflicts #39748
2025-03-21 14:09:21 +05:30
David Arnold
f964178008
fix(Payment Entry): get contact details from existing contact ( #40556 )
...
(cherry picked from commit 462204fc65 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2025-03-21 08:28:59 +00:00
Mihir Kandoi
2bfaf64fff
fix: date added to wrong patch
...
(cherry picked from commit dc45c3b39c )
# Conflicts:
# erpnext/patches.txt
2025-03-20 18:26:02 +00:00
ruthra kumar
6da00319e6
Merge pull request #46612 from frappe/mergify/bp/version-15-hotfix/pr-46173
...
feat(projects): add option to hide timesheets for project users (backport #46173 )
2025-03-19 16:50:42 +05:30
Frappe PR Bot
35ac96f1ec
chore(release): Bumped to Version 15.54.5
...
## [15.54.5](https://github.com/frappe/erpnext/compare/v15.54.4...v15.54.5 ) (2025-03-19)
### Bug Fixes
* add parenttype condition to payment schedule query in accounts receivable report (backport [#46370 ](https://github.com/frappe/erpnext/issues/46370 )) ([#46499 ](https://github.com/frappe/erpnext/issues/46499 )) ([32335da ](32335da839 ))
* add validation to rename_subcontracting_fields patch ([bc408d9 ](bc408d979a ))
* also consider CRM Deal as party type for ERPNext CRM Integration ([65a80cf ](65a80cffe7 ))
* dashboard link for QC from PR ([426222d ](426222d8e0 ))
* Debit and Credit not equal for Purchase Invoice ([46b6e62 ](46b6e621c2 ))
* debit in transaction currency ([8e19b46 ](8e19b46bd9 ))
* ensure qty conversion when creating production plan from SO ([8162fb3 ](8162fb3e5d ))
* exclude current doc when checking for duplicate ([b638aed ](b638aed758 ))
* fetch bom_no when updating items in sales order ([41d8b26 ](41d8b26dd2 ))
* fetch quality inspection parameter group ([cd0abba ](cd0abbae51 ))
* get bom_no from sales order item and material request item ([e241810 ](e2418101ab ))
* hide subcontracted qty field if PO is not subcontracted ([62feec5 ](62feec5cc3 ))
* incorrect production item and bom no in job card ([d071a6c ](d071a6c900 ))
* not able to make PR against stand alone Debit Note ([d62960e ](d62960e925 ))
* not able to select the item in the BOM ([59c653e ](59c653ef3f ))
* patch ([36ffc2e ](36ffc2ee67 ))
* performance issue for item list view ([34d6e4b ](34d6e4bdaa ))
* remove duplicate ([e5b2801 ](e5b2801830 ))
* repost future sle and gle after capitalization ([#46576 ](https://github.com/frappe/erpnext/issues/46576 )) ([2144f89 ](2144f89624 ))
* SABB validation for packed items ([2d6626e ](2d6626e906 ))
* set correct currency for offset account gl entries ([e6dd3f3 ](e6dd3f3e64 ))
* set landed cost based on purchase invoice rate ([56bc26a ](56bc26aecc ))
* set stock adjustment account in difference account ([6202e30 ](6202e302b1 ))
* take function call outside loop ([ec1a3a1 ](ec1a3a1e6b ))
* **Transaction Deletion Record:** sql syntax error while fetching lead address ([ea68cae ](ea68caec7d ))
* UOM conversion error when creating pick list from material transfer request ([2f3dcc2 ](2f3dcc2137 ))
* use base currency total ([3e2749d ](3e2749d6d5 ))
* use party explicitly ([5dd5784 ](5dd5784716 ))
* use shipping_address_name for address validation in sales invoice ([#46473 ](https://github.com/frappe/erpnext/issues/46473 )) ([38dabdf ](38dabdf584 ))
* using `in` for lookup in list instead of directly assigning ([#46492 ](https://github.com/frappe/erpnext/issues/46492 )) ([950656d ](950656d6f7 ))
* valuation for moving average with batches ([5f1bb1f ](5f1bb1f1ba ))
* wrong field mapping ([be3e083 ](be3e083e7d ))
### Performance Improvements
* faster count estimation (backport [#46550 ](https://github.com/frappe/erpnext/issues/46550 )) ([#46551 ](https://github.com/frappe/erpnext/issues/46551 )) ([01bab8f ](01bab8f22b ))
2025-03-19 11:18:07 +00:00
ruthra kumar
187ebaaecd
Merge pull request #46582 from frappe/version-15-hotfix
...
chore: release v15
2025-03-19 16:46:43 +05:30
rohitwaghchaure
a2cb9c1791
Merge pull request #46615 from frappe/mergify/bp/version-15-hotfix/pr-46608
...
fix: fetch bom_no when updating items in sales order (backport #46608 )
2025-03-19 16:31:38 +05:30
rohitwaghchaure
0d8842e387
Merge pull request #46614 from frappe/mergify/bp/version-15-hotfix/pr-46573
...
Fix set landed cost based on pi (backport #46573 )
2025-03-19 16:31:09 +05:30
rohitwaghchaure
38213b31da
chore: fix conflicts
2025-03-19 15:47:43 +05:30
Mihir Kandoi
e5b2801830
fix: remove duplicate
...
(cherry picked from commit 386df968c2 )
# Conflicts:
# erpnext/public/js/utils.js
2025-03-19 10:15:18 +00:00
Mihir Kandoi
41d8b26dd2
fix: fetch bom_no when updating items in sales order
...
(cherry picked from commit 508727a57a )
# Conflicts:
# erpnext/public/js/utils.js
2025-03-19 10:15:18 +00:00
rohitwaghchaure
5b802ae527
chore: fix conflicts
2025-03-19 15:35:26 +05:30
rohitwaghchaure
1b8e8e92ae
Merge pull request #46611 from frappe/mergify/bp/version-15-hotfix/pr-46595
...
fix: not able to make PR against stand alone Debit Note (backport #46595 )
2025-03-19 15:28:57 +05:30
Mihir Kandoi
ec1a3a1e6b
fix: take function call outside loop
...
(cherry picked from commit b3c400f998 )
2025-03-19 09:52:28 +00:00
Mihir Kandoi
36ffc2ee67
fix: patch
...
(cherry picked from commit 7e669c0728 )
2025-03-19 09:52:28 +00:00
Mihir Kandoi
56bc26aecc
fix: set landed cost based on purchase invoice rate
...
(cherry picked from commit 75ab5f2bd0 )
# Conflicts:
# erpnext/patches.txt
2025-03-19 09:52:27 +00:00
Marc Ramser
3834d6fbce
feat(projects): add option to hide timesheets for project users ( #46173 )
...
* feat: add option to hide timesheets for project users
* Added a new "Hide timesheets" checkbox field to Project User doctype that allows to control timesheet visibility for specific users. When enabled, the timesheets section will not be displayed on the project page for that user.
* Update projects.html
(cherry picked from commit f4aba561ce )
2025-03-19 08:05:42 +00:00
Rohit Waghchaure
d62960e925
fix: not able to make PR against stand alone Debit Note
...
(cherry picked from commit 6a52c30591 )
2025-03-19 08:05:33 +00:00
ruthra kumar
c6de50b2a5
Merge pull request #46606 from frappe/mergify/bp/version-15-hotfix/pr-46596
...
fix: debit in transaction currency (backport #46596 )
2025-03-19 12:11:09 +05:30
Rohit Waghchaure
8e19b46bd9
fix: debit in transaction currency
...
(cherry picked from commit e4acf20a62 )
2025-03-19 06:26:26 +00:00
rohitwaghchaure
f6a4855e7f
Merge pull request #46594 from frappe/mergify/bp/version-15-hotfix/pr-46593
...
test: test case for FIFO batch valuation (backport #46593 )
2025-03-18 21:23:03 +05:30
Rohit Waghchaure
95718acc9a
test: test case for FIFO batch valuation
...
(cherry picked from commit ad9ac1f058 )
2025-03-18 13:50:36 +00:00
rohitwaghchaure
2528acd803
Merge pull request #46592 from frappe/mergify/bp/version-15-hotfix/pr-46588
...
fix: SABB validation for packed items (backport #46588 )
2025-03-18 18:38:50 +05:30
Rohit Waghchaure
2d6626e906
fix: SABB validation for packed items
...
(cherry picked from commit 3756bf231b )
2025-03-18 12:03:18 +00:00
rohitwaghchaure
a07eb556cf
Merge pull request #46584 from frappe/mergify/bp/version-15-hotfix/pr-46575
...
fix: fetch quality inspection parameter group (backport #46575 )
2025-03-18 17:28:33 +05:30
rohitwaghchaure
48edc86845
Merge pull request #46587 from frappe/mergify/bp/version-15-hotfix/pr-46576
...
fix: repost future sle and gle after capitalization (backport #46576 )
2025-03-18 17:27:56 +05:30
rohitwaghchaure
7f5ce4f29d
Merge pull request #46585 from frappe/mergify/bp/version-15-hotfix/pr-46554
...
fix: add validation to rename_subcontracting_fields patch (backport #46554 )
2025-03-18 17:27:20 +05:30
rohitwaghchaure
cd7056842d
Merge pull request #46589 from frappe/mergify/bp/version-15-hotfix/pr-46579
...
fix: valuation for moving average with batches (backport #46579 )
2025-03-18 17:26:41 +05:30
Rohit Waghchaure
5f1bb1f1ba
fix: valuation for moving average with batches
...
(cherry picked from commit cdfbc73f4c )
2025-03-18 11:05:06 +00:00
rohitwaghchaure
79dacfdef8
Merge pull request #46560 from frappe/mergify/bp/version-15-hotfix/pr-46555
...
fix: performance issue for item list view (backport #46555 )
2025-03-18 16:34:00 +05:30
Khushi Rawat
2144f89624
fix: repost future sle and gle after capitalization ( #46576 )
...
(cherry picked from commit 29d77aa19f )
2025-03-18 10:31:47 +00:00
Mihir Kandoi
bc408d979a
fix: add validation to rename_subcontracting_fields patch
...
(cherry picked from commit 6c3117dc0d )
2025-03-18 10:30:41 +00:00
rohitwaghchaure
496f43e7e9
Merge pull request #46556 from frappe/st33974
...
fix: incorrect production item and bom no in job card
2025-03-18 15:58:26 +05:30
Mihir Kandoi
cd0abbae51
fix: fetch quality inspection parameter group
...
(cherry picked from commit 0a482c7ea8 )
2025-03-18 10:27:30 +00:00
Smit Vora
004ecc53e5
Merge pull request #46578 from frappe/mergify/bp/version-15-hotfix/pr-46515
...
fix: ensure qty conversion when creating production plan from SO (backport #46515 )
2025-03-18 15:00:34 +05:30
Smit Vora
8162fb3e5d
fix: ensure qty conversion when creating production plan from SO
...
(cherry picked from commit 75882cc81c )
2025-03-18 08:56:21 +00:00
rohitwaghchaure
e8047ab2ca
chore: fix conflicts
2025-03-18 12:01:11 +05:30
rohitwaghchaure
8dc371dac2
Merge pull request #46558 from frappe/mergify/bp/version-15-hotfix/pr-46553
...
fix: not able to select the item in the BOM (backport #46553 )
2025-03-18 11:59:56 +05:30
rohitwaghchaure
0351faa8c0
Merge pull request #46559 from frappe/mergify/bp/version-15-hotfix/pr-46552
...
fix: Debit and Credit not equal for Purchase Invoice (backport #46552 )
2025-03-18 11:59:38 +05:30
ruthra kumar
7e46845fea
Merge pull request #46572 from frappe/mergify/bp/version-15-hotfix/pr-46566
...
fix: set correct currency for offset account gl entries (backport #46566 )
2025-03-18 11:32:05 +05:30
ruthra kumar
e84333e5f2
Merge pull request #46571 from frappe/mergify/bp/version-15-hotfix/pr-46508
...
fix: use base currency total for UAE VAT 201 report (backport #46508 )
2025-03-18 11:24:29 +05:30
ruthra kumar
e6dd3f3e64
fix: set correct currency for offset account gl entries
...
(cherry picked from commit c32e11e69d )
2025-03-18 05:45:13 +00:00
ruthra kumar
ec43ca97cb
test: report ouput on foreign currency PI
...
(cherry picked from commit e80129627a )
2025-03-18 05:30:10 +00:00
ruthra kumar
3e2749d6d5
fix: use base currency total
...
(cherry picked from commit 46f4babcd0 )
2025-03-18 05:30:09 +00:00
mergify[bot]
01bab8f22b
perf: faster count estimation (backport #46550 ) ( #46551 )
...
perf: faster count estimation (#46550 )
These count queries themselves take quite a long time. `estimate_count`
uses info_schema stats to guess the time.
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
(cherry picked from commit e47a87839b )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-17 21:23:30 +05:30
Ejaaz Khan
972c96b682
Merge pull request #46565 from frappe/mergify/bp/version-15-hotfix/pr-46564
...
refactor: remove default print format from sales invoice (backport #46564 )
2025-03-17 20:52:46 +05:30
Ejaaz Khan
7cfd7e6539
refactor: remove default print format from sales invoice
...
(cherry picked from commit f10d1f2b1f )
2025-03-17 14:38:43 +00:00
ruthra kumar
bcd9fd090d
Merge pull request #46562 from frappe/mergify/bp/version-15-hotfix/pr-46557
...
fix(Transaction Deletion Record): sql syntax error while deleting lead address (backport #46557 )
2025-03-17 17:00:37 +05:30
venkat102
ea68caec7d
fix(Transaction Deletion Record): sql syntax error while fetching lead address
...
(cherry picked from commit af0d6eeae8 )
2025-03-17 11:09:38 +00:00
Rohit Waghchaure
34d6e4bdaa
fix: performance issue for item list view
...
(cherry picked from commit d758fde881 )
# Conflicts:
# erpnext/stock/doctype/item_default/item_default.json
2025-03-17 11:08:38 +00:00
rohitwaghchaure
c7b8514c24
Merge pull request #46549 from frappe/mergify/bp/version-15-hotfix/pr-46504
...
fix: dashboard link for QC from PR (backport #46504 )
2025-03-17 16:37:21 +05:30
Rohit Waghchaure
46b6e621c2
fix: Debit and Credit not equal for Purchase Invoice
...
(cherry picked from commit ecb31b7c9f )
2025-03-17 11:07:17 +00:00
Rohit Waghchaure
59c653ef3f
fix: not able to select the item in the BOM
...
(cherry picked from commit 96d0cd23f1 )
2025-03-17 11:07:16 +00:00
Mihir Kandoi
d071a6c900
fix: incorrect production item and bom no in job card
2025-03-17 16:06:54 +05:30
ruthra kumar
61e126901e
Merge pull request #46523 from frappe/revert-46475-mergify/bp/version-15-hotfix/pr-46417
...
Revert "fix: error when creating delivery note from pick list (backport #46417 )"
2025-03-17 15:15:10 +05:30
Rohit Waghchaure
426222d8e0
fix: dashboard link for QC from PR
...
(cherry picked from commit 551f89f14b )
2025-03-17 04:36:59 +00:00
Sagar Vora
ad24867699
Merge pull request #46534 from frappe/mergify/bp/version-15-hotfix/pr-46533
...
fix: exclude current doc when checking for duplicate (backport #46533 )
2025-03-15 00:37:55 +05:30
Sagar Vora
b638aed758
fix: exclude current doc when checking for duplicate
...
(cherry picked from commit d8ef5e4d58 )
2025-03-14 18:37:47 +00:00
Shariq Ansari
1a9873bc55
Merge pull request #46530 from frappe/mergify/bp/version-15-hotfix/pr-46529
...
fix: also consider CRM Deal as party type for ERPNext CRM Integration (backport #46529 )
2025-03-14 16:07:27 +05:30
Shariq Ansari
65a80cffe7
fix: also consider CRM Deal as party type for ERPNext CRM Integration
...
(cherry picked from commit 04edbf7efe )
2025-03-14 10:34:11 +00:00
Mihir Kandoi
18e29de0c8
Merge pull request #46527 from frappe/mergify/bp/version-15-hotfix/pr-46513
2025-03-14 13:27:30 +05:30
Mihir Kandoi
e2418101ab
fix: get bom_no from sales order item and material request item
...
(cherry picked from commit ac354505ef )
2025-03-14 07:36:47 +00:00
Mihir Kandoi
62c9181651
Merge pull request #46525 from frappe/mergify/bp/version-15-hotfix/pr-46514
...
fix: UOM conversion error when creating pick list from material trans… (backport #46514 )
2025-03-14 13:04:43 +05:30
Mihir Kandoi
d0008ac6df
Merge pull request #46524 from frappe/mergify/bp/version-15-hotfix/pr-46512
...
fix: hide subcontracted qty field if PO is not subcontracted (backport #46512 )
2025-03-14 13:04:10 +05:30
Mihir Kandoi
be3e083e7d
fix: wrong field mapping
...
(cherry picked from commit 8411e2e01f )
2025-03-14 07:13:46 +00:00
Mihir Kandoi
2f3dcc2137
fix: UOM conversion error when creating pick list from material transfer request
...
(cherry picked from commit 840ea070a9 )
2025-03-14 07:13:46 +00:00
Mihir Kandoi
62feec5cc3
fix: hide subcontracted qty field if PO is not subcontracted
...
(cherry picked from commit 6e8521d761 )
2025-03-14 07:12:44 +00:00
Nabin Hait
0852533751
Revert "fix: error when creating delivery note from pick list (backport #46417 )"
2025-03-14 12:33:37 +05:30
ruthra kumar
99f59c0410
Merge pull request #46521 from frappe/mergify/bp/version-15-hotfix/pr-46497
...
fix: use `party` explicitly instead of party_field (backport #46497 )
2025-03-14 11:08:05 +05:30
Sanket322
5dd5784716
fix: use party explicitly
...
(cherry picked from commit 5057e3fe30 )
2025-03-14 04:52:33 +00:00
ruthra kumar
5ad3e5b5c8
Merge pull request #46520 from frappe/mergify/bp/version-15-hotfix/pr-46488
...
refactor: replace get_list with get_all for dynamic link child access (backport #46488 )
2025-03-14 10:11:05 +05:30
Sugesh393
7fb26f802c
refactor: replace get_list with get_all for dynamic link child access
...
(cherry picked from commit 8f7f0b81f6 )
2025-03-14 04:22:25 +00:00
ruthra kumar
27d6659962
Merge pull request #46480 from frappe/mergify/bp/version-15-hotfix/pr-46473
...
fix: use shipping_address_name for address validation in sales invoice (backport #46473 )
2025-03-14 09:50:37 +05:30
ruthra kumar
3737b4a300
refactor(test): unset billing address
2025-03-14 09:29:43 +05:30
ruthra kumar
1065e483b2
Merge pull request #46510 from aerele/fix/item-stock-difference-account
...
fix: set stock adjustment account in difference account (backport #45606 )
2025-03-14 09:23:46 +05:30
Bhavan23
6202e302b1
fix: set stock adjustment account in difference account
2025-03-13 16:45:18 +05:30
mergify[bot]
2a788a4fb1
refactor: print receipt on order complete on pos (backport #46501 ) ( #46507 )
...
* refactor: print receipt on order complete on pos (#46501 )
(cherry picked from commit 0552209310 )
# Conflicts:
# erpnext/selling/page/point_of_sale/pos_past_order_summary.js
* chore: resolve conflict
---------
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-03-13 14:30:38 +05:30
mergify[bot]
32335da839
fix: add parenttype condition to payment schedule query in accounts receivable report (backport #46370 ) ( #46499 )
...
Fix: add parenttype condition to payment schedule query in accounts receivable report (#46370 )
fix: add parenttype condition to payment schedule query in accounts receivable report
(cherry picked from commit f311a0fc1c )
Co-authored-by: Shanuka Hewage <89955436+Shanuka-98@users.noreply.github.com >
2025-03-13 12:03:46 +05:30
ruthra kumar
c47cc0572b
Merge pull request #46493 from frappe/mergify/bp/version-15-hotfix/pr-46492
...
fix: using `in` for lookup in list instead of directly assigning (backport #46492 )
2025-03-13 08:41:22 +05:30
ruthra kumar
1ec971f805
Merge pull request #46496 from frappe/mergify/bp/version-15/pr-46423
...
Revert "fix: Show Credit Note amount in credit note column" (backport #46423 )
2025-03-13 08:20:53 +05:30
ruthra kumar
a6e92d7d16
Merge pull request #46495 from frappe/mergify/bp/version-15-hotfix/pr-46423
...
Revert "fix: Show Credit Note amount in credit note column" (backport #46423 )
2025-03-13 08:12:37 +05:30
ruthra kumar
4d7071299e
Revert "fix: Show Credit Note amount in credit note column"
...
(cherry picked from commit 5a9767ca67 )
2025-03-13 02:35:11 +00:00
ruthra kumar
0223651b5b
Revert "fix: Show Credit Note amount in credit note column"
...
(cherry picked from commit 5a9767ca67 )
2025-03-13 02:28:08 +00:00
Sanket Shah
950656d6f7
fix: using in for lookup in list instead of directly assigning ( #46492 )
...
fix: using in for lookup in list instead of assigning
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit 38955af802 )
2025-03-12 17:08:05 +00:00
Frappe PR Bot
08f47b626c
chore(release): Bumped to Version 15.54.4
...
## [15.54.4](https://github.com/frappe/erpnext/compare/v15.54.3...v15.54.4 ) (2025-03-12)
### Bug Fixes
* `base_net_rate` Required to Check Valid Range (backport [#46332 ](https://github.com/frappe/erpnext/issues/46332 )) ([#46382 ](https://github.com/frappe/erpnext/issues/46382 )) ([877d5bd ](877d5bd3aa ))
* **account:** update account number from parent company ([428aedc ](428aedc29c ))
* Allow rename prospect doctype ([#46352 ](https://github.com/frappe/erpnext/issues/46352 )) ([de46165 ](de46165768 ))
* auto email report creation ([#46343 ](https://github.com/frappe/erpnext/issues/46343 )) ([5cc251a ](5cc251a172 ))
* backport translations from develop ([#46428 ](https://github.com/frappe/erpnext/issues/46428 )) ([9c70376 ](9c703765a1 ))
* calculate due date based on payment term (backport [#46416 ](https://github.com/frappe/erpnext/issues/46416 )) ([#46479 ](https://github.com/frappe/erpnext/issues/46479 )) ([7f14744 ](7f147446df ))
* change fieldname for cash_flow to export (backport [#46353 ](https://github.com/frappe/erpnext/issues/46353 )) ([#46366 ](https://github.com/frappe/erpnext/issues/46366 )) ([23c4252 ](23c4252b9b ))
* check if set_landed_cost_based_on_purchase_invoice_rate is enabled before running patch ([7047fe2 ](7047fe2681 ))
* clear cashe on employee hierarchy change to reflect updated permissions ([4dfdb2b ](4dfdb2b0a1 ))
* consider account freeze date in recalculate_amount_difference_field patch ([8b67527 ](8b67527900 ))
* consider stock freeze date in recalculate_amount_difference_field patch ([8264d42 ](8264d42cd9 ))
* credit note creation during pos invoice consolidation (backport [#46277 ](https://github.com/frappe/erpnext/issues/46277 )) ([#46469 ](https://github.com/frappe/erpnext/issues/46469 )) ([a4b8b4c ](a4b8b4c771 ))
* do not recalculate qty for batch items during reposting ([bac36f3 ](bac36f342d ))
* doctype name ([1dcbdf3 ](1dcbdf3257 ))
* enable no copy for serial no field ([3f9df2f ](3f9df2fb2d ))
* error in production analytics report ([db6ae61 ](db6ae61935 ))
* error when creating delivery note from pick list ([#46417 ](https://github.com/frappe/erpnext/issues/46417 )) ([0b92101 ](0b921016ff ))
* filter batches that going to be zero ([ac97489 ](ac97489a32 ))
* incorrect category in list ([002685f ](002685fc89 ))
* make 'company_tax_id' and 'company_fiscal_code' as mandatory ([229f4d3 ](229f4d3d92 ))
* not able to save work order with alternative item ([9554a49 ](9554a49bbd ))
* **payment entry:** fetch default bank account based on company (backport [#46379 ](https://github.com/frappe/erpnext/issues/46379 )) ([#46471 ](https://github.com/frappe/erpnext/issues/46471 )) ([1371199 ](13711993fe ))
* pricing rule not ignored in Sales Order ([#46248 ](https://github.com/frappe/erpnext/issues/46248 )) ([8def42f ](8def42f751 ))
* rare precision issue preventing submission of subcontracting order ([6419d02](6419d020a1 ))
* recalculate_amount_difference_field patch ([f247f02 ](f247f02e49 ))
* remove no copy for serial no field of purchase receipt item ([baa564f ](baa564fc94 ))
* rename sla fields patch ([73f11cf ](73f11cf19e ))
* rename sla fields patch ([#46465 ](https://github.com/frappe/erpnext/issues/46465 )) ([5edbd88 ](5edbd8851a ))
* rename_sla_fields patch ([7bc7557 ](7bc7557018 ))
* run bank reconciliation as a background job to prevent request timeout ([739cd18 ](739cd18604 ))
* set correct account currency for deferred expence account in PI ([f96848a ](f96848a3b9 ))
* show remaining qty on 'Complete Job' button instead of full qty ([79e6550 ](79e6550321 ))
* sla fields patch ([0d044bc ](0d044bc5bb ))
* stock balance in and out value ([c2001e9 ](c2001e9c67 ))
* **test:** incorrect transaction exchange rate in test case ([b76c968 ](b76c96820e ))
* typo in sales_invoice_print ([b610621 ](b6106212c1 ))
* uom reverts to default upon selecting do not explode ([#45693 ](https://github.com/frappe/erpnext/issues/45693 )) ([6b1d209 ](6b1d20970e ))
* validate accounting dimension company in Journal Entry & Stock Entry (backport [#46204 ](https://github.com/frappe/erpnext/issues/46204 )) ([#46369 ](https://github.com/frappe/erpnext/issues/46369 )) ([c816f9b ](c816f9bd0a ))
* validate last_gl_update exists before comparing (backport [#46464 ](https://github.com/frappe/erpnext/issues/46464 )) ([#46468 ](https://github.com/frappe/erpnext/issues/46468 )) ([3cef94e ](3cef94e2ed ))
* validations and account type filter for `Tax Withholding Category` ([#46207 ](https://github.com/frappe/erpnext/issues/46207 )) ([cc30a01 ](cc30a01898 ))
2025-03-12 14:37:29 +00:00
ruthra kumar
0283f7526c
Merge pull request #46444 from frappe/version-15-hotfix
...
chore: release v15
2025-03-12 20:05:56 +05:30
ruthra kumar
3ad451dd6e
Merge branch 'version-15' into version-15-hotfix
2025-03-12 19:48:08 +05:30
rohitwaghchaure
9e409bde2e
Merge pull request #46486 from frappe/st33357
...
fix: enable no copy for serial no field
2025-03-12 19:39:32 +05:30
ruthra kumar
8459166323
Merge pull request #46482 from frappe/mergify/bp/version-15-hotfix/pr-46207
...
fix: validations and account type filter for `Tax Withholding Category` (backport #46207 )
2025-03-12 17:46:04 +05:30
ruthra kumar
e1328de712
Merge pull request #46487 from frappe/mergify/bp/version-15-hotfix/pr-46251
...
fix(bank-reconciliation): run bank reconciliation as a background job (backport #46251 )
2025-03-12 17:45:45 +05:30
mergify[bot]
d3a2350b3e
fix(invoice):validate return invoice qty (backport #46451 ) ( #46481 )
...
fix(invoice):validate return invoice qty (#46451 )
* fix(invoice): validate return quantity when update stock is unchecked
* test: add unit test for validating fully returned invoice quantity
(cherry picked from commit ba96c86576 )
Co-authored-by: Bhavansathru <122002510+Bhavan23@users.noreply.github.com >
2025-03-12 17:23:26 +05:30
Bhavan23
739cd18604
fix: run bank reconciliation as a background job to prevent request timeout
...
(cherry picked from commit a29c6a5aea )
2025-03-12 11:52:26 +00:00
ruthra kumar
e61cc9b12e
Merge pull request #46483 from frappe/mergify/bp/version-15-hotfix/pr-46248
...
fix: pricing rule not ignored in Sales Order (backport #46248 )
2025-03-12 17:13:13 +05:30
Mihir Kandoi
baa564fc94
fix: remove no copy for serial no field of purchase receipt item
2025-03-12 17:11:14 +05:30
rohitwaghchaure
a55ec56fbf
Merge pull request #46484 from frappe/45440
...
fix: show remaining qty on 'Complete Job' button instead of full qty
2025-03-12 16:44:57 +05:30
Mihir Kandoi
3f9df2fb2d
fix: enable no copy for serial no field
2025-03-12 16:35:50 +05:30
mergify[bot]
7f147446df
fix: calculate due date based on payment term (backport #46416 ) ( #46479 )
...
fix: calculate due date based on payment term (#46416 )
(cherry picked from commit 9e808c832f )
Co-authored-by: Sudharsanan Ashok <135326972+Sudharsanan11@users.noreply.github.com >
2025-03-12 16:30:14 +05:30
Sugesh G
8def42f751
fix: pricing rule not ignored in Sales Order ( #46248 )
...
* fix: pricing rule not ignored in Sales Order
* test: update parameter do_not_submit to do_not_save
(cherry picked from commit f8c659d8d5 )
2025-03-12 10:58:47 +00:00
Mihir Kandoi
79e6550321
fix: show remaining qty on 'Complete Job' button instead of full qty
2025-03-12 16:27:33 +05:30
Priyansh Shah
cc30a01898
fix: validations and account type filter for Tax Withholding Category ( #46207 )
...
fix: validations and account type filter for tax withholding category
(cherry picked from commit d371236684 )
2025-03-12 10:52:32 +00:00
Sugesh G
38dabdf584
fix: use shipping_address_name for address validation in sales invoice ( #46473 )
...
* fix: validate address and contact related to party
* fix: solve unboundlocal error
* refactor: improve variable scope
* refactor: translatable strings
* fix: use shipping_address_name for address validation in sales invoice
* test: add new unit test for address and contact validation
* chore: to avoid keyerror
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit 0bdb81db53 )
2025-03-12 10:44:37 +00:00
Ninad Parikh
877d5bd3aa
fix: base_net_rate Required to Check Valid Range (backport #46332 ) ( #46382 )
...
fix: `base_net_rate` required to check valid range
2025-03-12 16:12:44 +05:30
Mihir Kandoi
0b53bd3e9a
Merge pull request #46475 from frappe/mergify/bp/version-15-hotfix/pr-46417
...
fix: error when creating delivery note from pick list (backport #46417 )
2025-03-12 16:09:50 +05:30
Mihir Kandoi
3606fe8fba
Merge pull request #46467 from frappe/mergify/bp/version-15-hotfix/pr-46465
...
fix: rename sla fields patch (backport #46465 )
2025-03-12 16:09:37 +05:30
Mihir Kandoi
0b921016ff
fix: error when creating delivery note from pick list ( #46417 )
...
(cherry picked from commit 67e9389a02 )
2025-03-12 10:00:53 +00:00
rohitwaghchaure
4d49608a68
Merge pull request #46474 from frappe/mergify/bp/version-15-hotfix/pr-46470
...
fix: do not recalculate qty for batch items during reposting (backport #46470 )
2025-03-12 12:39:06 +05:30
Rohit Waghchaure
bac36f342d
fix: do not recalculate qty for batch items during reposting
...
(cherry picked from commit 0753c018d2 )
2025-03-12 06:48:00 +00:00
mergify[bot]
a4b8b4c771
fix: credit note creation during pos invoice consolidation (backport #46277 ) ( #46469 )
...
* fix: credit note creation during pos invoice consolidation (#46277 )
* fix: credit note creation during pos invoice consolidation
* fix: added check to skip merging empty list of return pos invoices
* fix: sql query
* fix: using return invoice name instead of return invoice object
* fix: added pos invoice field in sales invoice item
(cherry picked from commit 8ba4ac3b86 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
* chore: resolve conflict
---------
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-03-12 11:41:41 +05:30
mergify[bot]
3cef94e2ed
fix: validate last_gl_update exists before comparing (backport #46464 ) ( #46468 )
...
fix: validate last_gl_update exists before comparing (#46464 )
(cherry picked from commit 0a5ca0c35f )
Co-authored-by: Dany Robert <rtdany10@gmail.com >
2025-03-12 11:05:24 +05:30
mergify[bot]
13711993fe
fix(payment entry): fetch default bank account based on company (backport #46379 ) ( #46471 )
...
fix(payment entry): fetch default bank account based on company (#46379 )
(cherry picked from commit b72f6f5a3d )
Co-authored-by: Venkatesh <47534423+venkat102@users.noreply.github.com >
2025-03-12 11:05:08 +05:30
Nabin Hait
24678b0e24
chore: conflicts
2025-03-12 10:38:26 +05:30
Mihir Kandoi
5edbd8851a
fix: rename sla fields patch ( #46465 )
...
* fix: rename sla fields patch
* fix: rerun patch
(cherry picked from commit 8bce42e633 )
# Conflicts:
# erpnext/patches.txt
2025-03-12 05:04:52 +00:00
rohitwaghchaure
6582e4c5f9
Merge pull request #46462 from frappe/mergify/bp/version-15-hotfix/pr-46455
...
fix: error in production analytics report (backport #46455 )
2025-03-12 09:50:35 +05:30
rohitwaghchaure
fd1c1ba35e
Merge pull request #46461 from frappe/mergify/bp/version-15-hotfix/pr-46460
...
fix: rename sla fields patch (backport #46460 )
2025-03-12 09:49:46 +05:30
Mihir Kandoi
db6ae61935
fix: error in production analytics report
...
(cherry picked from commit 03e66468f6 )
2025-03-11 19:00:35 +00:00
Mihir Kandoi
73f11cf19e
fix: rename sla fields patch
...
(cherry picked from commit b6c18849c5 )
2025-03-11 18:57:17 +00:00
rohitwaghchaure
8f7dc827ea
Merge pull request #46459 from frappe/mergify/bp/version-15-hotfix/pr-46452
...
fix: sla fields patch (backport #46452 )
2025-03-12 00:01:35 +05:30
Mihir Kandoi
0d044bc5bb
fix: sla fields patch
...
(cherry picked from commit d653899372 )
2025-03-11 18:08:24 +00:00
rohitwaghchaure
14ee2d239a
Merge pull request #46441 from frappe/mergify/bp/version-15-hotfix/pr-46436
...
fix: filter batches that going to be zero (backport #46436 )
2025-03-11 23:38:21 +05:30
Raffael Meyer
fc8eeaf4f6
Merge pull request #46457 from frappe/mergify/bp/version-15-hotfix/pr-46453
...
ci: ignore PRs labeled with "skip-release-notes" when generating release notes (backport #46453 )
2025-03-11 17:51:58 +01:00
barredterra
aad8c88532
ci: ignore PRs labeled with "skip-release-notes" when generating release notes
...
(cherry picked from commit 57007bf937 )
2025-03-11 16:35:20 +00:00
ruthra kumar
e783536ba0
Merge pull request #46450 from frappe/mergify/bp/version-15-hotfix/pr-46398
...
chore: rename print and stationery account (backport #46398 )
2025-03-11 18:12:19 +05:30
chethank1407
ee3feba386
chore: rename print and stationery account
...
(cherry picked from commit 615997b774 )
2025-03-11 12:03:42 +00:00
ruthra kumar
cb9be11448
Merge pull request #46447 from frappe/mergify/bp/version-15-hotfix/pr-46344
...
fix: make 'company_tax_id' and 'company_fiscal_code' as mandatory (backport #46344 )
2025-03-11 17:31:19 +05:30
ruthra kumar
31dc6021e2
chore: translatable strings
...
(cherry picked from commit 121798ba85 )
2025-03-11 11:42:30 +00:00
Bhavan23
229f4d3d92
fix: make 'company_tax_id' and 'company_fiscal_code' as mandatory
...
(cherry picked from commit abd044eb0d )
2025-03-11 11:42:19 +00:00
ruthra kumar
c25862a85f
Merge pull request #46446 from frappe/mergify/bp/version-15-hotfix/pr-45818
...
fix: set correct account currency for deferred expense account (backport #45818 )
2025-03-11 16:50:55 +05:30
vishakhdesai
f96848a3b9
fix: set correct account currency for deferred expence account in PI
...
(cherry picked from commit 398083853c )
2025-03-11 11:06:14 +00:00
Rohit Waghchaure
ac97489a32
fix: filter batches that going to be zero
...
(cherry picked from commit aba512c1c6 )
2025-03-11 08:02:49 +00:00
ruthra kumar
02ff406b7c
Merge pull request #46439 from frappe/mergify/bp/version-15-hotfix/pr-46372
...
fix(account): update account number from parent company (backport #46372 )
2025-03-11 11:19:33 +05:30
venkat102
428aedc29c
fix(account): update account number from parent company
...
(cherry picked from commit 4a4894bc01 )
2025-03-11 05:32:15 +00:00
ruthra kumar
6af24dca6e
Merge pull request #46432 from frappe/mergify/bp/version-15-hotfix/pr-46427
...
fix: not able to save work order with alternative item (backport #46414 ) (backport #46427 )
2025-03-11 11:02:04 +05:30
ruthra kumar
8980eb9b9d
Merge pull request #46437 from frappe/mergify/bp/version-15-hotfix/pr-46426
...
fix: clear cashe on employee hierarchy change (backport #46426 )
2025-03-11 10:58:50 +05:30
Asmita Hase
4dfdb2b0a1
fix: clear cashe on employee hierarchy change to reflect updated permissions
...
(cherry picked from commit 6789578b27 )
2025-03-11 05:13:04 +00:00
Rohit Waghchaure
9554a49bbd
fix: not able to save work order with alternative item
...
(cherry picked from commit 6ca1f9bc73 )
(cherry picked from commit ac7fc608aa )
2025-03-10 17:44:57 +00:00
rohitwaghchaure
5b69445294
Merge pull request #46420 from frappe/mergify/bp/version-15-hotfix/pr-46418
...
fix: stock balance in and out value (backport #46418 )
2025-03-10 23:13:37 +05:30
Raffael Meyer
9c703765a1
fix: backport translations from develop ( #46428 )
2025-03-10 14:32:19 +01:00
rohitwaghchaure
043539fcdb
chore: fix conflicts
2025-03-10 17:37:29 +05:30
ruthra kumar
54a76d8932
Merge pull request #46425 from frappe/mergify/bp/version-15-hotfix/pr-46407
...
fix: typo in sales_invoice_print (backport #46407 )
2025-03-10 16:55:28 +05:30
mahsem
b6106212c1
fix: typo in sales_invoice_print
...
(cherry picked from commit f7bcae83e4 )
2025-03-10 11:18:23 +00:00
Rohit Waghchaure
c2001e9c67
fix: stock balance in and out value
...
(cherry picked from commit e917bd5334 )
# Conflicts:
# erpnext/stock/report/stock_balance/stock_balance.py
2025-03-10 10:06:09 +00:00
Frappe PR Bot
47429095a2
chore(release): Bumped to Version 15.54.3
...
## [15.54.3](https://github.com/frappe/erpnext/compare/v15.54.2...v15.54.3 ) (2025-03-09)
### Bug Fixes
* consider account freeze date in recalculate_amount_difference_field patch ([34f03d6 ](34f03d608a ))
* consider stock freeze date in recalculate_amount_difference_field patch ([a18721d ](a18721d21c ))
2025-03-09 11:04:11 +00:00
rohitwaghchaure
2f3f87fe7e
Merge pull request #46403 from frappe/mergify/bp/version-15/pr-46402
...
fix: consider account freeze date in recalculate_amount_difference_fi… (backport #46395 ) (backport #46402 )
2025-03-09 16:32:52 +05:30
Mihir Kandoi
2b4dfca3ff
chore: resolve conflicts
...
(cherry picked from commit 985fb5dfdc )
2025-03-08 17:16:43 +00:00
Mihir Kandoi
a18721d21c
fix: consider stock freeze date in recalculate_amount_difference_field patch
...
(cherry picked from commit cd72532789 )
(cherry picked from commit 8264d42cd9 )
2025-03-08 17:16:43 +00:00
Mihir Kandoi
34f03d608a
fix: consider account freeze date in recalculate_amount_difference_field patch
...
(cherry picked from commit 696f931678 )
# Conflicts:
# erpnext/patches/v15_0/recalculate_amount_difference_field.py
(cherry picked from commit 8b67527900 )
2025-03-08 17:16:43 +00:00
rohitwaghchaure
b786cd30e6
Merge pull request #46402 from frappe/mergify/bp/version-15-hotfix/pr-46395
...
fix: consider account freeze date in recalculate_amount_difference_fi… (backport #46395 )
2025-03-08 22:45:06 +05:30
Mihir Kandoi
985fb5dfdc
chore: resolve conflicts
2025-03-08 22:22:12 +05:30
Mihir Kandoi
8264d42cd9
fix: consider stock freeze date in recalculate_amount_difference_field patch
...
(cherry picked from commit cd72532789 )
2025-03-08 16:28:33 +00:00
Mihir Kandoi
8b67527900
fix: consider account freeze date in recalculate_amount_difference_field patch
...
(cherry picked from commit 696f931678 )
# Conflicts:
# erpnext/patches/v15_0/recalculate_amount_difference_field.py
2025-03-08 16:28:32 +00:00
Frappe PR Bot
2ce8299bc8
chore(release): Bumped to Version 15.54.2
...
## [15.54.2](https://github.com/frappe/erpnext/compare/v15.54.1...v15.54.2 ) (2025-03-08)
### Bug Fixes
* incorrect category in list ([3bdd4ce ](3bdd4ce116 ))
* **test:** incorrect transaction exchange rate in test case ([3015628 ](3015628519 ))
2025-03-08 07:42:44 +00:00
ruthra kumar
84b03485d6
Merge pull request #46397 from frappe/mergify/bp/version-15/pr-46064
...
fix: Debit and Credit mismatch on transaction currency debit and credit values (backport #46064 )
2025-03-08 13:11:25 +05:30
ruthra kumar
d0b14f1907
chore: resolve conflict
2025-03-08 12:28:49 +05:30
ruthra kumar
cd1803a74d
refactor: internal transfer gl
...
(cherry picked from commit f1d8feec15 )
2025-03-08 06:56:37 +00:00
ruthra kumar
a1cf27ec17
test: assert total debit and credit for trx currency
...
(cherry picked from commit 55d0636123 )
2025-03-08 06:56:37 +00:00
ruthra kumar
61880a311a
refactor: handle rounding diff for trx currency dr and cr
...
(cherry picked from commit 455a55b2ce )
2025-03-08 06:56:37 +00:00
ruthra kumar
2d290b153d
refactor: trx currency dr and cr for tax rows and item rows
...
(cherry picked from commit 4cd3f3531c )
2025-03-08 06:56:36 +00:00
ruthra kumar
cacb720556
refactor: convert tax amount using exchange rate
...
(cherry picked from commit 7528ef147a )
2025-03-08 06:56:36 +00:00
ruthra kumar
3bdd4ce116
fix: incorrect category in list
...
(cherry picked from commit 6545467aec )
2025-03-08 06:56:36 +00:00
ruthra kumar
c479998cd6
chore: typo
...
(cherry picked from commit bc792c61e9 )
2025-03-08 06:56:36 +00:00
ruthra kumar
501e388186
refactor: isolate to specific doctypes
...
(cherry picked from commit b348aa3b37 )
2025-03-08 06:56:35 +00:00
ruthra kumar
af45ec0d6d
refactor(test): save first to let the tax table populate
...
(cherry picked from commit 23d465805b )
2025-03-08 06:56:35 +00:00
ruthra kumar
3015628519
fix(test): incorrect transaction exchange rate in test case
...
(cherry picked from commit a31770d122 )
2025-03-08 06:56:35 +00:00
ruthra kumar
8b6eea6349
refactor: set transaction currency and rate before gl map
...
(cherry picked from commit ceca5b4c72 )
2025-03-08 06:56:34 +00:00
ruthra kumar
81c29e8f8c
refactor: handle payment entry
...
(cherry picked from commit 5c86e3ce85 )
2025-03-08 06:56:34 +00:00
ruthra kumar
04758d3de3
refactor: handle Journal entries
...
(cherry picked from commit 9f3847c0f8 )
2025-03-08 06:56:34 +00:00
ruthra kumar
615b0c40a3
refactor: move utility method to controller
...
(cherry picked from commit d1d06885dc )
2025-03-08 06:56:34 +00:00
ruthra kumar
231abab321
refactor: set transaction currency dr/cr in sales invoice
...
(cherry picked from commit 3e292ef2cb )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2025-03-08 06:56:33 +00:00
ruthra kumar
fff3b1e84e
refactor: handle stocked items
...
(cherry picked from commit ee93ed8c97 )
2025-03-08 06:56:33 +00:00
ruthra kumar
5299a1032b
refactor: handle stocked items
...
(cherry picked from commit 7ff3977394 )
2025-03-08 06:56:33 +00:00
ruthra kumar
1e5fbc0a48
refactor: set tr currency dr & cr directly on parent document
...
(cherry picked from commit e9af567033 )
2025-03-08 06:56:32 +00:00
ruthra kumar
5c47c35a0f
refactor: use highest precision for storing exc rate
...
(cherry picked from commit b115bf2e2a )
2025-03-08 06:56:32 +00:00
ruthra kumar
2bf910a786
Merge pull request #46396 from frappe/mergify/bp/version-15-hotfix/pr-46064
...
fix: Debit and Credit mismatch on transaction currency debit and credit values (backport #46064 )
2025-03-08 12:25:57 +05:30
ruthra kumar
0b8673777a
chore: resolve conflict
2025-03-08 12:11:54 +05:30
ruthra kumar
8f4c1e7169
refactor: internal transfer gl
...
(cherry picked from commit f1d8feec15 )
2025-03-08 06:36:37 +00:00
ruthra kumar
f303245fae
test: assert total debit and credit for trx currency
...
(cherry picked from commit 55d0636123 )
2025-03-08 06:36:37 +00:00
ruthra kumar
cd21e5c652
refactor: handle rounding diff for trx currency dr and cr
...
(cherry picked from commit 455a55b2ce )
2025-03-08 06:36:37 +00:00
ruthra kumar
57e0f73595
refactor: trx currency dr and cr for tax rows and item rows
...
(cherry picked from commit 4cd3f3531c )
2025-03-08 06:36:37 +00:00
ruthra kumar
2c73e31742
refactor: convert tax amount using exchange rate
...
(cherry picked from commit 7528ef147a )
2025-03-08 06:36:36 +00:00
ruthra kumar
002685fc89
fix: incorrect category in list
...
(cherry picked from commit 6545467aec )
2025-03-08 06:36:36 +00:00
ruthra kumar
38a3a43ba5
chore: typo
...
(cherry picked from commit bc792c61e9 )
2025-03-08 06:36:36 +00:00
ruthra kumar
07f938cc10
refactor: isolate to specific doctypes
...
(cherry picked from commit b348aa3b37 )
2025-03-08 06:36:35 +00:00
ruthra kumar
5c013172f9
refactor(test): save first to let the tax table populate
...
(cherry picked from commit 23d465805b )
2025-03-08 06:36:35 +00:00
ruthra kumar
b76c96820e
fix(test): incorrect transaction exchange rate in test case
...
(cherry picked from commit a31770d122 )
2025-03-08 06:36:35 +00:00
ruthra kumar
1d56931050
refactor: set transaction currency and rate before gl map
...
(cherry picked from commit ceca5b4c72 )
2025-03-08 06:36:34 +00:00
ruthra kumar
66dc79ceb5
refactor: handle payment entry
...
(cherry picked from commit 5c86e3ce85 )
2025-03-08 06:36:34 +00:00
ruthra kumar
00cbc89b5f
refactor: handle Journal entries
...
(cherry picked from commit 9f3847c0f8 )
2025-03-08 06:36:33 +00:00
ruthra kumar
d7baa451e3
refactor: move utility method to controller
...
(cherry picked from commit d1d06885dc )
2025-03-08 06:36:33 +00:00
ruthra kumar
e0b5386bf0
refactor: set transaction currency dr/cr in sales invoice
...
(cherry picked from commit 3e292ef2cb )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2025-03-08 06:36:33 +00:00
ruthra kumar
133dca1824
refactor: handle stocked items
...
(cherry picked from commit ee93ed8c97 )
2025-03-08 06:36:32 +00:00
ruthra kumar
eb0df50f1b
refactor: handle stocked items
...
(cherry picked from commit 7ff3977394 )
2025-03-08 06:36:32 +00:00
ruthra kumar
5761cfb3d5
refactor: set tr currency dr & cr directly on parent document
...
(cherry picked from commit e9af567033 )
2025-03-08 06:36:32 +00:00
ruthra kumar
568b582b6a
refactor: use highest precision for storing exc rate
...
(cherry picked from commit b115bf2e2a )
2025-03-08 06:36:31 +00:00
Shariq Ansari
d115c1c156
Merge pull request #46365 from frappe/mergify/bp/version-15-hotfix/pr-46352
...
fix: Allow rename prospect doctype (backport #46352 )
2025-03-07 17:12:22 +05:30
Nabin Hait
4e688778dc
chore: linter issue
2025-03-07 10:28:52 +05:30
Mihir Kandoi
b5890c1d55
Merge pull request #46376 from frappe/mergify/bp/version-15-hotfix/pr-46374
2025-03-06 23:00:13 +05:30
Mihir Kandoi
6419d020a1
fix: rare precision issue preventing submission of subcontracting order
...
(cherry picked from commit 33b71544db )
2025-03-06 16:46:04 +00:00
Nabin Hait
60364f6dc9
chore: conflicts
2025-03-06 18:14:09 +05:30
mergify[bot]
23c4252b9b
fix: change fieldname for cash_flow to export (backport #46353 ) ( #46366 )
...
fix: change fieldname for cash_flow to export (#46353 )
fix: change fieldname for cash_flow
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit 606dcb0ad1 )
Co-authored-by: Sanket Shah <113279972+Sanket322@users.noreply.github.com >
2025-03-06 18:12:31 +05:30
mergify[bot]
c816f9bd0a
fix: validate accounting dimension company in Journal Entry & Stock Entry (backport #46204 ) ( #46369 )
...
fix: validate accounting dimension company in Journal Entry & Stock Entry (#46204 )
* fix: validate accounting dimension company in journal entry and stock entry
* test: update test cases to validate company-based accounting dimension
* fix(test): ensure 'Pick List' company matches 'Delivery Note' to prevent test failures
* chore: remove redundant lines of code
(cherry picked from commit 7b6ebad9e6 )
Co-authored-by: Bhavansathru <122002510+Bhavan23@users.noreply.github.com >
2025-03-06 18:12:06 +05:30
Shariq Ansari
de46165768
fix: Allow rename prospect doctype ( #46352 )
...
fix: allow rename prospect doctype
(cherry picked from commit 884709deb8 )
# Conflicts:
# erpnext/crm/doctype/prospect/prospect.json
2025-03-06 11:50:08 +00:00
Justine Jay
5cc251a172
fix: auto email report creation ( #46343 )
...
* fix(financial_statements): mandatory based on filter_based_on value
* fix(financial_statements.js): include options for multiselect
2025-03-06 17:18:26 +05:30
Frappe PR Bot
7c8b34fd8f
chore(release): Bumped to Version 15.54.1
...
## [15.54.1](https://github.com/frappe/erpnext/compare/v15.54.0...v15.54.1 ) (2025-03-06)
### Bug Fixes
* check if set_landed_cost_based_on_purchase_invoice_rate is enabled before running patch ([12bf31d ](12bf31df87 ))
* recalculate_amount_difference_field patch ([041335f ](041335f318 ))
* rename_sla_fields patch ([bb553c2 ](bb553c27ab ))
2025-03-06 11:05:55 +00:00
rohitwaghchaure
83320c97fa
Merge pull request #46360 from frappe/mergify/bp/version-15/pr-46357
...
fix: rename_sla_fields patch (backport #46355 ) (backport #46357 )
2025-03-06 16:34:33 +05:30
rohitwaghchaure
b004865240
Merge pull request #46362 from frappe/mergify/bp/version-15/pr-46358
...
fix: recalculate_amount_difference_field patch (backport #46354 ) (backport #46358 )
2025-03-06 16:34:20 +05:30
Mihir Kandoi
525780645a
chore: resolve conflicts
...
(cherry picked from commit 8e65b0ec0c )
2025-03-06 10:42:01 +00:00
Mihir Kandoi
12bf31df87
fix: check if set_landed_cost_based_on_purchase_invoice_rate is enabled before running patch
...
(cherry picked from commit 95d1976931 )
# Conflicts:
# erpnext/patches/v15_0/recalculate_amount_difference_field.py
(cherry picked from commit 7047fe2681 )
2025-03-06 10:42:01 +00:00
Mihir Kandoi
041335f318
fix: recalculate_amount_difference_field patch
...
(cherry picked from commit 0492b941ff )
# Conflicts:
# erpnext/patches/v15_0/recalculate_amount_difference_field.py
(cherry picked from commit f247f02e49 )
2025-03-06 10:42:00 +00:00
rohitwaghchaure
9c9c8c9356
Merge pull request #46358 from frappe/mergify/bp/version-15-hotfix/pr-46354
...
fix: recalculate_amount_difference_field patch (backport #46354 )
2025-03-06 14:53:08 +05:30
Mihir Kandoi
8e65b0ec0c
chore: resolve conflicts
2025-03-06 14:13:55 +05:30
Mihir Kandoi
bb553c27ab
fix: rename_sla_fields patch
...
(cherry picked from commit e8d4a487c6 )
(cherry picked from commit 7bc7557018 )
2025-03-06 08:20:30 +00:00
rohitwaghchaure
7080e1422d
Merge pull request #46357 from frappe/mergify/bp/version-15-hotfix/pr-46355
...
fix: rename_sla_fields patch (backport #46355 )
2025-03-06 13:48:54 +05:30
Mihir Kandoi
7047fe2681
fix: check if set_landed_cost_based_on_purchase_invoice_rate is enabled before running patch
...
(cherry picked from commit 95d1976931 )
# Conflicts:
# erpnext/patches/v15_0/recalculate_amount_difference_field.py
2025-03-06 07:58:38 +00:00
Mihir Kandoi
f247f02e49
fix: recalculate_amount_difference_field patch
...
(cherry picked from commit 0492b941ff )
# Conflicts:
# erpnext/patches/v15_0/recalculate_amount_difference_field.py
2025-03-06 07:58:37 +00:00
Mihir Kandoi
7bc7557018
fix: rename_sla_fields patch
...
(cherry picked from commit e8d4a487c6 )
2025-03-06 07:49:12 +00:00
rohitwaghchaure
e72264f448
Merge pull request #46346 from frappe/mergify/bp/version-15-hotfix/pr-46339
...
fix: doctype name (backport #46339 )
2025-03-05 21:44:40 +05:30
Rohit Waghchaure
1dcbdf3257
fix: doctype name
...
(cherry picked from commit d039310d80 )
2025-03-05 15:48:13 +00:00
Mihir Kandoi
5d6730a059
Merge pull request #46345 from frappe/mergify/bp/version-15-hotfix/pr-45693
...
fix: uom reverts to default upon selecting do not explode (backport #45693 )
2025-03-05 21:09:04 +05:30
Mihir Kandoi
6b1d20970e
fix: uom reverts to default upon selecting do not explode ( #45693 )
...
* fix: uom reverts to default upon selecting do not explode
* fix: logical error failing tests
(cherry picked from commit 58ed697ba5 )
2025-03-05 15:21:58 +00:00
Frappe PR Bot
528107e224
chore(release): Bumped to Version 15.54.0
...
# [15.54.0](https://github.com/frappe/erpnext/compare/v15.53.4...v15.54.0 ) (2025-03-05)
### Bug Fixes
* Accounting Period validation throwing for different companies ([6df9cf3 ](6df9cf327d ))
* Add company filter at get_invoice method (backport [#46238 ](https://github.com/frappe/erpnext/issues/46238 )) ([#46299 ](https://github.com/frappe/erpnext/issues/46299 )) ([4f80ddd ](4f80ddd834 ))
* Add permission check in POS's `Toggle Recent Orders` (backport [#46010 ](https://github.com/frappe/erpnext/issues/46010 )) ([#46274 ](https://github.com/frappe/erpnext/issues/46274 )) ([7759775 ](7759775ee6 ))
* adding cost center on pos invoice items while applying product discount (backport [#46082 ](https://github.com/frappe/erpnext/issues/46082 )) ([#46322 ](https://github.com/frappe/erpnext/issues/46322 )) ([9a433a6 ](9a433a6750 ))
* **asset depreciation schedules:** enable auto commit ([899e468 ](899e468f6a ))
* auto allocation for negative amount outstanding for Customers in Payment Entry ([78a329e ](78a329e573 ))
* Batch Price gets updated only if it is a billed item ([dbd47df ](dbd47dff98 ))
* Batch Price gets updated only if it is a billed item ([8ed512f ](8ed512f6c6 ))
* change voucher_type and voucher_no field type to data ([3a03865 ](3a03865a8f ))
* Close and Reopen buttons dissapear after saving changes ([#46048 ](https://github.com/frappe/erpnext/issues/46048 )) ([506dd3c ](506dd3c6b9 ))
* consider journal entry and return invoice in paid_amount calculation (backport [#46129 ](https://github.com/frappe/erpnext/issues/46129 )) ([#46319 ](https://github.com/frappe/erpnext/issues/46319 )) ([836fd8f ](836fd8fbc4 ))
* consolidate gl entries by project in General Ledger Report (backport [#46314 ](https://github.com/frappe/erpnext/issues/46314 )) ([#46321 ](https://github.com/frappe/erpnext/issues/46321 )) ([6aa8803 ](6aa8803068 ))
* Convert tuple of tuples to list of dicts for dot notation access ([#46062 ](https://github.com/frappe/erpnext/issues/46062 )) ([ef19551 ](ef195513d0 ))
* delivery note from sales order uom conversion mistake ([d10add4 ](d10add4b1e ))
* depreciation and balances report correction (backport [#46259 ](https://github.com/frappe/erpnext/issues/46259 )) ([#46305 ](https://github.com/frappe/erpnext/issues/46305 )) ([087dde5 ](087dde5873 ))
* discount accounting for v15 ([f609012 ](f609012f02 ))
* do not include opening invoices in billed items to be received report ([eee500f ](eee500f20e ))
* don't allow renaming account while system is actively in use (backport [#46176 ](https://github.com/frappe/erpnext/issues/46176 )) ([#46210 ](https://github.com/frappe/erpnext/issues/46210 )) ([faee8d6 ](faee8d6c5e ))
* dont update rate of free item when batch is updated ([9e649d8 ](9e649d8522 ))
* error ([61d5680 ](61d5680c8d ))
* exclude already consumed purchase receipt items from asset capitalization (backport [#46329 ](https://github.com/frappe/erpnext/issues/46329 )) ([#46336 ](https://github.com/frappe/erpnext/issues/46336 )) ([6c1ceff ](6c1ceff8ee ))
* exclude cancelled gl entries ([5e08386 ](5e083861a4 ))
* fiscal year error ([7b13d8c ](7b13d8cd98 ))
* fixing test case ([9f4311e ](9f4311e7fb ))
* if invoice is return then add amount in proper column ([0a65217 ](0a65217423 ))
* Include additional account types for Expense Account in LCV (backport [#46206 ](https://github.com/frappe/erpnext/issues/46206 )) ([#46296 ](https://github.com/frappe/erpnext/issues/46296 )) ([88234bb ](88234bbf9a ))
* incorrect batch picked ([e94f0b1 ](e94f0b1cca ))
* incorrect batch picked in the pick list (backport [#45761 ](https://github.com/frappe/erpnext/issues/45761 )) ([#46315 ](https://github.com/frappe/erpnext/issues/46315 )) ([5a3073c ](5a3073c4c1 ))
* incorrectly billed amount in the purchase receipt ([c247cf8 ](c247cf888b ))
* Naming of Purchase Amount (backport [#46051 ](https://github.com/frappe/erpnext/issues/46051 )) ([#46324 ](https://github.com/frappe/erpnext/issues/46324 )) ([aaf35c5 ](aaf35c5df9 ))
* only include submitted docs for internal received quantity validation (backport [#46262 ](https://github.com/frappe/erpnext/issues/46262 )) ([#46304 ](https://github.com/frappe/erpnext/issues/46304 )) ([5ae9faa ](5ae9faab91 ))
* patch ([5e06e4a ](5e06e4acce ))
* patch ([8f2fdca ](8f2fdcae88 ))
* patch path ([af49f5a ](af49f5a8af ))
* **patch:** Ensure SLE indexes (backport [#46131 ](https://github.com/frappe/erpnext/issues/46131 )) ([#46135 ](https://github.com/frappe/erpnext/issues/46135 )) ([f3cafef ](f3cafef6a7 ))
* payment entry exchange gain loss issue ([3fb9033 ](3fb9033fb7 ))
* pos item detail serial no field (backport [#46211 ](https://github.com/frappe/erpnext/issues/46211 )) ([#46212 ](https://github.com/frappe/erpnext/issues/46212 )) ([de0dfbc ](de0dfbca9a ))
* pos item selection using serial no (backport [#46200 ](https://github.com/frappe/erpnext/issues/46200 )) ([#46203 ](https://github.com/frappe/erpnext/issues/46203 )) ([0f263bc ](0f263bcff2 ))
* **pos:** get parent item group without user permission ([#46020 ](https://github.com/frappe/erpnext/issues/46020 )) ([29f3aac ](29f3aac925 ))
* production analytics report ([5668795 ](5668795884 ))
* rate changing on the deliver note ([75bc68b ](75bc68b863 ))
* rearrange stock settings fields ([87703c6 ](87703c6511 ))
* removed mandatory property for the cost center field ([a94292a ](a94292a69f ))
* rename some sla fields ([c5717b9 ](c5717b983d ))
* replacing serial and batch bundle on pos with auto fetch serial nos (backport [#46236 ](https://github.com/frappe/erpnext/issues/46236 )) ([#46337 ](https://github.com/frappe/erpnext/issues/46337 )) ([1e85f69 ](1e85f69072 ))
* **report:** allow `Closed` purchase orders to be visible ([20c4487 ](20c4487853 ))
* **report:** allow `Closed` sales orders to be visible ([8799af9 ](8799af9747 ))
* **report:** filter sales / purchase orders based on date filters ([2221bf1 ](2221bf1cba ))
* revamp logic (split parent and child) ([7437cea ](7437cea458 ))
* revert last commit ([a09c57f ](a09c57f0d1 ))
* set landed cost based on purchase invoice rate ([fdaf5fa ](fdaf5fafda ))
* set taxes before calculating taxes and totals ([90dea42 ](90dea426d8 ))
* source warehouse not fetched in bom creator ([6157fed ](6157fed71c ))
* stock qty not recalculate on changing of the qty ([331798b ](331798babc ))
* stock reservation issue while making Purchase Invoice ([8bd7195 ](8bd71954f3 ))
* syntax error ([1790bcc ](1790bcc6d1 ))
* syntax error ([bd48d39 ](bd48d391e4 ))
* syntax error ([cc535b7 ](cc535b7636 ))
* test case for debit note ([a8b31df ](a8b31df65d ))
* tests ([46b0734 ](46b0734d6f ))
* tests ([d413039 ](d41303961c ))
* translation DE ([ddcf79d ](ddcf79da1d ))
* use else instead of unnecessary elif ([6f760d1 ](6f760d197d ))
* use valuation method from settings in stock ageing report (backport [#46068 ](https://github.com/frappe/erpnext/issues/46068 )) ([#46297 ](https://github.com/frappe/erpnext/issues/46297 )) ([d02d005 ](d02d005913 ))
* use value from currency exchange when exchange api is disabled (backport [#46137 ](https://github.com/frappe/erpnext/issues/46137 )) ([#46309 ](https://github.com/frappe/erpnext/issues/46309 )) ([ccc0358 ](ccc0358db6 ))
* **workspace:** enable is_query_report on purchase reports (backport [#46249 ](https://github.com/frappe/erpnext/issues/46249 )) ([#46306 ](https://github.com/frappe/erpnext/issues/46306 )) ([363129b ](363129bcd4 ))
* Wrong Overdue Status in Sales Invoices (Floating-point arithmetic) (backport [#46146 ](https://github.com/frappe/erpnext/issues/46146 )) ([#46310 ](https://github.com/frappe/erpnext/issues/46310 )) ([1ff0858 ](1ff085876e ))
### Features
* add new Closed and Stopped rows ([7749814 ](7749814571 ))
* add total weight in shipment ([#46049 ](https://github.com/frappe/erpnext/issues/46049 )) ([171df3a ](171df3aba5 ))
* create sales invoice print format ([#45403 ](https://github.com/frappe/erpnext/issues/45403 )) ([1a382eb ](1a382ebe86 ))
* **received items to be billed:** add company and date filters (backport [#46271 ](https://github.com/frappe/erpnext/issues/46271 )) ([#46302 ](https://github.com/frappe/erpnext/issues/46302 )) ([400f4f3 ](400f4f32ad ))
* **Sales Invoice:** add items row via "Fetch Timesheet" (backport [#46071 ](https://github.com/frappe/erpnext/issues/46071 )) ([#46311 ](https://github.com/frappe/erpnext/issues/46311 )) ([1c6e464 ](1c6e4649bd ))
### Performance Improvements
* don't track seen for POS Invoice (backport [#46187 ](https://github.com/frappe/erpnext/issues/46187 )) ([#46189 ](https://github.com/frappe/erpnext/issues/46189 )) ([41ab7f3 ](41ab7f3f7c ))
* patch ([ee41e55 ](ee41e55343 ))
* replace if function in query ([d0b8e0d ](d0b8e0da8d ))
2025-03-05 13:31:02 +00:00
ruthra kumar
86b917b04c
Merge pull request #46263 from frappe/version-15-hotfix
...
chore: release v15
2025-03-05 18:59:38 +05:30
ruthra kumar
9875489758
Merge pull request #46340 from frappe/mergify/bp/version-15-hotfix/pr-46020
...
fix(pos): get parent item group without user permission (backport #46020 )
2025-03-05 18:40:04 +05:30
ruthra kumar
939cf321f7
Merge pull request #46338 from frappe/mergify/bp/version-15-hotfix/pr-45403
...
feat: create sales invoice print format (backport #45403 )
2025-03-05 18:39:43 +05:30
Sugesh G
29f3aac925
fix(pos): get parent item group without user permission ( #46020 )
...
* fix(pos): get parent item group without user permission
* feat: add item group filter based on user permission
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
(cherry picked from commit 8caf7f275e )
2025-03-05 12:42:03 +00:00
Ejaaz Khan
1a382ebe86
feat: create sales invoice print format ( #45403 )
...
* feat: create sales invoice print format
* fix: linter issue
* style: remove border from table
* refactor: change label to uppercase and show taxes
* refactor: format date and add translation on label
* refactor: remove default header and format labels
* refactor: change label style and small fix
* chore: Qty in title case
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
(cherry picked from commit 38aa7cab8a )
2025-03-05 12:38:03 +00:00
mergify[bot]
6c1ceff8ee
fix: exclude already consumed purchase receipt items from asset capitalization (backport #46329 ) ( #46336 )
...
* fix: exclude already consumed purchase receipt items from asset capitalization (#46329 )
* feat: link purchase receipt row item to capitalization
* fix: avoid fetching already consumed stock and asset items during capitalization
* fix(patch): added patch to link purchase receipt item to stock item child table
* fix: added nosemgrep
* refactor: rename to
(cherry picked from commit f50d479bfd )
# Conflicts:
# erpnext/assets/doctype/asset_capitalization_stock_item/asset_capitalization_stock_item.json
# erpnext/patches.txt
* fix: resolved conflicts
* fix: resolved conflicts
---------
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2025-03-05 18:07:14 +05:30
mergify[bot]
1e85f69072
fix: replacing serial and batch bundle on pos with auto fetch serial nos (backport #46236 ) ( #46337 )
...
fix: replacing serial and batch bundle on pos with auto fetch serial nos (#46236 )
* fix: replacing serial and batch bundle on pos with auto fetch serial nos
* fix: reserved serial no
added a check to look for serial no in reserved serial nos list before removing it as there might be a situation where an item is returned which was already consolidated.
(cherry picked from commit 35512d40bb )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-03-05 18:00:31 +05:30
rohitwaghchaure
1992c2639c
Merge pull request #46333 from frappe/mergify/bp/version-15-hotfix/pr-46330
...
fix: Accounting Period validation throwing for different companies (backport #46330 )
2025-03-05 17:03:24 +05:30
Mihir Kandoi
8f278ab7c7
Merge pull request #46317 from frappe/mergify/bp/version-15-hotfix/pr-45947
...
fix: set landed cost based on purchase invoice rate (backport #45947 )
2025-03-05 16:58:41 +05:30
Mihir Kandoi
7a33bf41d8
Merge pull request #46331 from frappe/mergify/bp/version-15-hotfix/pr-46313
...
fix: production analytics report (backport #46313 )
2025-03-05 16:45:33 +05:30
Rohit Waghchaure
6df9cf327d
fix: Accounting Period validation throwing for different companies
...
(cherry picked from commit b1508efca2 )
2025-03-05 11:11:04 +00:00
Mihir Kandoi
5e06e4acce
fix: patch
2025-03-05 16:32:26 +05:30
Mihir Kandoi
7749814571
feat: add new Closed and Stopped rows
...
(cherry picked from commit 6cc3d67835 )
2025-03-05 10:54:36 +00:00
Mihir Kandoi
6f760d197d
fix: use else instead of unnecessary elif
...
(cherry picked from commit 961258a4ce )
2025-03-05 10:54:36 +00:00
Mihir Kandoi
5668795884
fix: production analytics report
...
(cherry picked from commit 772e9ecfaa )
2025-03-05 10:54:36 +00:00
mergify[bot]
aaf35c5df9
fix: Naming of Purchase Amount (backport #46051 ) ( #46324 )
...
fix: Naming of Purchase Amount (#46051 )
* fix: Naming of Purchase Amount
* fix: linters
(cherry picked from commit 104f60cc57 )
Co-authored-by: 0xD0M1M0 <76812428+0xD0M1M0@users.noreply.github.com >
2025-03-05 16:18:50 +05:30
mergify[bot]
6aa8803068
fix: consolidate gl entries by project in General Ledger Report (backport #46314 ) ( #46321 )
...
fix: consolidate gl entries by project in General Ledger Report (#46314 )
(cherry picked from commit 1f685efcaf )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-03-05 16:18:42 +05:30
Ben Kebdani
506dd3c6b9
fix: Close and Reopen buttons dissapear after saving changes ( #46048 )
...
* fix: Close and Reopen buttons dissapear after saving changes
* style: linter issue
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-03-05 15:34:55 +05:30
mergify[bot]
9a433a6750
fix: adding cost center on pos invoice items while applying product discount (backport #46082 ) ( #46322 )
...
fix: adding cost center on pos invoice items while applying product discount (#46082 )
(cherry picked from commit 926e4ecc4f )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-03-05 15:22:46 +05:30
mergify[bot]
e3ce17bd6e
fix:[regional] Italian einvoice xml generated with wrong prices ( #40254 ) (backport #45840 ) ( #46318 )
...
Merge pull request #45840 from gms-electronics/40254-italian-einvoice
fix:[regional] Italian einvoice xml generated with wrong prices (#40254 )
(cherry picked from commit c5f90c823d )
Co-authored-by: Fab <fabian.thobe@mwv.vc >
2025-03-05 15:19:41 +05:30
mergify[bot]
836fd8fbc4
fix: consider journal entry and return invoice in paid_amount calculation (backport #46129 ) ( #46319 )
...
fix: consider journal entry and return invoice in paid_amount calculation (#46129 )
* fix: consider journal entry and return invoice in paid_amount calculation
* test: add new unit test to consider journal entry and return invoice in paid_amount calculation
(cherry picked from commit 425fb12e91 )
Co-authored-by: Sugesh G <73237300+Sugesh393@users.noreply.github.com >
2025-03-05 15:07:36 +05:30
Mihir Kandoi
fe8c9a3605
chore: resolve conflicts
2025-03-05 14:54:40 +05:30
Mihir Kandoi
941d67a0b6
chore: resolve conflicts
2025-03-05 14:48:41 +05:30
mergify[bot]
5a3073c4c1
fix: incorrect batch picked in the pick list (backport #45761 ) ( #46315 )
...
fix: incorrect batch picked in the pick list
(cherry picked from commit e1b7688a17 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2025-03-05 14:48:01 +05:30
Mihir Kandoi
8f2fdcae88
fix: patch
...
(cherry picked from commit 1230127d24 )
# Conflicts:
# erpnext/patches.txt
2025-03-05 09:02:36 +00:00
Mihir Kandoi
a09c57f0d1
fix: revert last commit
...
(cherry picked from commit 154e9813c4 )
# Conflicts:
# erpnext/patches.txt
2025-03-05 09:02:35 +00:00
Mihir Kandoi
7b13d8cd98
fix: fiscal year error
...
(cherry picked from commit 7cf8e498c4 )
2025-03-05 09:02:34 +00:00
Mihir Kandoi
ee41e55343
perf: patch
...
(cherry picked from commit a41024813b )
2025-03-05 09:02:34 +00:00
Mihir Kandoi
fdaf5fafda
fix: set landed cost based on purchase invoice rate
...
(cherry picked from commit 17d415b105 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
# erpnext/patches.txt
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
2025-03-05 09:02:34 +00:00
rohitwaghchaure
c85fd36960
Merge pull request #46308 from frappe/mergify/bp/version-15-hotfix/pr-45987
...
fix: rename some sla fields (backport #45987 )
2025-03-05 14:30:54 +05:30
rohitwaghchaure
a4e5a46566
Merge pull request #46298 from frappe/mergify/bp/version-15-hotfix/pr-46046
...
perf: optimize query in project.py (backport #46046 )
2025-03-05 14:30:26 +05:30
ruthra kumar
3c39888227
Merge pull request #46069 from frappe/mergify/bp/version-15-hotfix/pr-46049
...
feat: add total weight in shipment (backport #46049 )
2025-03-05 14:23:49 +05:30
mergify[bot]
d5f07f06c7
refactor: rename subcontracting fields (backport #46226 ) ( #46301 )
...
* refactor: rename subcontracting fields
(cherry picked from commit b4f65154f5 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.json
* chore: resolve conflicts
---------
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2025-03-05 14:08:10 +05:30
mergify[bot]
ccc0358db6
fix: use value from currency exchange when exchange api is disabled (backport #46137 ) ( #46309 )
...
fix: use value from currency exchange when exchange api is disabled (#46137 )
(cherry picked from commit 2d26bff870 )
Co-authored-by: Venkatesh <47534423+venkat102@users.noreply.github.com >
2025-03-05 14:07:12 +05:30
mergify[bot]
1ff085876e
fix: Wrong Overdue Status in Sales Invoices (Floating-point arithmetic) (backport #46146 ) ( #46310 )
...
fix: Wrong Overdue Status in Sales Invoices (Floating-point arithmetic) (#46146 )
* fix: Wrong Overdue Status in Sales Invoices (Floating-point arithmetic)
* style: after run pre-commit
(cherry picked from commit 89bcdd6fa5 )
Co-authored-by: Diógenes Souza <103958767+devdiogenes@users.noreply.github.com >
2025-03-05 14:07:03 +05:30
mergify[bot]
1c6e4649bd
feat(Sales Invoice): add items row via "Fetch Timesheet" (backport #46071 ) ( #46311 )
...
feat(Sales Invoice): add items row via "Fetch Timesheet" (#46071 )
(cherry picked from commit 94547188bf )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-03-05 14:06:55 +05:30
Mihir Kandoi
e4e1be568b
Merge branch 'version-15-hotfix' into mergify/bp/version-15-hotfix/pr-45987
2025-03-05 13:59:59 +05:30
Mihir Kandoi
01db730714
Merge pull request #46300 from frappe/mergify/bp/version-15-hotfix/pr-46258
...
fix: delivery note from sales order uom conversion mistake (backport #46258 )
2025-03-05 13:59:14 +05:30
ruthra kumar
dbcffa7ea4
Merge pull request #46235 from frappe/mergify/bp/version-15-hotfix/pr-46223
...
fix: dont update rate of free item when batch is updated (backport #46223 )
2025-03-05 13:57:23 +05:30
ruthra kumar
36fa6bf15c
chore: resolve conflict
2025-03-05 13:55:50 +05:30
mergify[bot]
4f80ddd834
fix: Add company filter at get_invoice method (backport #46238 ) ( #46299 )
...
fix: Add company filter at get_invoice method (#46238 )
(cherry picked from commit a8d1cbc1c3 )
Co-authored-by: Kunhi <kunhimohamed6@gmail.com >
2025-03-05 13:12:20 +05:30
mergify[bot]
400f4f32ad
feat(received items to be billed): add company and date filters (backport #46271 ) ( #46302 )
...
feat(received items to be billed): add company and date filters (#46271 )
* feat(received items to be billed): add company and date filters
* feat(delivered to be billed): add company and date filters
* feat: add company and date conditions
* chore: remove debugger
(cherry picked from commit 6117706ab5 )
Co-authored-by: Sudharsanan Ashok <135326972+Sudharsanan11@users.noreply.github.com >
2025-03-05 13:12:09 +05:30
mergify[bot]
363129bcd4
fix(workspace): enable is_query_report on purchase reports (backport #46249 ) ( #46306 )
...
fix(workspace): enable is_query_report on purchase reports (#46249 )
* fix(workspace): enable is_query_report on purchase reports
* fix: resolved conflict
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
(cherry picked from commit 5513e24b00 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-03-05 13:11:53 +05:30
mergify[bot]
087dde5873
fix: depreciation and balances report correction (backport #46259 ) ( #46305 )
...
fix: depreciation and balances report correction (#46259 )
(cherry picked from commit 4a542b22a4 )
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2025-03-05 13:11:45 +05:30
mergify[bot]
5ae9faab91
fix: only include submitted docs for internal received quantity validation (backport #46262 ) ( #46304 )
...
fix: only include submitted docs for internal received quantity validation (#46262 )
(cherry picked from commit 88fcdbb81e )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-03-05 13:11:34 +05:30
Mihir Kandoi
446a8fe096
chore: resolve conflicts
2025-03-05 13:08:47 +05:30
Mihir Kandoi
0b50f1a9c3
chore: fix pre-commit/linter error
2025-03-05 12:57:53 +05:30
Mihir Kandoi
f29c43811c
chore: resolve conflicts
2025-03-05 12:55:10 +05:30
Mihir Kandoi
e4fbd22173
Merge branch 'version-15-hotfix' into mergify/bp/version-15-hotfix/pr-46223
2025-03-05 12:51:01 +05:30
Mihir Kandoi
6b56724436
chore: resolve conflicts
2025-03-05 12:46:52 +05:30
Mihir Kandoi
af49f5a8af
fix: patch path
...
(cherry picked from commit dcec446e55 )
# Conflicts:
# erpnext/patches.txt
2025-03-05 07:16:48 +00:00
Mihir Kandoi
46b0734d6f
fix: tests
...
(cherry picked from commit 019303dd12 )
# Conflicts:
# erpnext/support/doctype/issue/issue.json
2025-03-05 07:16:47 +00:00
Mihir Kandoi
d41303961c
fix: tests
...
(cherry picked from commit 1b831e9abd )
2025-03-05 07:16:47 +00:00
Mihir Kandoi
c5717b983d
fix: rename some sla fields
...
(cherry picked from commit baa0dd1235 )
# Conflicts:
# erpnext/patches.txt
2025-03-05 07:16:46 +00:00
mergify[bot]
d02d005913
fix: use valuation method from settings in stock ageing report (backport #46068 ) ( #46297 )
...
fix: use valuation method from settings in stock ageing report
(cherry picked from commit da09c278c8 )
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2025-03-05 12:40:13 +05:30
Mihir Kandoi
d10add4b1e
fix: delivery note from sales order uom conversion mistake
...
(cherry picked from commit 49a43d355d )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order.py
2025-03-05 06:52:07 +00:00
mergify[bot]
88234bbf9a
fix: Include additional account types for Expense Account in LCV (backport #46206 ) ( #46296 )
...
fix: Include additional account types for Expense Account in LCV (#46206 )
fix: additional account types in filters for the Expense account selection
(cherry picked from commit 59e99f167d )
Co-authored-by: Priyansh Shah <108476017+priyanshshah2442@users.noreply.github.com >
2025-03-05 12:19:31 +05:30
Mihir Kandoi
d8a1d0e908
test: added test
...
(cherry picked from commit 6073f5a6f9 )
2025-03-05 06:41:09 +00:00
Mihir Kandoi
7437cea458
fix: revamp logic (split parent and child)
...
(cherry picked from commit f7594e2ff9 )
2025-03-05 06:41:08 +00:00
Mihir Kandoi
1790bcc6d1
fix: syntax error
...
(cherry picked from commit 2f1e253e19 )
2025-03-05 06:41:08 +00:00
Mihir Kandoi
d0b8e0da8d
perf: replace if function in query
...
(cherry picked from commit 5e66231ca4 )
2025-03-05 06:41:08 +00:00
rohitwaghchaure
ab4b1d4356
Merge pull request #46019 from frappe/st30783
...
fix: source warehouse not fetched in bom creator
2025-03-05 12:06:31 +05:30
mergify[bot]
7759775ee6
fix: Add permission check in POS's Toggle Recent Orders (backport #46010 ) ( #46274 )
...
fix: use get_list to check permissions
(cherry picked from commit a08bc6b913 )
Co-authored-by: Sanket322 <shahsanket322003.com>
2025-03-05 12:04:17 +05:30
mergify[bot]
1b00de1815
chore: erpnext.com -> frappe.io/erpnext (backport #46288 ) ( #46290 )
...
* chore: erpnext.com -> frappe.io/erpnext (#46288 )
(cherry picked from commit 41fe30ea6e )
# Conflicts:
# README.md
* Update README.md
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 11:35:52 +05:30
mergify[bot]
41ab7f3f7c
perf: don't track seen for POS Invoice (backport #46187 ) ( #46189 )
...
* perf: don't track seen for POS Invoice (#46187 )
This is a moving doctype. Do people even browse the list view?
It doesn't make much sense, either. POS INvoices are rarely "reviewed" by multiple users.
(cherry picked from commit ded0aab680 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.json
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 11:28:22 +05:30
ruthra kumar
5049f80b7f
Merge pull request #46278 from mhh008/version-15-hotfix
...
fix-de-transaltion
2025-03-05 11:01:42 +05:30
rohitwaghchaure
d650b23722
Merge pull request #46282 from frappe/mergify/bp/version-15-hotfix/pr-46279
...
fix: rate changing on the deliver note (backport #46279 )
2025-03-04 23:24:30 +05:30
Rohit Waghchaure
75bc68b863
fix: rate changing on the deliver note
...
(cherry picked from commit 6f40849d55 )
2025-03-04 16:12:37 +00:00
rohitwaghchaure
f37fe1781a
Merge pull request #46280 from frappe/mergify/bp/version-15-hotfix/pr-46208
...
fix: stock reservation issue while making Purchase Invoice (backport #46208 )
2025-03-04 21:41:53 +05:30
Rohit Waghchaure
8bd71954f3
fix: stock reservation issue while making Purchase Invoice
...
(cherry picked from commit 64985bffe0 )
2025-03-04 14:41:41 +00:00
Lakshit Jain
0f86ed28bc
Merge pull request #46276 from frappe/mergify/bp/version-15-hotfix/pr-46039
...
fix: Ensure new line is added regardless of postal code presence (backport #46039 )
2025-03-04 19:14:17 +05:30
mhh008
ddcf79da1d
fix: translation DE
2025-03-04 13:56:19 +01:00
Lakshit Jain
b5fcd682a6
Merge pull request #46268 from frappe/mergify/bp/version-15-hotfix/pr-45896
...
fix: auto allocation for negative amount outstanding for Customers in Payment Entry (backport #45896 )
2025-03-04 18:17:15 +05:30
Lakshit Jain
29405498bd
Merge pull request #46270 from frappe/mergify/bp/version-15-hotfix/pr-46260
...
fix: do not include opening invoices in billed items to be received report (backport #46260 )
2025-03-04 18:16:42 +05:30
Sanket322
1630979f05
refactor: add new line ragardless of postal code
...
(cherry picked from commit 746adfd057 )
2025-03-04 12:36:40 +00:00
Smit Vora
6ab7d98681
Merge pull request #46139 from frappe/mergify/bp/version-15-hotfix/pr-46117
...
fix(report): Allow `Closed` Purchase Orders to be Visible in Purchase Order Analysis Report (backport #46117 )
2025-03-04 18:03:47 +05:30
ljain112
eee500f20e
fix: do not include opening invoices in billed items to be received report
...
(cherry picked from commit c1ddf444c6 )
2025-03-04 11:24:24 +00:00
ljain112
78a329e573
fix: auto allocation for negative amount outstanding for Customers in Payment Entry
...
(cherry picked from commit 6275b44a0b )
2025-03-04 11:20:12 +00:00
Smit Vora
83dcbec86a
chore: resolve conflicts
2025-03-04 16:43:55 +05:30
Smit Vora
5b6ed1d077
Merge pull request #46253 from frappe/mergify/bp/version-15-hotfix/pr-46062
...
fix: Convert tuple of tuples to list of dicts for dot notation access (backport #46062 )
2025-03-04 16:39:16 +05:30
Smit Vora
284c93ecc2
Merge pull request #46246 from frappe/mergify/bp/version-15-hotfix/pr-46192
...
fix: Exclude Cancelled GL Entries (backport #46192 )
2025-03-04 16:38:38 +05:30
Smit Vora
33051ec17e
Merge pull request #46245 from frappe/mergify/bp/version-15-hotfix/pr-45972
...
fix: Set Taxes Before Calculating Taxes and Totals (backport #45972 )
2025-03-04 16:38:24 +05:30
ruthra kumar
9e54e2ea58
Merge pull request #46266 from frappe/mergify/bp/version-15-hotfix/pr-45751
...
fix: change voucher_type and voucher_name field type to data (backport #45751 )
2025-03-04 16:12:40 +05:30
ruthra kumar
c09c4cc243
Merge pull request #46252 from frappe/mergify/bp/version-15-hotfix/pr-46070
...
fix: Batch Price gets updated only if it is a billed item (backport #46070 )
2025-03-04 15:49:25 +05:30
ruthra kumar
489efda985
chore: resolve conflict
2025-03-04 15:47:03 +05:30
Sugesh393
3a03865a8f
fix: change voucher_type and voucher_no field type to data
...
(cherry picked from commit f8ab021920 )
# Conflicts:
# erpnext/accounts/doctype/tax_withheld_vouchers/tax_withheld_vouchers.json
2025-03-04 10:10:54 +00:00
ruthra kumar
854632dd51
chore: resolve conflict
2025-03-04 15:03:03 +05:30
ruthra kumar
ef44ad79a0
Merge pull request #46261 from frappe/mergify/bp/version-15-hotfix/pr-46172
...
fix: Show Credit Note amount in credit note column (backport #46172 )
2025-03-04 15:00:15 +05:30
Sanket322
a8b31df65d
fix: test case for debit note
...
(cherry picked from commit 6719bbeb10 )
2025-03-04 07:58:31 +00:00
Sanket322
9f4311e7fb
fix: fixing test case
...
(cherry picked from commit 9b2b477ae0 )
2025-03-04 07:58:31 +00:00
Sanket322
0a65217423
fix: if invoice is return then add amount in proper column
...
(cherry picked from commit ccb4bdbe4c )
2025-03-04 07:58:30 +00:00
Sanket Shah
ef195513d0
fix: Convert tuple of tuples to list of dicts for dot notation access ( #46062 )
...
fix: use as_dict to convert tuples into list of dict
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit e4b0ab6656 )
2025-03-03 16:09:45 +00:00
mergify[bot]
f3cafef6a7
fix(patch): Ensure SLE indexes (backport #46131 ) ( #46135 )
...
* fix(patch): Ensure SLE indexes (#46131 )
Because of the way this change was pushed in parts, some sites don't see
this as "update" and don't have the new indexes.
(cherry picked from commit f62aa8fc57 )
# Conflicts:
# erpnext/patches.txt
* fix: resolved conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-03-03 21:37:02 +05:30
ruthra kumar
6762dc3392
chore: linter fix
...
(cherry picked from commit 0a2193e458 )
# Conflicts:
# erpnext/stock/get_item_details.py
2025-03-03 14:27:25 +00:00
Nirmalrajaa K
dbd47dff98
fix: Batch Price gets updated only if it is a billed item
...
(cherry picked from commit 1a56b83054 )
# Conflicts:
# erpnext/stock/get_item_details.py
2025-03-03 14:27:25 +00:00
Nirmalrajaa K
8ed512f6c6
fix: Batch Price gets updated only if it is a billed item
...
(cherry picked from commit 9597b1a69e )
# Conflicts:
# erpnext/stock/get_item_details.py
2025-03-03 14:27:25 +00:00
Marica
3a6ef2564e
Merge pull request #46073 from 0xD0M1M0/fix-discount-accounting-v15
...
fix: discount accounting for v15
2025-03-03 19:46:51 +05:30
Smit Vora
35df539da3
chore: fix linters
2025-03-03 17:02:15 +05:30
Ninad1306
5e083861a4
fix: exclude cancelled gl entries
...
(cherry picked from commit 3251a331dd )
2025-03-03 11:28:57 +00:00
Ninad1306
41e9a10ab4
test: validate fetching of taxes based on taxes and charges template
...
(cherry picked from commit 196ef7ac4e )
2025-03-03 11:27:45 +00:00
Ninad1306
90dea426d8
fix: set taxes before calculating taxes and totals
...
(cherry picked from commit 0fd0695bbb )
2025-03-03 11:27:45 +00:00
Mihir Kandoi
bd48d391e4
fix: syntax error
2025-03-03 16:40:19 +05:30
rohitwaghchaure
9082ff6aa9
Merge pull request #46242 from frappe/mergify/bp/version-15-hotfix/pr-46239
...
fix: incorrectly billed amount in the purchase receipt (backport #46239 )
2025-03-03 16:16:09 +05:30
rohitwaghchaure
ba0ce267c2
Merge pull request #46243 from frappe/mergify/bp/version-15-hotfix/pr-46231
...
fix: incorrect batch picked (backport #46231 )
2025-03-03 16:15:43 +05:30
Mihir Kandoi
cc535b7636
fix: syntax error
2025-03-03 15:27:35 +05:30
Mihir Kandoi
81c7b8c273
chore: resolve conflicts
2025-03-03 15:05:44 +05:30
Rohit Waghchaure
e94f0b1cca
fix: incorrect batch picked
...
(cherry picked from commit d2564cad68 )
2025-03-03 09:24:24 +00:00
Rohit Waghchaure
c247cf888b
fix: incorrectly billed amount in the purchase receipt
...
(cherry picked from commit a5271fdb2e )
2025-03-03 09:15:48 +00:00
Khushi Rawat
7409c140d4
Merge pull request #46237 from frappe/mergify/bp/version-15-hotfix/pr-46201
...
fix(asset depreciation schedules): enable auto commit (backport #46201 )
2025-03-03 14:04:39 +05:30
Mihir Kandoi
7f4d553201
chore: resolve conflicts
2025-03-03 12:28:06 +05:30
venkat102
899e468f6a
fix(asset depreciation schedules): enable auto commit
...
(cherry picked from commit a4b24f7451 )
2025-03-03 06:42:02 +00:00
mergify[bot]
faee8d6c5e
fix: don't allow renaming account while system is actively in use (backport #46176 ) ( #46210 )
...
fix: don't allow renaming account while system is actively in use (#46176 )
(cherry picked from commit 999f1cf96d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-03 11:16:37 +05:30
Frappe PR Bot
171f966421
chore(release): Bumped to Version 15.53.4
...
## [15.53.4](https://github.com/frappe/erpnext/compare/v15.53.3...v15.53.4 ) (2025-03-03)
### Bug Fixes
* removed mandatory property for the cost center field ([8eddc09 ](8eddc09bba ))
2025-03-03 05:12:02 +00:00
rohitwaghchaure
3f76a413f8
Merge pull request #46205 from frappe/mergify/bp/version-15/pr-46186
...
fix: removed mandatory property for the cost center field (backport #46186 )
2025-03-03 10:40:35 +05:30
Mihir Kandoi
61d5680c8d
fix: error
...
(cherry picked from commit 7c9c0c7776 )
# Conflicts:
# erpnext/stock/get_item_details.py
2025-03-03 04:46:28 +00:00
Mihir Kandoi
9e649d8522
fix: dont update rate of free item when batch is updated
...
(cherry picked from commit a3596f717b )
# Conflicts:
# erpnext/stock/get_item_details.py
2025-03-03 04:46:28 +00:00
rohitwaghchaure
c0f736736e
Merge pull request #46217 from frappe/mergify/bp/version-15-hotfix/pr-46202
...
fix: rearrange stock settings fields (backport #46202 )
2025-03-03 10:15:36 +05:30
Frappe PR Bot
bcd02df6fd
chore(release): Bumped to Version 15.53.3
...
## [15.53.3](https://github.com/frappe/erpnext/compare/v15.53.2...v15.53.3 ) (2025-03-03)
### Bug Fixes
* stock qty not recalculate on changing of the qty ([9186f13 ](9186f13458 ))
2025-03-03 04:02:37 +00:00
rohitwaghchaure
7a71c24d5c
Merge pull request #46232 from frappe/mergify/bp/version-15/pr-46224
...
fix: stock qty not recalculate on changing of the qty (backport #46219 ) (backport #46224 )
2025-03-03 09:31:16 +05:30
Rohit Waghchaure
9186f13458
fix: stock qty not recalculate on changing of the qty
...
(cherry picked from commit 464e3339fe )
(cherry picked from commit 331798babc )
2025-03-03 03:57:22 +00:00
rohitwaghchaure
c48e157a25
Merge pull request #46224 from frappe/mergify/bp/version-15-hotfix/pr-46219
...
fix: stock qty not recalculate on changing of the qty (backport #46219 )
2025-03-03 08:24:05 +05:30
mergify[bot]
84ca0ada1b
refactor: using function to unset grand total to default mode of payment in pos (backport #46228 ) ( #46229 )
...
refactor: using function to unset grand total to default mode of payment in pos (#46228 )
(cherry picked from commit 62c3915ecb )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-03-03 01:59:13 +05:30
Rohit Waghchaure
331798babc
fix: stock qty not recalculate on changing of the qty
...
(cherry picked from commit 464e3339fe )
2025-03-02 06:46:56 +00:00
rohitwaghchaure
93fed0ce86
chore: fix conflicts
2025-03-01 12:53:44 +05:30
Rohit Waghchaure
87703c6511
fix: rearrange stock settings fields
...
(cherry picked from commit 93f461c6f3 )
# Conflicts:
# erpnext/stock/doctype/stock_settings/stock_settings.json
2025-03-01 06:57:35 +00:00
mergify[bot]
de0dfbca9a
fix: pos item detail serial no field (backport #46211 ) ( #46212 )
...
fix: pos item detail serial no field (#46211 )
(cherry picked from commit d2fad44e89 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-28 23:24:49 +05:30
Rohit Waghchaure
8eddc09bba
fix: removed mandatory property for the cost center field
...
(cherry picked from commit 079cf772aa )
2025-02-28 10:25:50 +00:00
mergify[bot]
0f263bcff2
fix: pos item selection using serial no (backport #46200 ) ( #46203 )
...
fix: pos item selection using serial no (#46200 )
(cherry picked from commit 8fb09decd2 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-28 15:43:59 +05:30
ruthra kumar
a9b2f4885e
Merge pull request #46197 from frappe/mergify/bp/version-15-hotfix/pr-46186
...
fix: removed mandatory property for the cost center field (backport #46186 )
2025-02-28 13:56:09 +05:30
Rohit Waghchaure
a94292a69f
fix: removed mandatory property for the cost center field
...
(cherry picked from commit 079cf772aa )
2025-02-28 08:03:51 +00:00
Sagar Vora
5b072c88a6
Merge pull request #46191 from frappe/mergify/bp/version-15-hotfix/pr-46177
...
fix: Payment Entry fixes (backport #46177 )
2025-02-28 10:44:00 +05:30
vishakhdesai
3fb9033fb7
fix: payment entry exchange gain loss issue
...
(cherry picked from commit 2dbef23244 )
2025-02-28 05:13:43 +00:00
Frappe PR Bot
d9c1b58fc3
chore(release): Bumped to Version 15.53.2
...
## [15.53.2](https://github.com/frappe/erpnext/compare/v15.53.1...v15.53.2 ) (2025-02-26)
### Bug Fixes
* check value as int ([97d3e86 ](97d3e8648b ))
* enable fetch_timesheet_in_sales_invoice in test ([feb64cb ](feb64cb9b5 ))
* incorrect stock value difference for adjustment entry ([96d44e3 ](96d44e362d ))
* inventory dimension for maintence visit ([ec3b281 ](ec3b281a3b ))
* no permission to get project settings in sales invoice ([b8281c3 ](b8281c34e2 ))
* pos opening entry dialog not saving on change data (backport [#46066 ](https://github.com/frappe/erpnext/issues/46066 )) ([#46067 ](https://github.com/frappe/erpnext/issues/46067 )) ([0ae2d61 ](0ae2d61974 ))
* **project settings:** add checkbox to auto fetch timesheet in sales invoice ([b3c1df8 ](b3c1df8561 ))
* **sales invoice:** check fetch_timesheet_in_sales_invoice enabled before fetching the timesheet ([b1095bb ](b1095bb91b ))
* valuation rate for batch ([c72dab4 ](c72dab49f4 ))
2025-02-26 12:58:53 +00:00
ruthra kumar
f93d1a2633
Merge pull request #46132 from frappe/version-15-hotfix
...
chore: release v15
2025-02-26 18:27:33 +05:30
ruthra kumar
bc53365620
Merge pull request #46159 from frappe/mergify/bp/version-15-hotfix/pr-46156
...
fix: no permission to get project settings in sales invoice (backport #46156 )
2025-02-26 14:34:36 +05:30
venkat102
b8281c34e2
fix: no permission to get project settings in sales invoice
...
(cherry picked from commit 221f1468cb )
2025-02-26 08:22:24 +00:00
rohitwaghchaure
81ff16248e
Merge pull request #46143 from frappe/mergify/bp/version-15-hotfix/pr-46097
...
fix: valuation rate for batch (backport #46097 )
2025-02-26 10:16:10 +05:30
ruthra kumar
8bb085a055
Merge pull request #46142 from frappe/mergify/bp/version-15-hotfix/pr-45908
...
fix(projects settings): add checkbox to auto fetch timesheet in sales invoice (backport #45908 )
2025-02-26 06:23:58 +05:30
Rohit Waghchaure
c72dab49f4
fix: valuation rate for batch
...
(cherry picked from commit b88305a95f )
2025-02-25 17:45:05 +00:00
ruthra kumar
feec16b682
chore: resolve conflicts
2025-02-25 22:53:14 +05:30
venkat102
feb64cb9b5
fix: enable fetch_timesheet_in_sales_invoice in test
...
(cherry picked from commit 5880f1d5c6 )
# Conflicts:
# erpnext/projects/doctype/timesheet/test_timesheet.py
2025-02-25 16:56:57 +00:00
venkat102
97d3e8648b
fix: check value as int
...
(cherry picked from commit 43b13b91be )
2025-02-25 16:56:56 +00:00
venkat102
b1095bb91b
fix(sales invoice): check fetch_timesheet_in_sales_invoice enabled before fetching the timesheet
...
(cherry picked from commit 914ad357fd )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2025-02-25 16:56:56 +00:00
venkat102
b3c1df8561
fix(project settings): add checkbox to auto fetch timesheet in sales invoice
...
(cherry picked from commit 876082ea2f )
# Conflicts:
# erpnext/projects/doctype/projects_settings/projects_settings.json
2025-02-25 16:56:56 +00:00
Ninad1306
2221bf1cba
fix(report): filter sales / purchase orders based on date filters
...
(cherry picked from commit 936d7d4342 )
2025-02-25 13:07:54 +00:00
Ninad1306
8799af9747
fix(report): allow Closed sales orders to be visible
...
(cherry picked from commit 2394e76e7d )
# Conflicts:
# erpnext/selling/report/sales_order_analysis/sales_order_analysis.js
2025-02-25 13:07:54 +00:00
Ninad1306
20c4487853
fix(report): allow Closed purchase orders to be visible
...
(cherry picked from commit 3b2879d3a1 )
# Conflicts:
# erpnext/buying/report/purchase_order_analysis/purchase_order_analysis.js
2025-02-25 13:07:53 +00:00
0xD0M1M0
f609012f02
fix: discount accounting for v15
2025-02-21 22:26:39 +01:00
Ravibharathi
171df3aba5
feat: add total weight in shipment ( #46049 )
...
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit 1ec182430d )
# Conflicts:
# erpnext/stock/doctype/shipment/shipment.json
2025-02-21 14:16:46 +00:00
mergify[bot]
0ae2d61974
fix: pos opening entry dialog not saving on change data (backport #46066 ) ( #46067 )
...
fix: pos opening entry dialog not saving on change data (#46066 )
(cherry picked from commit 8e6959dfad )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-21 17:53:59 +05:30
Frappe PR Bot
9e824fc4fe
chore(release): Bumped to Version 15.53.1
...
## [15.53.1](https://github.com/frappe/erpnext/compare/v15.53.0...v15.53.1 ) (2025-02-21)
### Bug Fixes
* inventory dimension for maintence visit ([1d818e1 ](1d818e1510 ))
2025-02-21 10:01:58 +00:00
rohitwaghchaure
b6b47d6683
Merge pull request #46044 from frappe/mergify/bp/version-15/pr-46041
...
fix: inventory dimension for maintenance visit (backport #46037 ) (backport #46041 )
2025-02-21 15:30:36 +05:30
Rohit Waghchaure
1d818e1510
fix: inventory dimension for maintence visit
...
(cherry picked from commit cd4ba69262 )
(cherry picked from commit ec3b281a3b )
2025-02-20 07:37:38 +00:00
rohitwaghchaure
b00fa1dfee
Merge pull request #46041 from frappe/mergify/bp/version-15-hotfix/pr-46037
...
fix: inventory dimension for maintenance visit (backport #46037 )
2025-02-20 13:06:33 +05:30
Rohit Waghchaure
ec3b281a3b
fix: inventory dimension for maintence visit
...
(cherry picked from commit cd4ba69262 )
2025-02-20 06:13:19 +00:00
rohitwaghchaure
9318e4f0e8
Merge pull request #46028 from frappe/mergify/bp/version-15-hotfix/pr-46021
...
fix: incorrect stock value difference for adjustment entry (backport #46021 )
2025-02-19 17:24:42 +05:30
Frappe PR Bot
16e8a00f45
chore(release): Bumped to Version 15.53.0
...
# [15.53.0](https://github.com/frappe/erpnext/compare/v15.52.0...v15.53.0 ) (2025-02-19)
### Bug Fixes
* add accounting dimensions section in sales order item ([b32e4da ](b32e4daf2b ))
* add is_new in if condition ([fc2ec7c ](fc2ec7c495 ))
* add validate to allow equity account and party_type shareholder ([bb3eb81 ](bb3eb81170 ))
* allow scrap item with zero qty ([abe5384 ](abe5384449 ))
* auto create asset due to message error (backport [#45934 ](https://github.com/frappe/erpnext/issues/45934 )) ([#45952 ](https://github.com/frappe/erpnext/issues/45952 )) ([830edb8 ](830edb8f52 ))
* check if employee is currently working on another workstation ([22eaa14 ](22eaa14179 ))
* disable partial payment in pos (backport [#45752 ](https://github.com/frappe/erpnext/issues/45752 )) ([#45945 ](https://github.com/frappe/erpnext/issues/45945 )) ([38edc46 ](38edc46c46 ))
* do not reschedule depreciation for fully depreciated asset on scrap ([1e7c5ec ](1e7c5ec0cb ))
* fetch child account data for selected parent ([#45904 ](https://github.com/frappe/erpnext/issues/45904 )) ([e36b860 ](e36b860a79 ))
* handle division by zero error (backport [#45966 ](https://github.com/frappe/erpnext/issues/45966 )) ([#46015 ](https://github.com/frappe/erpnext/issues/46015 )) ([15106b4 ](15106b49b6 ))
* include missing payment_gateway parameter in Payment Request URL ([18f9476 ](18f94765f7 ))
* letter head for quality inspection ([c289fef ](c289fef3b5 ))
* link correct row item of purchase doc ([87f337b ](87f337b605 ))
* make purchase_receipt_item and purchase_invoice_item fields of data type ([281431e ](281431e041 ))
* millisecond issue for posting datetime ([4292365 ](42923656ee ))
* patch for creating asset depreciation schedule records ([f043b46 ](f043b46696 ))
* pos accounting dimension fieldname error (backport [#45899 ](https://github.com/frappe/erpnext/issues/45899 )) ([#45921 ](https://github.com/frappe/erpnext/issues/45921 )) ([e998f06 ](e998f063a9 ))
* **pos profile:** check company while validating mandatory accounting dimension ([#45974 ](https://github.com/frappe/erpnext/issues/45974 )) ([6a57743 ](6a577438aa ))
* pos return validation on v15 ([#45951 ](https://github.com/frappe/erpnext/issues/45951 )) ([dd34bbe ](dd34bbe570 ))
* provision to enable naming series for SABB ([8fbfe14 ](8fbfe14c63 ))
* **quotation:** fetch exchange rate on currency change ([bd89c19 ](bd89c19c98 ))
* remove party type from validate ([0d21151 ](0d2115197e ))
* remove public access to list items (backport [#45838 ](https://github.com/frappe/erpnext/issues/45838 )) ([#46018 ](https://github.com/frappe/erpnext/issues/46018 )) ([eead6d4 ](eead6d46ff ))
* remove unused code ([dd5d144 ](dd5d144b55 ))
* **report:** add options to multiselectlist fields ([7e85a12 ](7e85a123b2 ))
* reset location only if there is value in row item location field ([a509568 ](a509568110 ))
* resolved conflicts ([84647a1 ](84647a1c73 ))
* round sum amount in JE auditing PF ([#45961 ](https://github.com/frappe/erpnext/issues/45961 )) ([44e1ca9 ](44e1ca9d05 ))
* **send_message:** escape HTML in the text ([cbec989 ](cbec989a7c ))
* serial no status for internal transfer delivery note ([2b80c00 ](2b80c009b3 ))
* set default value to 0 as per new logic ([1abe1a1 ](1abe1a1fd5 ))
* set sco_qty field of PO to non negative ([567fb8a ](567fb8abd1 ))
* slow query ([8306d6f ](8306d6fdb6 ))
* stock reservation for sales invoice ([1fb5586 ](1fb5586f56 ))
* stock reservation not working for sales invoice with update stock ([7d871f6 ](7d871f6bb5 ))
* tests ([f63a9db ](f63a9dbf9b ))
* throw correct exception ([5bccf9f ](5bccf9f837 ))
* validate if no matching item found ([6183b38 ](6183b38089 ))
* validate payment request total of partly paid invoice ([c8881a9 ](c8881a9358 ))
### Features
* added ability to use custom html format for process statement of accounts (copy [#45746 ](https://github.com/frappe/erpnext/issues/45746 )) ([#46012 ](https://github.com/frappe/erpnext/issues/46012 )) ([1a4297a ](1a4297ac35 ))
* added option to enforce free item qty in pricing rule ([8fb9228 ](8fb9228871 ))
* disable auto setting grand total to default mode of payment (backport [#45591 ](https://github.com/frappe/erpnext/issues/45591 )) ([#45917 ](https://github.com/frappe/erpnext/issues/45917 )) ([e271a5c ](e271a5cba0 ))
2025-02-19 11:50:41 +00:00
ruthra kumar
2bb79c34c3
Merge pull request #45981 from frappe/version-15-hotfix
...
chore: release v15
2025-02-19 17:19:18 +05:30
mergify[bot]
eead6d46ff
fix: remove public access to list items (backport #45838 ) ( #46018 )
...
fix: remove public access to list items
(cherry picked from commit 2bd596ee3d )
Co-authored-by: CaseSolved <richard@casesolved.co.uk >
2025-02-19 16:52:09 +05:30
mergify[bot]
15106b49b6
fix: handle division by zero error (backport #45966 ) ( #46015 )
...
fix: handle division by zero error (#45966 )
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit 24394765a6 )
Co-authored-by: Sanket Shah <113279972+Sanket322@users.noreply.github.com >
2025-02-19 16:51:09 +05:30
Akhil Narang
452e4dcbad
Merge pull request #46025 from frappe/mergify/bp/version-15-hotfix/pr-46003
...
fix(send_message): escape HTML in the text (backport #46003 )
2025-02-19 16:43:06 +05:30
Rohit Waghchaure
96d44e362d
fix: incorrect stock value difference for adjustment entry
...
(cherry picked from commit df83e427a3 )
2025-02-19 11:11:15 +00:00
Khushi Rawat
5a17171bd1
Merge pull request #46013 from frappe/mergify/bp/version-15-hotfix/pr-45872
...
fix: enable asset value editing for duplicate item code (backport #45872 )
2025-02-19 16:34:36 +05:30
Khushi Rawat
777daf6aee
Merge pull request #46014 from frappe/mergify/bp/version-15-hotfix/pr-45898
...
fix: patch for creating asset depreciation schedule records (backport #45898 )
2025-02-19 16:33:03 +05:30
ruthra kumar
9b866e8ee4
Merge pull request #46016 from frappe/mergify/bp/version-15-hotfix/pr-45974
...
fix(pos profile): check company while validating mandatory accounting dimension (backport #45974 )
2025-02-19 16:28:42 +05:30
Akhil Narang
cbec989a7c
fix(send_message): escape HTML in the text
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
(cherry picked from commit 448a5db20f )
2025-02-19 10:45:49 +00:00
Khushi Rawat
dd5d144b55
fix: remove unused code
2025-02-19 16:00:31 +05:30
Mihir Kandoi
6157fed71c
fix: source warehouse not fetched in bom creator
2025-02-19 15:54:31 +05:30
Khushi Rawat
9b8623dd64
chore: resolved conflicts
2025-02-19 15:50:53 +05:30
Khushi Rawat
84647a1c73
fix: resolved conflicts
2025-02-19 15:47:40 +05:30
mergify[bot]
1a4297ac35
feat: added ability to use custom html format for process statement of accounts (copy #45746 ) ( #46012 )
...
feat: added ability to use custom html format for process statement of accounts (#45746 )
* feat: added ability to use custom print format for process statement of accounts documents.
* fix: handles missing hook issues
* chore: linter changes
---------
Co-authored-by: Boy4099 <mashtawayne4099@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit a0cd08e9ea )
Co-authored-by: Steve Wilson <stevew9009@gmail.com >
2025-02-19 15:45:10 +05:30
Ejaaz Khan
236b502155
Merge pull request #46017 from frappe/mergify/bp/version-15-hotfix/pr-45961
...
fix: round sum amount in JE auditing PF (backport #45961 )
2025-02-19 15:43:57 +05:30
mergify[bot]
830edb8f52
fix: auto create asset due to message error (backport #45934 ) ( #45952 )
...
fix: auto create asset due to message error (#45934 )
* fix: auto create asset due to message error
* fix: linters
(cherry picked from commit 6f1bc5225a )
Co-authored-by: 0xD0M1M0 <76812428+0xD0M1M0@users.noreply.github.com >
2025-02-19 15:43:53 +05:30
Ejaaz Khan
44e1ca9d05
fix: round sum amount in JE auditing PF ( #45961 )
...
(cherry picked from commit 941085000a )
2025-02-19 10:11:36 +00:00
Venkatesh
6a577438aa
fix(pos profile): check company while validating mandatory accounting dimension ( #45974 )
...
(cherry picked from commit 17a2f44290 )
2025-02-19 10:10:20 +00:00
Nabin Hait
f043b46696
fix: patch for creating asset depreciation schedule records
...
(cherry picked from commit 7324dcb7c8 )
# Conflicts:
# erpnext/patches/v15_0/create_asset_depreciation_schedules_from_assets.py
2025-02-19 10:08:12 +00:00
Khushi Rawat
a509568110
fix: reset location only if there is value in row item location field
...
(cherry picked from commit 2bb79197aa )
2025-02-19 10:02:33 +00:00
Khushi Rawat
6183b38089
fix: validate if no matching item found
...
(cherry picked from commit 44c1425e73 )
2025-02-19 10:02:33 +00:00
Khushi Rawat
87f337b605
fix: link correct row item of purchase doc
...
(cherry picked from commit da1b4cb9ab )
2025-02-19 10:02:33 +00:00
Khushi Rawat
281431e041
fix: make purchase_receipt_item and purchase_invoice_item fields of data type
...
(cherry picked from commit 8af9dcb33e )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
2025-02-19 10:02:32 +00:00
rohitwaghchaure
be65cd4df6
Merge pull request #46005 from frappe/mergify/bp/version-15-hotfix/pr-45750
...
feat: added option to enforce free item qty in pricing rule (backport #45750 )
2025-02-19 15:09:51 +05:30
Khushi Rawat
965dbb6d2b
Merge pull request #46006 from frappe/mergify/bp/version-15-hotfix/pr-45895
...
fix: do not reschedule depreciation for fully depreciated asset on scrap (backport #45895 )
2025-02-19 14:24:55 +05:30
ruthra kumar
07d4725810
Merge pull request #46008 from frappe/mergify/bp/version-15-hotfix/pr-45904
...
fix: fetch child account data for selected parent (backport #45904 )
2025-02-19 14:21:48 +05:30
Bhavansathru
e36b860a79
fix: fetch child account data for selected parent ( #45904 )
...
* fix: fetch child account data for selected parent
* fix: change reference name
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
(cherry picked from commit 73e82b7afa )
2025-02-19 08:28:59 +00:00
Khushi Rawat
1e7c5ec0cb
fix: do not reschedule depreciation for fully depreciated asset on scrap
...
(cherry picked from commit fd4c4f98fa )
2025-02-19 07:37:42 +00:00
Mihir Kandoi
1abe1a1fd5
fix: set default value to 0 as per new logic
...
(cherry picked from commit 844f1636c0 )
2025-02-19 07:21:54 +00:00
Mihir Kandoi
f782900a15
refactor: rename field
...
(cherry picked from commit f3d598881c )
2025-02-19 07:21:54 +00:00
Mihir Kandoi
fc2ec7c495
fix: add is_new in if condition
...
(cherry picked from commit 4dcac56486 )
2025-02-19 07:21:53 +00:00
Mihir Kandoi
ad11208109
test: added test
...
(cherry picked from commit ac3259b8f1 )
2025-02-19 07:21:53 +00:00
Mihir Kandoi
f63a9dbf9b
fix: tests
...
(cherry picked from commit 366ae85d85 )
2025-02-19 07:21:53 +00:00
Mihir Kandoi
8fb9228871
feat: added option to enforce free item qty in pricing rule
...
(cherry picked from commit 19c01b1457 )
2025-02-19 07:21:53 +00:00
rohitwaghchaure
617a24d61e
Merge pull request #45994 from frappe/mergify/bp/version-15-hotfix/pr-45980
...
fix: check if employee is currently working on another workstation (backport #45980 )
2025-02-19 11:24:05 +05:30
ruthra kumar
6fad501aa0
Merge pull request #46001 from frappe/mergify/bp/version-15-hotfix/pr-45882
...
fix(quotation): fetch exchange rate on currency change (backport #45882 )
2025-02-19 11:13:04 +05:30
venkat102
bd89c19c98
fix(quotation): fetch exchange rate on currency change
...
(cherry picked from commit 2f77a8bed1 )
2025-02-19 05:21:57 +00:00
Mihir Kandoi
5bccf9f837
fix: throw correct exception
...
(cherry picked from commit 4487edb255 )
2025-02-18 15:13:04 +00:00
Mihir Kandoi
22eaa14179
fix: check if employee is currently working on another workstation
...
(cherry picked from commit 8234e659c8 )
2025-02-18 15:13:04 +00:00
rohitwaghchaure
d3d0aacd4c
Merge pull request #45993 from frappe/mergify/bp/version-15-hotfix/pr-45977
...
fix: millisecond issue for posting datetime (backport #45977 )
2025-02-18 20:31:20 +05:30
rohitwaghchaure
69f5be65f6
Merge pull request #45975 from frappe/mergify/bp/version-15-hotfix/pr-45970
...
fix: serial no status for internal transfer delivery note (backport #45970 )
2025-02-18 20:23:20 +05:30
rohitwaghchaure
508efd1322
Merge pull request #45990 from frappe/mergify/bp/version-15-hotfix/pr-45976
...
fix: slow query (backport #45976 )
2025-02-18 20:22:51 +05:30
rohitwaghchaure
ecc2de2709
Merge pull request #45992 from frappe/mergify/bp/version-15-hotfix/pr-45971
...
fix: set sco_qty field of PO to non negative (backport #45971 )
2025-02-18 20:22:39 +05:30
rohitwaghchaure
2e3b19ebb2
chore: fix conflicts
2025-02-18 20:11:02 +05:30
rohitwaghchaure
050bb1eef5
chore: fix conflicts
2025-02-18 20:10:30 +05:30
Rohit Waghchaure
42923656ee
fix: millisecond issue for posting datetime
...
(cherry picked from commit ac9e5c0163 )
# Conflicts:
# erpnext/patches.txt
# erpnext/stock/utils.py
2025-02-18 14:39:39 +00:00
rohitwaghchaure
0acdae02c1
chore: fix conflicts
2025-02-18 20:00:08 +05:30
Mihir Kandoi
567fb8abd1
fix: set sco_qty field of PO to non negative
...
(cherry picked from commit dfc3dc4944 )
2025-02-18 14:29:22 +00:00
Rohit Waghchaure
8306d6fdb6
fix: slow query
...
(cherry picked from commit 8cfab57fc8 )
# Conflicts:
# erpnext/stock/doctype/packed_item/packed_item.json
2025-02-18 14:28:19 +00:00
ruthra kumar
20709f1b3e
Merge pull request #45979 from frappe/mergify/bp/version-15-hotfix/pr-45765
...
fix: add accounting dimensions section in sales order item (backport #45765 )
2025-02-18 17:48:34 +05:30
ruthra kumar
52860cc566
chore: resolve conflict
2025-02-18 14:27:14 +05:30
Sugesh393
b32e4daf2b
fix: add accounting dimensions section in sales order item
...
(cherry picked from commit 7d47869f4b )
# Conflicts:
# erpnext/selling/doctype/sales_order_item/sales_order_item.json
2025-02-18 08:42:56 +00:00
Rohit Waghchaure
2b80c009b3
fix: serial no status for internal transfer delivery note
...
(cherry picked from commit 3333331a3d )
2025-02-18 08:22:03 +00:00
ruthra kumar
8da1348a48
Merge pull request #45973 from frappe/mergify/bp/version-15-hotfix/pr-45723
...
fix: validate payment request total of partly paid invoice (backport #45723 )
2025-02-18 13:42:58 +05:30
Sugesh393
9a33b877f5
test: add unit test to validate payment request grand_total for partly paid invoice
...
(cherry picked from commit f8472c32d9 )
2025-02-18 07:42:28 +00:00
Sugesh393
c8881a9358
fix: validate payment request total of partly paid invoice
...
(cherry picked from commit 899c18df18 )
2025-02-18 07:42:28 +00:00
ruthra kumar
f6047d8491
Merge pull request #45968 from frappe/mergify/bp/version-15-hotfix/pr-45687
...
fix: add validation to allow equity account (backport #45687 )
2025-02-18 12:12:09 +05:30
rethik
0d2115197e
fix: remove party type from validate
...
(cherry picked from commit f82837a4a2 )
2025-02-18 06:16:03 +00:00
rethik
552b5a79ce
test: add unit test to validate account type and party type
...
(cherry picked from commit 9422ce5aee )
2025-02-18 06:16:02 +00:00
rethik
bb3eb81170
fix: add validate to allow equity account and party_type shareholder
...
(cherry picked from commit 2c8e3f3409 )
2025-02-18 06:16:02 +00:00
rohitwaghchaure
7ab69cfe5f
Merge pull request #45956 from frappe/mergify/bp/version-15-hotfix/pr-45946
...
fix: provision to enable naming series for SABB (backport #45946 )
2025-02-18 07:44:18 +05:30
rohitwaghchaure
43d32eb10e
chore: fix conflicts
2025-02-17 21:32:48 +05:30
rohitwaghchaure
697fdf5bc3
chore: fix conflicts
2025-02-17 21:30:15 +05:30
rohitwaghchaure
2f7f9c0bac
chore: fix conflicts
2025-02-17 21:29:22 +05:30
Rohit Waghchaure
8fbfe14c63
fix: provision to enable naming series for SABB
...
(cherry picked from commit fe43975cdd )
# Conflicts:
# erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.json
# erpnext/stock/doctype/serial_and_batch_bundle/test_serial_and_batch_bundle.py
# erpnext/stock/doctype/stock_settings/stock_settings.json
2025-02-17 11:31:46 +00:00
mergify[bot]
38edc46c46
fix: disable partial payment in pos (backport #45752 ) ( #45945 )
...
* fix: disable partial payment in pos (#45752 )
* fix: disable partial payment in pos
* test: disable partial payment
* test: removed print statement
* test: using save method to auto calculate paid_amount
* test: paid_amount calculation using save method
* test: added save method to calculate paid_amount
* test: outstanding amount
* test: added test for partial payments in pos invoice
* fix: custom validation error for partial payment
* test: using partial payment validation
* fix: validate only on submit
(cherry picked from commit d94802067b )
# Conflicts:
# erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py
# erpnext/accounts/doctype/pos_invoice_merge_log/test_pos_invoice_merge_log.py
* chore: resolve conflict
* chore: resolve conflict
* chore: resolve linter issue
* test: fixed failing test
---------
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-17 17:01:34 +05:30
Diptanil Saha
dd34bbe570
fix: pos return validation on v15 ( #45951 )
2025-02-17 16:03:19 +05:30
rohitwaghchaure
11622f81f3
Merge pull request #45943 from frappe/mergify/bp/version-15-hotfix/pr-45941
...
fix: letter head for quality inspection (backport #45941 )
2025-02-17 14:42:56 +05:30
mergify[bot]
e998f063a9
fix: pos accounting dimension fieldname error (backport #45899 ) ( #45921 )
...
* fix: pos accounting dimension fieldname error (#45899 )
* fix: pos accounting dimension fieldname error
* fix: method to get enabled accounting dimensions
* fix: fetch enabled accounting dimensions
* fix: clear flags for accounting_dimensions_details on_update
* refactor: validation for doctype
* fix: using get_checks_for_pl_and_bs_accounts for accounting dimensions
(cherry picked from commit 60a5f4f30d )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.py
* chore: resolve conflict
* chore: resolve linter issue
* fix: resolve linter issue
* chore: resolve linter issue
* chore: resolve linter issue
* chore: resolve linter issue
---------
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-17 14:13:34 +05:30
Rohit Waghchaure
c289fef3b5
fix: letter head for quality inspection
...
(cherry picked from commit cdd41373b6 )
2025-02-17 08:28:52 +00:00
rohitwaghchaure
f8839957da
Merge pull request #45913 from frappe/mergify/bp/version-15-hotfix/pr-45903
...
fix: allow scrap item with zero qty (backport #45903 )
2025-02-16 13:28:00 +05:30
mergify[bot]
e271a5cba0
feat: disable auto setting grand total to default mode of payment (backport #45591 ) ( #45917 )
...
feat: disable auto setting grand total to default mode of payment (#45591 )
(cherry picked from commit f0a6399056 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-14 17:34:37 +05:30
ruthra kumar
a486e2962e
Merge pull request #45919 from frappe/mergify/bp/version-15-hotfix/pr-45912
...
fix: include missing payment_gateway parameter in Payment Request URL (backport #45912 )
2025-02-14 17:13:29 +05:30
Navin-S-R
18f94765f7
fix: include missing payment_gateway parameter in Payment Request URL
...
(cherry picked from commit dbac8cfc94 )
2025-02-14 11:20:17 +00:00
Rohit Waghchaure
abe5384449
fix: allow scrap item with zero qty
...
(cherry picked from commit 706cb64279 )
2025-02-14 09:47:30 +00:00
rohitwaghchaure
698b7a9d00
Merge pull request #45764 from frappe/mergify/bp/version-15-hotfix/pr-45763
...
fix: stock reservation not working for sales invoice with update stock (backport #45763 )
2025-02-14 15:16:11 +05:30
rohitwaghchaure
52761affe2
chore: fix test case
2025-02-13 16:32:56 +05:30
Rohit Waghchaure
1fb5586f56
fix: stock reservation for sales invoice
2025-02-13 16:04:05 +05:30
ruthra kumar
ef2cddd338
Merge pull request #45894 from frappe/mergify/bp/version-15-hotfix/pr-45804
...
fix(report): add options to multiselectlist fields (backport #45804 )
2025-02-13 14:26:31 +05:30
ruthra kumar
dbe14d6fe4
chore: resolve conflicts
2025-02-13 14:23:46 +05:30
venkat102
7e85a123b2
fix(report): add options to multiselectlist fields
...
(cherry picked from commit 8785342fce )
# Conflicts:
# erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.js
# erpnext/accounts/report/supplier_ledger_summary/supplier_ledger_summary.js
2025-02-13 08:47:15 +00:00
Frappe PR Bot
ce90d427e8
chore(release): Bumped to Version 15.52.0
...
# [15.52.0](https://github.com/frappe/erpnext/compare/v15.51.2...v15.52.0 ) (2025-02-12)
### Bug Fixes
* '0' rate LDC's Invoice net totals should be ignored ([96c19cd ](96c19cd990 ))
* add allow_on_submit for party_balance, paid_from_account_balance and paid_to_account_balance ([086c36f ](086c36fca6 ))
* add precision in serial_batch_bundle.py ([a85f6f5 ](a85f6f54fe ))
* add total row in non_grouped_invoices ([e432ae9 ](e432ae98a9 ))
* added validation for required invoice_fields in POS (backport [#45780 ](https://github.com/frappe/erpnext/issues/45780 )) ([#45868 ](https://github.com/frappe/erpnext/issues/45868 )) ([4f9a7f5 ](4f9a7f5065 ))
* Attibute error `selling_price_list` ([6dc99f9 ](6dc99f95c0 ))
* changed naming series to random for SABB ([48a4eff ](48a4effdb6 ))
* check_item_quality_inspection is not whitelisted ([0a4a093 ](0a4a09352a ))
* correct amount in transaction currency for reverse gl entries (backport [#45794 ](https://github.com/frappe/erpnext/issues/45794 )) ([#45849 ](https://github.com/frappe/erpnext/issues/45849 )) ([b06bd82 ](b06bd825c1 ))
* correct amt in account currency for lcv with manually distributed charges. (backport [#45532 ](https://github.com/frappe/erpnext/issues/45532 )) ([#45864 ](https://github.com/frappe/erpnext/issues/45864 )) ([179cb1e ](179cb1e6e5 ))
* correct pay amount in portal pages ([3ada520 ](3ada520618 ))
* create job card with wip warehouse set to source warehouse if material transfer to wip warehouse is skipped in work order ([9d6f318 ](9d6f3180d4 ))
* do not allow "Finance Book" in Accounting Dimensions (backport [#45696 ](https://github.com/frappe/erpnext/issues/45696 )) ([#45856 ](https://github.com/frappe/erpnext/issues/45856 )) ([0954aca ](0954aca758 ))
* do not validate party against Receivable and Payable account for cancelled gl entries ([6d777cd ](6d777cdc68 ))
* dont update rate of free item on save ([1d3da4d ](1d3da4d49a ))
* handle response when json is None ([eeb322b ](eeb322bd0e ))
* map project from rfq to supplier quotation (backport [#45745 ](https://github.com/frappe/erpnext/issues/45745 )) ([#45828 ](https://github.com/frappe/erpnext/issues/45828 )) ([b112d88 ](b112d88767 ))
* not able to select the item in the sales invoice ([a649001 ](a649001886 ))
* Party name in Supplier Portal for Purchase Order (backport [#45772 ](https://github.com/frappe/erpnext/issues/45772 )) ([#45858 ](https://github.com/frappe/erpnext/issues/45858 )) ([435c354 ](435c35414f ))
* pos numpad editable action buttons (backport [#45823 ](https://github.com/frappe/erpnext/issues/45823 )) ([#45826 ](https://github.com/frappe/erpnext/issues/45826 )) ([035758f ](035758f47d ))
* possible model sync issue ([ea01fa1 ](ea01fa135e ))
* **regional:** removed payment schedule validation in sales invoice for italy (backport [#45852 ](https://github.com/frappe/erpnext/issues/45852 )) ([#45854 ](https://github.com/frappe/erpnext/issues/45854 )) ([2e9e355 ](2e9e355329 ))
* remove serial no if qty is zero ([1359a77 ](1359a77e72 ))
* skip warning for free items ([2adab1d ](2adab1d36f ))
* stock reco current valuation rate ([3b7c38d ](3b7c38da10 ))
* the project document timed out while opening ([28cbce4 ](28cbce4356 ))
* unable to remove image from employee ([e3cceb8 ](e3cceb894b ))
* update ctx to args ([d4bc3d1 ](d4bc3d182f ))
### Features
* add repost accounting ledger entry for payment entry ([757dd3f ](757dd3f0b6 ))
2025-02-12 12:09:09 +00:00
ruthra kumar
0eb4556c83
Merge pull request #45860 from frappe/version-15-hotfix
...
chore: release v15
2025-02-12 17:37:43 +05:30
rohitwaghchaure
45fa2eb542
Merge pull request #45884 from frappe/mergify/bp/version-15-hotfix/pr-45786
...
fix: skip warning for free items (backport #45786 )
2025-02-12 15:16:29 +05:30
barredterra
2adab1d36f
fix: skip warning for free items
...
(cherry picked from commit 772776ad8a )
2025-02-12 09:20:15 +00:00
rohitwaghchaure
162d1ba472
chore: fix test case
2025-02-12 14:32:06 +05:30
rohitwaghchaure
4889950a9e
chore: fix conflicts
2025-02-12 14:32:05 +05:30
Rohit Waghchaure
7d871f6bb5
fix: stock reservation not working for sales invoice with update stock
...
(cherry picked from commit 0c9d0ea1f4 )
# Conflicts:
# erpnext/selling/doctype/sales_order/test_sales_order.py
2025-02-12 14:32:05 +05:30
rohitwaghchaure
70bac1ab17
Merge pull request #45748 from frappe/mergify/bp/version-15-hotfix/pr-45739
...
fix: create job card with wip warehouse set to source warehouse if material transfer to wip warehouse is skipped in work order (backport #45739 )
2025-02-12 13:00:19 +05:30
rohitwaghchaure
0caaff0758
Merge pull request #45880 from frappe/mergify/bp/version-15-hotfix/pr-45879
...
fix: changed naming series to random for SABB (backport #45879 )
2025-02-12 10:53:47 +05:30
rohitwaghchaure
4094fbd6c5
chore: fix conflicts
2025-02-12 10:21:44 +05:30
Rohit Waghchaure
48a4effdb6
fix: changed naming series to random for SABB
...
(cherry picked from commit a007dc285d )
# Conflicts:
# erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.json
2025-02-12 04:50:41 +00:00
rohitwaghchaure
68ea528841
Merge pull request #45877 from frappe/mergify/bp/version-15-hotfix/pr-45875
...
fix: add precision in serial_batch_bundle.py (backport #45875 )
2025-02-12 09:25:31 +05:30
rohitwaghchaure
4aa7666e46
Merge pull request #45878 from frappe/mergify/bp/version-15-hotfix/pr-45865
...
fix: dont update rate of free item on save (backport #45865 )
2025-02-12 09:25:08 +05:30
Mihir Kandoi
1d3da4d49a
fix: dont update rate of free item on save
...
(cherry picked from commit 6591e76a63 )
2025-02-12 03:13:41 +00:00
Mihir Kandoi
a85f6f54fe
fix: add precision in serial_batch_bundle.py
...
(cherry picked from commit 4bf85d1a5a )
2025-02-12 03:06:27 +00:00
rohitwaghchaure
da08b4eeb9
Merge pull request #45870 from frappe/mergify/bp/version-15-hotfix/pr-45869
...
fix: stock reco current valuation rate (backport #45869 )
2025-02-11 18:38:12 +05:30
rohitwaghchaure
b4f291d0ae
Merge pull request #45871 from frappe/mergify/bp/version-15-hotfix/pr-45862
...
fix: remove serial no if qty is zero (backport #45862 )
2025-02-11 18:21:21 +05:30
mergify[bot]
4f9a7f5065
fix: added validation for required invoice_fields in POS (backport #45780 ) ( #45868 )
...
* fix: added validation for required invoice_fields in POS (#45780 )
fix: added missing validation for required invoice_fields
(cherry picked from commit b95b13ecd8 )
# Conflicts:
# erpnext/selling/page/point_of_sale/pos_payment.js
* fix: resolved merge conflict
---------
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-11 17:55:07 +05:30
Rohit Waghchaure
1359a77e72
fix: remove serial no if qty is zero
...
(cherry picked from commit 3a4ae8c463 )
2025-02-11 11:28:16 +00:00
Rohit Waghchaure
3b7c38da10
fix: stock reco current valuation rate
...
(cherry picked from commit 8d8f3afb39 )
2025-02-11 11:24:14 +00:00
mergify[bot]
179cb1e6e5
fix: correct amt in account currency for lcv with manually distributed charges. (backport #45532 ) ( #45864 )
...
fix: correct amt in account currency for lcv with manually distributed charges.
(cherry picked from commit db38e7bf5a )
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-02-11 16:05:42 +05:30
mergify[bot]
435c35414f
fix: Party name in Supplier Portal for Purchase Order (backport #45772 ) ( #45858 )
...
fix: Party name in Supplier Portal for Purchase Order
(cherry picked from commit fc8663421b )
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-02-11 15:42:45 +05:30
mergify[bot]
0954aca758
fix: do not allow "Finance Book" in Accounting Dimensions (backport #45696 ) ( #45856 )
...
fix: do not allow "Finance Book" in Accounting Dimensions
(cherry picked from commit a44be73a98 )
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-02-11 15:42:36 +05:30
mergify[bot]
2e9e355329
fix(regional): removed payment schedule validation in sales invoice for italy (backport #45852 ) ( #45854 )
...
fix(regional): removed payment schedule validation in sales invoice for italy (#45852 )
(cherry picked from commit 494310293c )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-02-11 15:41:30 +05:30
Smit Vora
6b8826f234
Merge pull request #45773 from ljain112/fix-portalpay
...
fix: correct pay amount in portal pages
2025-02-11 14:59:03 +05:30
mergify[bot]
b112d88767
fix: map project from rfq to supplier quotation (backport #45745 ) ( #45828 )
...
* fix: map project from rfq to supplier quotation
(cherry picked from commit d0479036bb )
* fix: add project field map from mr to rfq
(cherry picked from commit 8fa39bec61 )
---------
Co-authored-by: HenningWendtland <156231187+HenningWendtland@users.noreply.github.com >
2025-02-11 14:52:13 +05:30
mergify[bot]
b06bd825c1
fix: correct amount in transaction currency for reverse gl entries (backport #45794 ) ( #45849 )
...
fix: correct amount in tansaction currency for reverse gl entries
(cherry picked from commit 6077c248b0 )
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-02-11 14:49:27 +05:30
ruthra kumar
b084433158
Merge pull request #45847 from frappe/mergify/bp/version-15-hotfix/pr-45792
...
fix: do not validate party against Receivable and Payable account for cancelled gl entries (backport #45792 )
2025-02-11 12:53:29 +05:30
ljain112
6d777cdc68
fix: do not validate party against Receivable and Payable account for cancelled gl entries
...
(cherry picked from commit 0809e00455 )
2025-02-11 06:44:50 +00:00
ruthra kumar
ebce6be23f
Merge pull request #45844 from frappe/mergify/bp/version-15-hotfix/pr-45781
...
fix: Added Total Row for `Gross Profit` Report in Non-Grouped Invoices (backport #45781 )
2025-02-11 12:01:11 +05:30
Sanket322
e432ae98a9
fix: add total row in non_grouped_invoices
...
(cherry picked from commit 2d32ddacc3 )
2025-02-11 04:51:47 +00:00
ruthra kumar
09114e6a7b
Merge pull request #45842 from frappe/mergify/bp/version-15-hotfix/pr-45832
...
fix: possible model sync issue (backport #45832 )
2025-02-11 10:20:21 +05:30
ruthra kumar
ea01fa135e
fix: possible model sync issue
...
(cherry picked from commit 0069581aa3 )
2025-02-11 04:25:34 +00:00
Frappe PR Bot
b0c9fbe9fc
chore(release): Bumped to Version 15.51.2
...
## [15.51.2](https://github.com/frappe/erpnext/compare/v15.51.1...v15.51.2 ) (2025-02-10)
### Bug Fixes
* Attibute error `selling_price_list` ([e8fd2ee ](e8fd2eeaa2 ))
* check_item_quality_inspection is not whitelisted ([d0dbfa1 ](d0dbfa1cbd ))
2025-02-10 16:28:24 +00:00
rohitwaghchaure
0758192c53
Merge pull request #45836 from frappe/mergify/bp/version-15/pr-45835
...
fix: check_item_quality_inspection is not whitelisted (backport #45835 )
2025-02-10 21:56:59 +05:30
rohitwaghchaure
d2cb659220
Merge pull request #45834 from frappe/mergify/bp/version-15/pr-45822
...
fix: AttributeError in `get_item_details` when selecting/scanning batch in Delivery Note (backport #45774 ) (backport #45822 )
2025-02-10 21:56:40 +05:30
Rohit Waghchaure
d0dbfa1cbd
fix: check_item_quality_inspection is not whitelisted
...
(cherry picked from commit 0a4a09352a )
2025-02-10 15:46:46 +00:00
rohitwaghchaure
b9b2fc5773
Merge pull request #45835 from rohitwaghchaure/fixed-support-31452
...
fix: check_item_quality_inspection is not whitelisted
2025-02-10 21:15:27 +05:30
Rohit Waghchaure
0a4a09352a
fix: check_item_quality_inspection is not whitelisted
2025-02-10 19:09:02 +05:30
DaizyModi
e8fd2eeaa2
fix: Attibute error selling_price_list
...
(cherry picked from commit 820b32eb8a )
(cherry picked from commit 6dc99f95c0 )
2025-02-10 13:34:14 +00:00
rohitwaghchaure
51545234d3
Merge pull request #45822 from frappe/mergify/bp/version-15-hotfix/pr-45774
...
fix: AttributeError in `get_item_details` when selecting/scanning batch in Delivery Note (backport #45774 )
2025-02-10 19:02:51 +05:30
mergify[bot]
035758f47d
fix: pos numpad editable action buttons (backport #45823 ) ( #45826 )
...
fix: pos numpad editable action buttons (#45823 )
(cherry picked from commit 0b9c28620f )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-10 16:28:59 +05:30
DaizyModi
6dc99f95c0
fix: Attibute error selling_price_list
...
(cherry picked from commit 820b32eb8a )
2025-02-10 10:19:49 +00:00
ruthra kumar
f440795809
Merge pull request #45816 from frappe/mergify/bp/version-15-hotfix/pr-45747
...
fix: Handle Empty JSON in Report Parsing (backport #45747 )
2025-02-10 12:10:43 +05:30
Sanket322
eeb322bd0e
fix: handle response when json is None
...
(cherry picked from commit 133e0417b8 )
2025-02-10 06:12:45 +00:00
ruthra kumar
9a5aa8eeb9
Merge pull request #45813 from frappe/mergify/bp/version-15-hotfix/pr-45793
...
fix: unable to remove image from employee (backport #45793 )
2025-02-10 11:01:00 +05:30
ruthra kumar
1f967f7e9d
Merge pull request #45814 from frappe/mergify/bp/version-15-hotfix/pr-45762
...
refactor: set received and paid amount based on each other, if unset (backport #45762 )
2025-02-10 11:00:48 +05:30
rohitwaghchaure
3c386c2062
Merge pull request #45811 from frappe/mergify/bp/version-15-hotfix/pr-45810
...
fix: not able to select the item in the sales invoice (backport #45810 )
2025-02-10 10:41:31 +05:30
ruthra kumar
1d6c50c9a1
chore: resolve conflict
2025-02-10 10:38:18 +05:30
ruthra kumar
e589c5b6ef
refactor: set paid amount based on received amount if unset
...
(cherry picked from commit 99e721e622 )
2025-02-10 05:08:05 +00:00
ruthra kumar
6638b391ff
refactor: set received amount based on paid amount
...
(cherry picked from commit 5ff540bd82 )
2025-02-10 05:08:05 +00:00
Asmita Hase
e3cceb894b
fix: unable to remove image from employee
...
fix: employee image disappears when newly created user_id is linked to employee
(cherry picked from commit 0207d2d7b6 )
# Conflicts:
# erpnext/setup/doctype/employee/employee.json
2025-02-10 05:03:12 +00:00
Rohit Waghchaure
a649001886
fix: not able to select the item in the sales invoice
...
(cherry picked from commit 35388e7a04 )
2025-02-10 04:39:40 +00:00
rohitwaghchaure
39e3746a62
Merge pull request #45775 from frappe/mergify/bp/version-15-hotfix/pr-45767
...
fix: the project document timed out while opening (backport #45767 )
2025-02-10 10:09:38 +05:30
Frappe PR Bot
8c57e9f8c8
chore(release): Bumped to Version 15.51.1
...
## [15.51.1](https://github.com/frappe/erpnext/compare/v15.51.0...v15.51.1 ) (2025-02-07)
### Bug Fixes
* update ctx to args ([13bebe7 ](13bebe71b0 ))
2025-02-07 14:22:13 +00:00
ruthra kumar
5f62fc5a99
Merge pull request #45795 from frappe/mergify/bp/version-15/pr-45770
...
Fix: Update `ctx` to `args` for compatibility. (backport #45770 )
2025-02-07 19:50:45 +05:30
Sanket322
13bebe71b0
fix: update ctx to args
...
(cherry picked from commit d4bc3d182f )
2025-02-07 14:14:41 +00:00
ruthra kumar
9702a192d7
Merge pull request #45770 from Sanket322/update_ctx_to_args
...
Fix: Update `ctx` to `args` for compatibility.
2025-02-07 19:43:53 +05:30
ruthra kumar
a051ddee6d
Merge pull request #45788 from frappe/mergify/bp/version-15-hotfix/pr-45640
...
feat: add repost accounting ledger entry for payment entry (backport #45640 )
2025-02-07 17:15:33 +05:30
ruthra kumar
be09700d8b
Merge pull request #45789 from frappe/mergify/bp/version-15-hotfix/pr-45644
...
fix: add allow_on_submit for party_balance, paid_from_account_balance and paid_to_account_balance (backport #45644 )
2025-02-07 17:15:22 +05:30
l0gesh29
757dd3f0b6
feat: add repost accounting ledger entry for payment entry
...
(cherry picked from commit 5676d60ed3 )
2025-02-07 10:41:54 +00:00
Sugesh393
086c36fca6
fix: add allow_on_submit for party_balance, paid_from_account_balance and paid_to_account_balance
...
(cherry picked from commit 707c01487e )
2025-02-07 10:41:54 +00:00
ruthra kumar
a7d32b580f
Merge pull request #45784 from frappe/mergify/bp/version-15-hotfix/pr-45639
...
fix: '0' rate LDC's Invoice net totals should be ignored (backport #45639 )
2025-02-07 13:43:58 +05:30
ruthra kumar
43d75b96c6
chore: resolve conflict
2025-02-07 13:18:42 +05:30
ruthra kumar
3734289983
test: ldc @ 0 rate
...
(cherry picked from commit 0cdd346f8f )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/test_tax_withholding_category.py
2025-02-07 07:44:11 +00:00
ruthra kumar
96c19cd990
fix: '0' rate LDC's Invoice net totals should be ignored
...
(cherry picked from commit 325c4e3536 )
2025-02-07 07:44:11 +00:00
rohitwaghchaure
08a6f4e6d3
chore: fix conflicts
2025-02-06 22:09:44 +05:30
Rohit Waghchaure
28cbce4356
fix: the project document timed out while opening
...
(cherry picked from commit 33d03b1542 )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order.json
2025-02-06 16:38:46 +00:00
ljain112
3ada520618
fix: correct pay amount in portal pages
2025-02-06 18:56:29 +05:30
Sanket322
d4bc3d182f
fix: update ctx to args
2025-02-06 17:55:37 +05:30
Mihir Kandoi
4196986273
chore: resolve conflicts
2025-02-05 17:59:34 +05:30
Mihir Kandoi
9d6f3180d4
fix: create job card with wip warehouse set to source warehouse if material transfer to wip warehouse is skipped in work order
...
(cherry picked from commit 723e902470 )
# Conflicts:
# erpnext/manufacturing/doctype/work_order/work_order.py
2025-02-05 12:19:49 +00:00
Frappe PR Bot
b1161f446f
chore(release): Bumped to Version 15.51.0
...
# [15.51.0](https://github.com/frappe/erpnext/compare/v15.50.1...v15.51.0 ) (2025-02-05)
### Bug Fixes
* actual qty showing blank for sub-assembly items ([d0748b1 ](d0748b1b67 ))
* added correct options for incoming_rate field of delivery note item ([cfc5007 ](cfc50073ed ))
* allow multiple email ids ([2a25302 ](2a25302c35 ))
* attribute 'msgbox' not found in sales invoice.js ([f6b4984 ](f6b49845e2 ))
* bind this to function ([c0b32c4 ](c0b32c446b ))
* check billing address ([44d9fb7 ](44d9fb7a69 ))
* closing stock balance report not generating ([47d1c3b ](47d1c3b5a3 ))
* conflicts ([4aa072a ](4aa072a8eb ))
* consider process_loss_qty in work order ([1522d76 ](1522d76a3b ))
* copy correct uom from devliery note when creating packing list ([f9794e5 ](f9794e5b44 ))
* correct error message in payment entry ([6ea5307 ](6ea5307b0e ))
* default payment terms template selected while duplicating ([ca4bb96 ](ca4bb96fb4 ))
* Do not check for cancelled invoices ([84638f5 ](84638f58fd ))
* Do not check for cancelled invoices ([b612ab5 ](b612ab5823 ))
* fetch rate from item price list when document is saved ([b140ce7 ](b140ce71d7 ))
* filter the item tax template using the input text ([8ea9a9e ](8ea9a9e467 ))
* Gross Profit Report with Correct Totals and Gross Margin (backport [#45548 ](https://github.com/frappe/erpnext/issues/45548 )) ([#45598 ](https://github.com/frappe/erpnext/issues/45598 )) ([6301b32 ](6301b321d8 ))
* handling company in bank reconciliation tool ([#45582 ](https://github.com/frappe/erpnext/issues/45582 )) ([aa27e19 ](aa27e19a58 ))
* ignore expired batch for pick list ([786db3d ](786db3d0fa ))
* loading print receipt only at order complete (backport [#45627 ](https://github.com/frappe/erpnext/issues/45627 )) ([#45628 ](https://github.com/frappe/erpnext/issues/45628 )) ([72868ee ](72868eee04 ))
* logical error failing tests ([6a03f99 ](6a03f99546 ))
* not able to make manufacturing entry for alternate items ([eef2f3c ](eef2f3c5d4 ))
* only system manager was able to create customer & prospect ([6149306 ](6149306b78 ))
* payment schedule table is empty while duplicating record ([c523625 ](c52362531c ))
* point of sale padding (backport [#45697 ](https://github.com/frappe/erpnext/issues/45697 )) ([#45699 ](https://github.com/frappe/erpnext/issues/45699 )) ([b915e7f ](b915e7f637 ))
* pos payment cash shortcut decimal (backport [#45702 ](https://github.com/frappe/erpnext/issues/45702 )) ([#45705 ](https://github.com/frappe/erpnext/issues/45705 )) ([6113cc1 ](6113cc1e43 ))
* pos print receipt on submit (backport [#45632 ](https://github.com/frappe/erpnext/issues/45632 )) ([#45633 ](https://github.com/frappe/erpnext/issues/45633 )) ([676dde5 ](676dde59c2 ))
* **pos:** add item in the existing item row when discount is applied ([0b54cb9 ](0b54cb9a7c ))
* posting_date to posting_datetime in stock related queries ([cd5174e ](cd5174e423 ))
* remove tds account in taxes table on change of Tax Withholding Category ([1ad16c3 ](1ad16c368e ))
* removed unused field ([9a27d3c ](9a27d3cedc ))
* renamed Commments Tab to Notes tab in Lead doctype ([86edcfc ](86edcfc1fd ))
* reposting issue with s3 backup ([73c1bf9 ](73c1bf972e ))
* resolved conflicts ([223fe62 ](223fe62638 ))
* respect user set account if not advance account for getting outstanding invoices in payment entry ([8108d7f ](8108d7fdba ))
* semgrep ([401fd7f ](401fd7fca7 ))
* set asset value correctly after cancelling value adjustment ([7f7f403 ](7f7f403f5b ))
* show only items with inspection enabled on create QI dialog ([34f8a37 ](34f8a370d1 ))
* slow SABB query ([7931c2d ](7931c2d182 ))
* subcontracting valiation precision issue ([5319683 ](5319683dbf ))
* track employee changes ([#45674 ](https://github.com/frappe/erpnext/issues/45674 )) ([cf98ebf ](cf98ebf7fe ))
* validation message ([4742211 ](47422111b4 ))
* validation to prevent submission if the SABB is not linked to a stock transaction ([24a6f61 ](24a6f611d8 ))
### Features
* account heads changed along with journal entry type and descrip… ([#42845 ](https://github.com/frappe/erpnext/issues/42845 )) ([bbecd36 ](bbecd36a5d ))
* report to find incorrect SABB ([a948f2e ](a948f2e095 ))
* set bank account of company to default company bank account from masters ([b840271 ](b840271d2a ))
### Performance Improvements
* stock entry with batch (backport [#45486 ](https://github.com/frappe/erpnext/issues/45486 )) ([#45602 ](https://github.com/frappe/erpnext/issues/45602 )) ([8b75401 ](8b75401db9 ))
2025-02-05 12:08:00 +00:00
ruthra kumar
b8485e1d28
Merge pull request #45703 from frappe/version-15-hotfix
...
chore: release v15
2025-02-05 17:36:41 +05:30
ruthra kumar
e422ae16e5
Merge pull request #45743 from frappe/mergify/bp/version-15-hotfix/pr-45604
...
fix: filter the item tax template using the input text (backport #45604 )
2025-02-05 17:13:07 +05:30
rohitwaghchaure
dcdd8e9824
Merge pull request #45742 from frappe/mergify/bp/version-15-hotfix/pr-45734
...
fix: added correct options for incoming_rate field of delivery note item (backport #45734 )
2025-02-05 17:08:16 +05:30
rohitwaghchaure
9d98d0efc8
Merge pull request #45744 from frappe/mergify/bp/version-15-hotfix/pr-45741
...
fix: removed unused field (backport #45741 )
2025-02-05 17:07:46 +05:30
rohitwaghchaure
af60368e54
Merge pull request #45740 from frappe/mergify/bp/version-15-hotfix/pr-45692
...
fix: fetch rate from item price list when document is saved (backport #45692 )
2025-02-05 16:42:00 +05:30
rohitwaghchaure
ab37e5754b
chore: fix conflicts
2025-02-05 16:40:20 +05:30
Rohit Waghchaure
9a27d3cedc
fix: removed unused field
...
(cherry picked from commit 2d7a576da5 )
2025-02-05 11:09:40 +00:00
ruthra kumar
0b591ba7eb
chore: resolve conflicts
2025-02-05 16:37:09 +05:30
Bhavan23
8ea9a9e467
fix: filter the item tax template using the input text
...
(cherry picked from commit 4dd37ba033 )
# Conflicts:
# erpnext/controllers/queries.py
2025-02-05 11:01:21 +00:00
Mihir Kandoi
cfc50073ed
fix: added correct options for incoming_rate field of delivery note item
...
(cherry picked from commit 417bf49a8d )
# Conflicts:
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
2025-02-05 10:48:01 +00:00
Mihir Kandoi
25075e5981
test: added test
...
(cherry picked from commit 07adfadd58 )
2025-02-05 10:23:26 +00:00
Mihir Kandoi
6a03f99546
fix: logical error failing tests
...
(cherry picked from commit fee318a275 )
2025-02-05 10:23:26 +00:00
Mihir Kandoi
b140ce71d7
fix: fetch rate from item price list when document is saved
...
(cherry picked from commit 1e4b9fbdf0 )
2025-02-05 10:23:26 +00:00
Khushi Rawat
f72d4b6984
Merge pull request #45738 from frappe/mergify/bp/version-15-hotfix/pr-45735
...
fix: set asset value correctly after cancelling value adjustment (backport #45735 )
2025-02-05 15:51:11 +05:30
ruthra kumar
d86f7839ab
Merge pull request #45737 from frappe/mergify/bp/version-15-hotfix/pr-45717
...
fix(Purchase Invoice): default payment terms template selected while duplicating (backport #45717 )
2025-02-05 15:30:48 +05:30
Khushi Rawat
7f7f403f5b
fix: set asset value correctly after cancelling value adjustment
...
(cherry picked from commit fee3846144 )
2025-02-05 09:56:11 +00:00
Ejaaz Khan
df0ca2d198
refactor: remove log
...
(cherry picked from commit bfc01441a0 )
2025-02-05 09:47:59 +00:00
Ejaaz Khan
c52362531c
fix: payment schedule table is empty while duplicating record
...
(cherry picked from commit fb3f08a441 )
2025-02-05 09:47:59 +00:00
Ejaaz Khan
ca4bb96fb4
fix: default payment terms template selected while duplicating
...
(cherry picked from commit 18127603fe )
2025-02-05 09:47:59 +00:00
Khushi Rawat
50d10d5c8d
Merge pull request #45733 from frappe/mergify/bp/version-15-hotfix/pr-42845
...
feat: account heads changed along with journal entry type and descrip… (backport #42845 )
2025-02-05 15:03:27 +05:30
Khushi Rawat
4aa072a8eb
fix: conflicts
2025-02-05 14:44:39 +05:30
Khushi Rawat
223fe62638
fix: resolved conflicts
2025-02-05 14:43:24 +05:30
rahulgupta8848
bbecd36a5d
feat: account heads changed along with journal entry type and descrip… ( #42845 )
...
* feat: account heads changed along with journal entry type and description
* feat: added patch for difference_amount for asset value adjustment and refactor
---------
Co-authored-by: “rahulgupta8848” <“rahul.gupta@8848digital.com ”>
(cherry picked from commit d4fdada83c )
# Conflicts:
# erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.json
# erpnext/patches.txt
2025-02-05 09:09:49 +00:00
ruthra kumar
9f28993575
Merge pull request #45732 from frappe/mergify/bp/version-15-hotfix/pr-45590
...
fix: remove tds account in taxes table on change of Tax Withholding C… (backport #45590 )
2025-02-05 14:28:07 +05:30
l0gesh29
1ad16c368e
fix: remove tds account in taxes table on change of Tax Withholding Category
...
(cherry picked from commit 79b5a3e1dd )
2025-02-05 08:39:21 +00:00
ruthra kumar
c1002d3787
Merge pull request #45728 from frappe/mergify/bp/version-15-hotfix/pr-45686
...
fix: allow multiple email ids (backport #45686 )
2025-02-05 14:08:48 +05:30
ruthra kumar
8ad32c4593
Merge pull request #45731 from frappe/mergify/bp/version-15-hotfix/pr-45447
...
fix(pos): add item in the existing item row when discount is applied (backport #45447 )
2025-02-05 14:04:09 +05:30
venkat102
0b54cb9a7c
fix(pos): add item in the existing item row when discount is applied
...
(cherry picked from commit bee2c04d0b )
2025-02-05 08:30:27 +00:00
Sudharsanan11
44d9fb7a69
fix: check billing address
...
(cherry picked from commit 9950e4aa0c )
2025-02-05 08:19:58 +00:00
Sudharsanan11
2a25302c35
fix: allow multiple email ids
...
(cherry picked from commit 423decb93c )
2025-02-05 08:19:58 +00:00
ruthra kumar
0cac9e9b9a
Merge pull request #45727 from frappe/mergify/bp/version-15-hotfix/pr-45610
...
fix: respect user set account if not advance account for getting outsanding invoices in payment entry (backport #45610 )
2025-02-05 13:40:05 +05:30
rohitwaghchaure
efa7602fae
Merge pull request #45718 from frappe/mergify/bp/version-15-hotfix/pr-45710
...
fix: show only items with inspection enabled on create QI dialog (backport #45710 )
2025-02-05 13:05:16 +05:30
ruthra kumar
b926b49afa
chore: fix typo
...
(cherry picked from commit 85378f9d1a )
2025-02-05 06:40:22 +00:00
ljain112
8108d7fdba
fix: respect user set account if not advance account for getting outstanding invoices in payment entry
...
(cherry picked from commit 9faf78d3e5 )
2025-02-05 06:40:22 +00:00
Mihir Kandoi
3689a2deae
chore: resolve conflicts
2025-02-05 12:00:01 +05:30
ruthra kumar
5a7b901327
Merge pull request #45719 from frappe/mergify/bp/version-15-hotfix/pr-45678
...
fix: copy correct uom from delivery note when creating packing list (backport #45678 )
2025-02-05 10:38:13 +05:30
rohitwaghchaure
51b03d40aa
Merge pull request #45721 from rohitwaghchaure/fixed-support-30732
...
fix: closing stock balance report not generating
2025-02-05 08:45:00 +05:30
Rohit Waghchaure
47d1c3b5a3
fix: closing stock balance report not generating
2025-02-05 05:29:23 +05:30
Mihir Kandoi
f9794e5b44
fix: copy correct uom from devliery note when creating packing list
...
(cherry picked from commit 3cdaa80526 )
2025-02-04 19:06:15 +00:00
Mihir Kandoi
401fd7fca7
fix: semgrep
...
(cherry picked from commit ffd10d1fe9 )
2025-02-04 19:04:57 +00:00
Mihir Kandoi
34f8a370d1
fix: show only items with inspection enabled on create QI dialog
...
(cherry picked from commit c92ec312b9 )
# Conflicts:
# erpnext/controllers/stock_controller.py
2025-02-04 19:04:57 +00:00
ruthra kumar
ac960d26e8
Merge pull request #45711 from frappe/mergify/bp/version-15-hotfix/pr-45582
...
fix: handling company in bank reconciliation tool (backport #45582 )
2025-02-04 17:32:42 +05:30
Aayush Dalal
aa27e19a58
fix: handling company in bank reconciliation tool ( #45582 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit d1c927530e )
2025-02-04 11:45:01 +00:00
rohitwaghchaure
1ed52c3b41
Merge pull request #45708 from frappe/mergify/bp/version-15-hotfix/pr-45701
...
fix: subcontracting validation precision issue (backport #45701 )
2025-02-04 15:56:44 +05:30
Frappe PR Bot
fea51b7086
chore(release): Bumped to Version 15.50.1
...
## [15.50.1](https://github.com/frappe/erpnext/compare/v15.50.0...v15.50.1 ) (2025-02-04)
### Bug Fixes
* not able to make manufacturing entry for alternate items ([32bfc2f ](32bfc2f555 ))
2025-02-04 10:23:41 +00:00
rohitwaghchaure
49192d90d0
Merge pull request #45707 from frappe/mergify/bp/version-15/pr-45647
...
fix: not able to make manufacturing entry for alternate items (backport #45646 ) (backport #45647 )
2025-02-04 15:52:11 +05:30
rohitwaghchaure
f9af53cd87
Merge pull request #45706 from frappe/mergify/bp/version-15-hotfix/pr-45698
...
feat: report to find incorrect SABB (backport #45698 )
2025-02-04 15:45:40 +05:30
Mihir Kandoi
5319683dbf
fix: subcontracting valiation precision issue
...
(cherry picked from commit 8720d412bd )
2025-02-04 09:54:08 +00:00
Rohit Waghchaure
32bfc2f555
fix: not able to make manufacturing entry for alternate items
...
(cherry picked from commit 1607aa1a44 )
(cherry picked from commit eef2f3c5d4 )
2025-02-04 09:52:11 +00:00
Rohit Waghchaure
a948f2e095
feat: report to find incorrect SABB
...
(cherry picked from commit 7e24395e00 )
2025-02-04 09:47:04 +00:00
mergify[bot]
6113cc1e43
fix: pos payment cash shortcut decimal (backport #45702 ) ( #45705 )
...
fix: pos payment cash shortcut decimal (#45702 )
(cherry picked from commit a20116816e )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-04 15:14:08 +05:30
mergify[bot]
b915e7f637
fix: point of sale padding (backport #45697 ) ( #45699 )
...
fix: point of sale padding (#45697 )
(cherry picked from commit 51a65899ec )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-04 14:02:38 +05:30
Shariq Ansari
0d03e03925
Merge pull request #45695 from frappe/mergify/bp/version-15-hotfix/pr-45694
...
fix: only system manager was able to create customer & prospect (backport #45694 )
2025-02-04 12:48:50 +05:30
Shariq Ansari
6149306b78
fix: only system manager was able to create customer & prospect
...
(cherry picked from commit 716edeb465 )
2025-02-04 06:41:09 +00:00
rohitwaghchaure
a0523c7956
Merge pull request #45690 from frappe/mergify/bp/version-15-hotfix/pr-45680
...
fix: slow SABB query (backport #45680 )
2025-02-03 23:10:46 +05:30
Rohit Waghchaure
7931c2d182
fix: slow SABB query
...
(cherry picked from commit 81978a0bd8 )
2025-02-03 17:02:03 +00:00
rohitwaghchaure
7658053dbd
Merge pull request #45665 from frappe/mergify/bp/version-15-hotfix/pr-45648
...
fix: consider process_loss_qty in work order (backport #45648 )
2025-02-03 20:57:01 +05:30
ruthra kumar
1b85cdcf48
Merge pull request #45677 from frappe/mergify/bp/version-15-hotfix/pr-45674
...
fix: track employee changes (backport #45674 )
2025-02-03 15:27:03 +05:30
ruthra kumar
16a80cc04a
Merge pull request #45675 from frappe/mergify/bp/version-15-hotfix/pr-45631
...
fix: Do not check for cancelled invoices (backport #45631 )
2025-02-03 14:32:00 +05:30
Ankush Menat
cf98ebf7fe
fix: track employee changes ( #45674 )
...
closes https://github.com/frappe/erpnext/issues/45571
(cherry picked from commit 827afbfa2e )
2025-02-03 08:52:45 +00:00
Deepesh Garg
84638f58fd
fix: Do not check for cancelled invoices
...
(cherry picked from commit 2c94867b0e )
2025-02-03 08:42:28 +00:00
Deepesh Garg
b612ab5823
fix: Do not check for cancelled invoices
...
(cherry picked from commit 701fc02050 )
2025-02-03 08:42:27 +00:00
ruthra kumar
0d94eba021
Merge pull request #45669 from frappe/mergify/bp/version-15-hotfix/pr-45619
...
feat: set bank account of company to default company bank account fro… (backport #45619 )
2025-02-03 14:05:23 +05:30
Shariq Ansari
7d95113499
Merge pull request #45673 from frappe/mergify/bp/version-15-hotfix/pr-45637
...
fix: renamed Comments Tab to Notes tab in Lead doctype (backport #45637 )
2025-02-03 13:27:26 +05:30
Shariq Ansari
afd2529c2a
chore: resolved conflict
2025-02-03 13:26:33 +05:30
Shariq Ansari
86edcfc1fd
fix: renamed Commments Tab to Notes tab in Lead doctype
...
(cherry picked from commit 018df3135a )
# Conflicts:
# erpnext/crm/doctype/lead/lead.json
2025-02-03 07:53:32 +00:00
Mihir Kandoi
b840271d2a
feat: set bank account of company to default company bank account from masters
...
(cherry picked from commit ce7702cc19 )
2025-02-03 06:31:55 +00:00
rohitwaghchaure
55ac00a510
Merge pull request #45667 from frappe/mergify/bp/version-15-hotfix/pr-45621
...
fix: delivered button of purchase order (backport #45621 )
2025-02-03 11:58:35 +05:30
Mihir Kandoi
c0b32c446b
fix: bind this to function
...
(cherry picked from commit 41649cf52d )
2025-02-03 06:22:47 +00:00
Mihir Kandoi
1522d76a3b
fix: consider process_loss_qty in work order
...
(cherry picked from commit 95fda47b6c )
2025-02-03 06:21:40 +00:00
rohitwaghchaure
83e676f128
Merge pull request #45647 from frappe/mergify/bp/version-15-hotfix/pr-45646
...
fix: not able to make manufacturing entry for alternate items (backport #45646 )
2025-02-03 11:48:03 +05:30
Rohit Waghchaure
eef2f3c5d4
fix: not able to make manufacturing entry for alternate items
...
(cherry picked from commit 1607aa1a44 )
2025-01-31 18:18:37 +00:00
rohitwaghchaure
821cc215e3
Merge pull request #45645 from frappe/mergify/bp/version-15-hotfix/pr-45642
...
fix: actual qty showing blank for sub-assembly items (backport #45642 )
2025-01-31 23:22:09 +05:30
rohitwaghchaure
3e09abc495
Merge pull request #45617 from rtdany10/expired-batch-pick
...
fix: ignore expired batch for pick list
2025-01-31 22:49:34 +05:30
Rohit Waghchaure
d0748b1b67
fix: actual qty showing blank for sub-assembly items
...
(cherry picked from commit 5be2e71a35 )
2025-01-31 17:09:00 +00:00
rohitwaghchaure
7fc70e3f20
Merge pull request #45638 from frappe/mergify/bp/version-15-hotfix/pr-45626
...
fix: validation to prevent submission, if the SABB is not linked to a stock transaction (backport #45626 )
2025-01-31 15:21:43 +05:30
Rohit Waghchaure
24a6f611d8
fix: validation to prevent submission if the SABB is not linked to a stock transaction
...
(cherry picked from commit f976115a2b )
2025-01-31 09:14:53 +00:00
ruthra kumar
4b91b7691a
Merge pull request #45636 from frappe/mergify/bp/version-15-hotfix/pr-45615
...
fix: correct error message in payment entry (backport #45615 )
2025-01-31 14:18:59 +05:30
ljain112
6ea5307b0e
fix: correct error message in payment entry
...
(cherry picked from commit 592704cfd0 )
2025-01-31 07:27:37 +00:00
rohitwaghchaure
d65101a5f2
Merge pull request #45634 from frappe/mergify/bp/version-15-hotfix/pr-45629
...
fix: attribute 'msgbox' not found in sales invoice.js (backport #45629 )
2025-01-31 12:11:28 +05:30
rohitwaghchaure
bd8e4eeddc
chore: fix conflicts
2025-01-31 12:09:50 +05:30
Mihir Kandoi
f6b49845e2
fix: attribute 'msgbox' not found in sales invoice.js
...
(cherry picked from commit 5643385c22 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.js
2025-01-31 06:34:32 +00:00
mergify[bot]
676dde59c2
fix: pos print receipt on submit (backport #45632 ) ( #45633 )
...
fix: pos print receipt on submit (#45632 )
(cherry picked from commit fe51535392 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-31 12:02:47 +05:30
mergify[bot]
72868eee04
fix: loading print receipt only at order complete (backport #45627 ) ( #45628 )
...
fix: loading print receipt only at order complete (#45627 )
(cherry picked from commit 5a1851dfe3 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-31 11:19:23 +05:30
rohitwaghchaure
04c1fc71dd
Merge pull request #45614 from frappe/mergify/bp/version-15-hotfix/pr-45612
...
fix: posting_date to posting_datetime in stock related queries (backport #45612 )
2025-01-30 21:19:19 +05:30
Dany Robert
786db3d0fa
fix: ignore expired batch for pick list
2025-01-30 19:34:06 +05:30
Rohit Waghchaure
cd5174e423
fix: posting_date to posting_datetime in stock related queries
...
(cherry picked from commit e61ab48145 )
2025-01-30 11:36:10 +00:00
rohitwaghchaure
20d5a79839
Merge pull request #45613 from frappe/mergify/bp/version-15-hotfix/pr-45609
...
fix: reposting issue with s3 backup (backport #45609 )
2025-01-30 17:05:16 +05:30
Rohit Waghchaure
73c1bf972e
fix: reposting issue with s3 backup
...
(cherry picked from commit 6b454ca9a7 )
2025-01-30 10:29:54 +00:00
mergify[bot]
6301b321d8
fix: Gross Profit Report with Correct Totals and Gross Margin (backport #45548 ) ( #45598 )
...
fix: Gross Profit Report with Correct Totals and Gross Margin (#45548 )
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit aaf720ab61 )
Co-authored-by: Sanket Shah <113279972+Sanket322@users.noreply.github.com >
2025-01-30 11:21:52 +05:30
mergify[bot]
8b75401db9
perf: stock entry with batch (backport #45486 ) ( #45602 )
...
perf: stock entry with batch
(cherry picked from commit 0b1b964b77 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2025-01-30 11:21:20 +05:30
rohitwaghchaure
b5856d4f1f
Merge pull request #45601 from frappe/mergify/bp/version-15-hotfix/pr-45600
...
fix: validation message (backport #45600 )
2025-01-29 20:48:56 +05:30
Rohit Waghchaure
47422111b4
fix: validation message
...
(cherry picked from commit 4c8dff942d )
2025-01-29 15:12:39 +00:00
Frappe PR Bot
c5cd0fcd29
chore(release): Bumped to Version 15.50.0
...
# [15.50.0](https://github.com/frappe/erpnext/compare/v15.49.3...v15.50.0 ) (2025-01-29)
### Bug Fixes
* add condition to check if item is delivered by supplier in make_purchase_order_for_default_supplier() (backport [#45370 ](https://github.com/frappe/erpnext/issues/45370 )) ([#45410 ](https://github.com/frappe/erpnext/issues/45410 )) ([5d7d3d8 ](5d7d3d8c19 ))
* add multiple item issue in stock entry (backport [#45544 ](https://github.com/frappe/erpnext/issues/45544 )) ([#45580 ](https://github.com/frappe/erpnext/issues/45580 )) ([8b0efab ](8b0efab13e ))
* added debounce to prevent multiple clicks (backport [#45369 ](https://github.com/frappe/erpnext/issues/45369 )) ([#45376 ](https://github.com/frappe/erpnext/issues/45376 )) ([bdc65da ](bdc65daadd ))
* added item_group filter in item_code field in stock balance report (backport [#45340 ](https://github.com/frappe/erpnext/issues/45340 )) ([#45389 ](https://github.com/frappe/erpnext/issues/45389 )) ([412e22f ](412e22fb4e ))
* allow to fix negative stock for batch using stock reco ([69c5695 ](69c5695f6e ))
* batch qty calculation (backport [#45367 ](https://github.com/frappe/erpnext/issues/45367 )) ([#45388 ](https://github.com/frappe/erpnext/issues/45388 )) ([767529f ](767529f0ec ))
* Correct Party Bank Account mapping in `Payment Entry` ([4a390ae ](4a390ae3de ))
* currency decimal on POS Past Order List (backport [#45524 ](https://github.com/frappe/erpnext/issues/45524 )) ([#45527 ](https://github.com/frappe/erpnext/issues/45527 )) ([ff46ae5 ](ff46ae5bc1 ))
* disable load_after_mapping when purchase order created from sales order (backport [#45405 ](https://github.com/frappe/erpnext/issues/45405 )) ([#45429 ](https://github.com/frappe/erpnext/issues/45429 )) ([ae5ce97 ](ae5ce97fd0 ))
* Do no query GLs if no PCVs are posted ([ad06652 ](ad06652ed5 ))
* do not allow to manually submit the SABB ([2b16eb5 ](2b16eb5381 ))
* do not check budget during reposting ([#45432 ](https://github.com/frappe/erpnext/issues/45432 )) ([f2b946d ](f2b946d325 ))
* don't update party-type on change of cost center in Journal Entry ([#45291 ](https://github.com/frappe/erpnext/issues/45291 )) ([fb75180 ](fb75180a7d ))
* existing logical error ([6c4655d ](6c4655dd72 ))
* fix creating documents from sales invoice (backport [#45346 ](https://github.com/frappe/erpnext/issues/45346 )) ([#45408 ](https://github.com/frappe/erpnext/issues/45408 )) ([73a21c2 ](73a21c294c ))
* get stock balance filtered by company for validating stock value in jv (backport [#45549 ](https://github.com/frappe/erpnext/issues/45549 )) ([#45578 ](https://github.com/frappe/erpnext/issues/45578 )) ([ef2f411 ](ef2f4118d9 ))
* import ([d74c498 ](d74c498efe ))
* import 2 ([b59d253 ](b59d253d93 ))
* JobCardTimeLog' object has no attribute 'remaining_time_in_mins' ([ef15429 ](ef15429d98 ))
* logical error in where condition of qb query ([c102e51 ](c102e51eb1 ))
* **material request:** mapping Sales Order Item Delivery Date to Mate… (backport [#45227 ](https://github.com/frappe/erpnext/issues/45227 )) ([#45424 ](https://github.com/frappe/erpnext/issues/45424 )) ([52fdc7c ](52fdc7cecd ))
* merge conflict ([57f79a2 ](57f79a2240 ))
* **payment entry:** get amount in transaction currency ([b37602c ](b37602c716 ))
* postal_code_move_and_fixes ([0e088dd ](0e088dde36 ))
* precision issue causing incorrect status ([46a2b7a ](46a2b7a07e ))
* precision issue in stock entry ([fe5e42d ](fe5e42d2dc ))
* **query:** remove duplicate docstatus condition ([#45586 ](https://github.com/frappe/erpnext/issues/45586 )) ([2d2f30e ](2d2f30e6cf ))
* remove applied pricing rule ([4e347d8 ](4e347d835e ))
* remove unnecessary auth from plaid connector (backport [#44305 ](https://github.com/frappe/erpnext/issues/44305 )) ([#45421 ](https://github.com/frappe/erpnext/issues/45421 )) ([d9b342f ](d9b342f257 ))
* removed field not present in v15 ([1be1981 ](1be19819fb ))
* resolved pos return setting to default mode of payment instead of user selection (backport [#45377 ](https://github.com/frappe/erpnext/issues/45377 )) ([#45419 ](https://github.com/frappe/erpnext/issues/45419 )) ([224a925 ](224a92587d ))
* return qty error due to precision (backport [#45536 ](https://github.com/frappe/erpnext/issues/45536 )) ([#45581 ](https://github.com/frappe/erpnext/issues/45581 )) ([a2ffdc7 ](a2ffdc7805 ))
* secure bulk transaction (backport [#45386 ](https://github.com/frappe/erpnext/issues/45386 )) ([#45426 ](https://github.com/frappe/erpnext/issues/45426 )) ([f9d9672 ](f9d96726f0 ))
* set company related values ([1498275 ](149827562b ))
* set expense_account and cost_center based on company in stock entry (backport [#45159 ](https://github.com/frappe/erpnext/issues/45159 )) ([#45416 ](https://github.com/frappe/erpnext/issues/45416 )) ([3eb28bb ](3eb28bb0e0 ))
* set party_account_currency for pos_invoice returns ([172fdad ](172fdad244 ))
* set preferred email in Employee via backend controller (backport [#45320 ](https://github.com/frappe/erpnext/issues/45320 )) ([#45379 ](https://github.com/frappe/erpnext/issues/45379 )) ([f8099a6 ](f8099a6847 ))
* Set right party name in bank transaction ([86f4bf6 ](86f4bf6e01 ))
* show payment entries in Tax Withheld Vouchers ([28bb9c3 ](28bb9c39e8 ))
* System was allowing to save payment schedule amount less than grand total (backport [#45322 ](https://github.com/frappe/erpnext/issues/45322 )) ([#45381 ](https://github.com/frappe/erpnext/issues/45381 )) ([2403cdc ](2403cdc4d7 ))
* update fields on change of item code In `Update Items` of `Sales Order` ([#45125 ](https://github.com/frappe/erpnext/issues/45125 )) ([f60a3bc ](f60a3bcedf ))
* update voucher outstanding from payment ledger ([e385594 ](e3855949e1 ))
* Use `process.extract` to get the corresponding party doc name of the result ([153e961 ](153e961df7 ))
* use frappe.datetime.str_to_user (backport [#45216 ](https://github.com/frappe/erpnext/issues/45216 )) ([#45417 ](https://github.com/frappe/erpnext/issues/45417 )) ([6c10393 ](6c10393164 ))
* use user defined discount amount or default ([e73aab0 ](e73aab0df5 ))
* validate items against selling settings (backport [#45288 ](https://github.com/frappe/erpnext/issues/45288 )) ([#45431 ](https://github.com/frappe/erpnext/issues/45431 )) ([7ff7ec7 ](7ff7ec7929 ))
* validate non-stock item for exchange loss/gain (backport [#45306 ](https://github.com/frappe/erpnext/issues/45306 )) ([#45380 ](https://github.com/frappe/erpnext/issues/45380 )) ([4e367de ](4e367dedec ))
* valuation for batch (backport [#45335 ](https://github.com/frappe/erpnext/issues/45335 )) ([#45420 ](https://github.com/frappe/erpnext/issues/45420 )) ([dec0cae ](dec0caeac5 ))
* variable names ([8f73978 ](8f73978a26 ))
* Wrong `bank_ac_no` filter + simplify convoluted logic ([60feb7c ](60feb7cbd4 ))
### Features
* Add chart of accounts for Switzerland ([de43c12 ](de43c123e2 ))
* add company level validation for accounting dimension ([8f0d270 ](8f0d270746 ))
* Add corrective job card operating cost as additional costs in stock entry ([efc7b9a ](efc7b9ac56 ))
* full screen on pos (backport [#45404 ](https://github.com/frappe/erpnext/issues/45404 )) ([#45418 ](https://github.com/frappe/erpnext/issues/45418 )) ([aca8d66 ](aca8d663dd ))
* pos configuration for print receipt on complete order ([#45392 ](https://github.com/frappe/erpnext/issues/45392 )) ([b9b4f63 ](b9b4f6316d ))
* **Sales Invoice:** allow linking to project without adding timesheets (backport [#44295 ](https://github.com/frappe/erpnext/issues/44295 )) ([#45528 ](https://github.com/frappe/erpnext/issues/45528 )) ([2c2a25a ](2c2a25ab16 ))
* **translations:** add Bengali translations for signature and client details ([4952733 ](495273365b ))
* **UX:** scroll to required field (backport [#44367 ](https://github.com/frappe/erpnext/issues/44367 )) ([#45433 ](https://github.com/frappe/erpnext/issues/45433 )) ([692a448 ](692a44816f ))
### Performance Improvements
* optimize DB calls with frappe.get_all (backport [#45289 ](https://github.com/frappe/erpnext/issues/45289 )) ([#45391 ](https://github.com/frappe/erpnext/issues/45391 )) ([04f5a72 ](04f5a72e08 ))
### Reverts
* Revert "feat(Sales Invoice): allow linking to project without adding timesheets (backport [#44295 ](https://github.com/frappe/erpnext/issues/44295 ))" ([#45531 ](https://github.com/frappe/erpnext/issues/45531 )) ([b004855 ](b004855e7c ))
2025-01-29 11:28:47 +00:00
ruthra kumar
cae8cee398
Merge pull request #45566 from frappe/version-15-hotfix
...
chore: release v15
2025-01-29 16:57:29 +05:30
rohitwaghchaure
cc96145ac9
Merge pull request #45595 from rohitwaghchaure/fixed-support-29212
...
fix: do not allow to manually submit the SABB
2025-01-29 16:38:19 +05:30
Rohit Waghchaure
2b16eb5381
fix: do not allow to manually submit the SABB
2025-01-29 16:36:17 +05:30
ruthra kumar
97d9030f26
Merge pull request #45594 from frappe/mergify/bp/version-15-hotfix/pr-45569
...
fix: update voucher outstanding from payment ledger (backport #45569 )
2025-01-29 16:30:52 +05:30
ruthra kumar
156dcf535d
Merge pull request #45592 from frappe/mergify/bp/version-15-hotfix/pr-45586
...
fix(query): remove duplicate docstatus condition (backport #45586 )
2025-01-29 16:19:25 +05:30
ljain112
e3855949e1
fix: update voucher outstanding from payment ledger
...
(cherry picked from commit dd77070351 )
2025-01-29 10:42:27 +00:00
Safvan Huzain
2d2f30e6cf
fix(query): remove duplicate docstatus condition ( #45586 )
...
fix: remove duplicate docstatus condition in query
(cherry picked from commit 3f2e93dcb6 )
2025-01-29 10:29:11 +00:00
ruthra kumar
3117052779
Merge pull request #45589 from frappe/mergify/bp/version-15-hotfix/pr-45441
...
fix: show payment entries in tax withheld vouchers (backport #45441 )
2025-01-29 15:53:46 +05:30
ruthra kumar
eac5c91c8f
Merge pull request #45588 from frappe/mergify/bp/version-15-hotfix/pr-45585
...
refactor: auto add taxes from template (backport #45585 )
2025-01-29 15:50:05 +05:30
mergify[bot]
ef2f4118d9
fix: get stock balance filtered by company for validating stock value in jv (backport #45549 ) ( #45578 )
...
* fix: get stock balance filtered by company for validating stock value in jv (#45549 )
* fix: get stock balance filtered by company for validating stock value in jv
* test: error is raised on validate
(cherry picked from commit 9f20854bd9 )
* fix: correct args for test case function
---------
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-01-29 15:39:30 +05:30
ljain112
8f73978a26
fix: variable names
...
(cherry picked from commit d97e78e5d3 )
2025-01-29 10:06:33 +00:00
ljain112
28bb9c39e8
fix: show payment entries in Tax Withheld Vouchers
...
(cherry picked from commit 55733d4f18 )
2025-01-29 10:06:33 +00:00
ruthra kumar
aef6b62f7d
refactor: auto add taxes from template
...
(cherry picked from commit d1086722bf )
2025-01-29 09:59:20 +00:00
mergify[bot]
a2ffdc7805
fix: return qty error due to precision (backport #45536 ) ( #45581 )
...
fix: return qty error due to precision
(cherry picked from commit 3078578692 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2025-01-29 12:46:44 +05:30
mergify[bot]
8b0efab13e
fix: add multiple item issue in stock entry (backport #45544 ) ( #45580 )
...
fix: add multiple item issue in stock entry (#45544 )
(cherry picked from commit 5a023dc8d4 )
Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com >
2025-01-29 12:45:34 +05:30
Mihir Kandoi
6323e641f6
Merge pull request #45542 from frappe/mergify/bp/version-15-hotfix/pr-45282
2025-01-28 18:36:59 +05:30
Mihir Kandoi
6c4655dd72
fix: existing logical error
2025-01-28 16:56:05 +05:30
ruthra kumar
33b5be03a8
Merge pull request #45563 from frappe/mergify/bp/version-15-hotfix/pr-45452
...
fix(payment entry): get amount in transaction currency (backport #45452 )
2025-01-28 14:56:51 +05:30
venkat102
b37602c716
fix(payment entry): get amount in transaction currency
...
(cherry picked from commit af97f42429 )
2025-01-28 09:04:35 +00:00
ruthra kumar
75a4c31948
Merge pull request #45558 from frappe/mergify/bp/version-15-hotfix/pr-45551
...
feat: Add chart of accounts for Switzerland (backport #45551 )
2025-01-28 11:59:40 +05:30
ruthra kumar
eef907a275
chore: rename json to standard name format
2025-01-28 11:41:36 +05:30
eagleautomate
de43c123e2
feat: Add chart of accounts for Switzerland
...
240812 Schulkontenrahmen VEB - DE
(cherry picked from commit 2c644ec2ef )
2025-01-28 06:04:37 +00:00
ruthra kumar
0576c5c37f
Merge pull request #45557 from frappe/mergify/bp/version-15-hotfix/pr-45125
...
fix: update fields on change of item code In `Update Items` of `Sales Order` (backport #45125 )
2025-01-28 11:32:18 +05:30
Sanket Shah
f60a3bcedf
fix: update fields on change of item code In Update Items of Sales Order ( #45125 )
...
* fix: update fields on change of item code
* fix: minor update
* fix: set the new values always
* Revert "fix: set the new values always"
This reverts commit 44daa0a641 .
---------
Co-authored-by: Sanket322 <shahsanket322003.com>
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit 9933d3c8ff )
2025-01-28 05:58:28 +00:00
Mihir Kandoi
1be19819fb
fix: removed field not present in v15
2025-01-28 10:09:31 +05:30
Mihir Kandoi
b59d253d93
fix: import 2
2025-01-27 22:55:33 +05:30
Mihir Kandoi
d74c498efe
fix: import
2025-01-27 22:17:13 +05:30
Mihir Kandoi
57f79a2240
fix: merge conflict
2025-01-27 22:01:13 +05:30
Raffael Meyer
fb1ea9524b
chore: bump actions/cache to v4 ( #45541 )
2025-01-27 13:29:51 +01:00
ruthra kumar
8d30b4d14e
Merge pull request #45539 from frappe/mergify/bp/version-15-hotfix/pr-45345
...
fix: maintain existing discounts in get_pricing_rule_for_item (backport #45345 )
2025-01-27 17:35:27 +05:30
Mihir Kandoi
c102e51eb1
fix: logical error in where condition of qb query
...
(cherry picked from commit 47f8a86003 )
# Conflicts:
# erpnext/stock/doctype/landed_cost_taxes_and_charges/landed_cost_taxes_and_charges.json
2025-01-27 12:03:40 +00:00
Mihir Kandoi
d6e0c6c969
refactor: added condition which checks for corrective operation setting
...
(cherry picked from commit 063a205e5a )
2025-01-27 12:03:39 +00:00
Mihir Kandoi
5c9ac27478
test: Added test for new feature
...
(cherry picked from commit 4fb48b7f22 )
2025-01-27 12:03:39 +00:00
Mihir Kandoi
efc7b9ac56
feat: Add corrective job card operating cost as additional costs in stock entry
...
(cherry picked from commit 2bf10f68a8 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
2025-01-27 12:03:38 +00:00
ruthra kumar
2c3e765896
Merge pull request #45534 from frappe/mergify/bp/version-15-hotfix/pr-45302
...
feat: add company level validation for accounting dimension (backport #45302 )
2025-01-27 16:09:32 +05:30
Sanket322
4e347d835e
fix: remove applied pricing rule
...
(cherry picked from commit 50223c6bec )
2025-01-27 10:32:53 +00:00
Sanket322
e73aab0df5
fix: use user defined discount amount or default
...
(cherry picked from commit e2a32b7257 )
2025-01-27 10:32:53 +00:00
ruthra kumar
bcd3351999
refactor(test): update test data
2025-01-27 15:46:39 +05:30
Sugesh393
67e45cf002
chore: update variable names for improved readability
...
(cherry picked from commit 36bae55299 )
2025-01-27 15:18:24 +05:30
Sugesh393
149827562b
fix: set company related values
...
(cherry picked from commit 454067198e )
2025-01-27 15:18:19 +05:30
Sugesh393
fac4e99b0e
test: add new unit test for company validation in accounting dimension
...
(cherry picked from commit c94091d68f )
2025-01-27 09:25:02 +00:00
Sugesh393
8f0d270746
feat: add company level validation for accounting dimension
...
(cherry picked from commit 60efd3e219 )
2025-01-27 09:25:01 +00:00
ruthra kumar
a718737931
Merge pull request #45530 from frappe/mergify/bp/version-15-hotfix/pr-45284
...
fix: set party_account_currency for pos_invoice returns (backport #45284 )
2025-01-27 14:54:11 +05:30
Nabin Hait
b004855e7c
Revert "feat(Sales Invoice): allow linking to project without adding timesheets (backport #44295 )" ( #45531 )
...
Revert "feat(Sales Invoice): allow linking to project without adding timeshee…"
This reverts commit 2c2a25ab16 .
2025-01-27 14:31:44 +05:30
Sugesh393
6a382f1430
test: add new unit test to check payments amount of pos_invoice returns
...
(cherry picked from commit 484ecf2479 )
2025-01-27 08:58:58 +00:00
Sugesh393
172fdad244
fix: set party_account_currency for pos_invoice returns
...
(cherry picked from commit 2af6fca7fa )
2025-01-27 08:58:58 +00:00
mergify[bot]
2c2a25ab16
feat(Sales Invoice): allow linking to project without adding timesheets (backport #44295 ) ( #45528 )
...
feat(Sales Invoice): allow linking to project without adding timesheets (#44295 )
* feat(Sales Invoice): allow linking to project without adding timesheets
* test: add timesheet data
(cherry picked from commit 11f65f20a0 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-01-27 14:26:19 +05:30
mergify[bot]
ff46ae5bc1
fix: currency decimal on POS Past Order List (backport #45524 ) ( #45527 )
...
fix: currency decimal on POS Past Order List (#45524 )
* fix: currency decimal on POS
* fix: removed precision
(cherry picked from commit 2ac8c92e7f )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-27 13:21:40 +05:30
mergify[bot]
692a44816f
feat(UX): scroll to required field (backport #44367 ) ( #45433 )
...
feat(UX): scroll to required field (#44367 )
(cherry picked from commit 4008ca5ddd )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-01-26 12:14:44 +05:30
rohitwaghchaure
f3b8d6867b
Merge pull request #45448 from frappe/mergify/bp/version-15-hotfix/pr-45443
...
fix: allow to fix negative stock for batch using stock reco (backport #45443 )
2025-01-25 15:21:16 +05:30
Rohit Waghchaure
69c5695f6e
fix: allow to fix negative stock for batch using stock reco
...
(cherry picked from commit 2e8cde3378 )
2025-01-25 09:34:11 +00:00
mergify[bot]
f9d96726f0
fix: secure bulk transaction (backport #45386 ) ( #45426 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: secure bulk transaction (#45386 )
2025-01-24 17:18:50 +01:00
rohitwaghchaure
4aa92572ef
Merge pull request #45438 from frappe/mergify/bp/version-15-hotfix/pr-45432
...
fix: do not check budget during reposting (backport #45432 )
2025-01-24 20:09:22 +05:30
rohitwaghchaure
f2b946d325
fix: do not check budget during reposting ( #45432 )
...
(cherry picked from commit 53704b98b5 )
2025-01-24 12:02:13 +00:00
rohitwaghchaure
13c7fceb91
Merge pull request #45435 from frappe/mergify/bp/version-15-hotfix/pr-45423
...
fix: precision issue in stock entry (backport #45423 )
2025-01-24 17:25:43 +05:30
Rohit Waghchaure
fe5e42d2dc
fix: precision issue in stock entry
...
(cherry picked from commit 9f3b8520fe )
2025-01-24 11:38:02 +00:00
mergify[bot]
7ff7ec7929
fix: validate items against selling settings (backport #45288 ) ( #45431 )
...
fix: validate items against selling settings (#45288 )
fix: validate_for_duplicate_items
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit d862e9b771 )
Co-authored-by: Sanket Shah <113279972+Sanket322@users.noreply.github.com >
2025-01-24 16:37:36 +05:30
mergify[bot]
ae5ce97fd0
fix: disable load_after_mapping when purchase order created from sales order (backport #45405 ) ( #45429 )
...
fix: disable load_after_mapping when purchase order created from sales order (#45405 )
(cherry picked from commit 97acbb3134 )
Co-authored-by: Venkatesh <47534423+venkat102@users.noreply.github.com >
2025-01-24 15:23:27 +05:30
mergify[bot]
52fdc7cecd
fix(material request): mapping Sales Order Item Delivery Date to Mate… (backport #45227 ) ( #45424 )
...
fix(material request): mapping Sales Order Item Delivery Date to Mate… (#45227 )
* fix(material request): mapping Sales Order Item Delivery Date to Material Request Item Required By
as mentioned in https://discuss.frappe.io/t/item-delivery-date-on-sales-order-is-not-transferred-to-material-request-item-required-by-date/140479
fixing
When you create a Material Request directly on the Sales Order via → Create → Material Request, Delivery Date on Sales Order Item is not transferred to Material Request Item Required By date.
* fix(linters): meaningless linters formatting message applied
In order to pass the linters test which I find meaningless as it asks for the comma after the last item in a dictionary data type
* fix(linters): formatting code for linters pass
Linters formatting applied
(cherry picked from commit 42edb9f5b1 )
Co-authored-by: Tufan Kaynak <31142607+toofun666@users.noreply.github.com >
2025-01-24 14:46:47 +05:30
mergify[bot]
d9b342f257
fix: remove unnecessary auth from plaid connector (backport #44305 ) ( #45421 )
...
fix: remove unnecessary auth from plaid connector (#44305 )
(cherry picked from commit e82911041d )
Co-authored-by: Martin Luessi <mluessi@gmail.com >
2025-01-24 14:18:04 +05:30
mergify[bot]
dec0caeac5
fix: valuation for batch (backport #45335 ) ( #45420 )
...
* fix: valuation for batch
(cherry picked from commit 5088d8576f )
# Conflicts:
# erpnext/stock/deprecated_serial_batch.py
* fix: version
(cherry picked from commit 8028dd2683 )
# Conflicts:
# .github/workflows/server-tests-mariadb.yml
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2025-01-24 13:13:57 +05:30
mergify[bot]
224a92587d
fix: resolved pos return setting to default mode of payment instead of user selection (backport #45377 ) ( #45419 )
...
fix: resolved pos return setting to default mode of payment instead of user selection (#45377 )
* fix: resolved pos return setting to default mode of payment instead of user selection
* refactor: removed console log statement
* refactor: moved get_payment_data to sales_and_purchase_return.py
(cherry picked from commit 54d234e05d )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-24 13:13:15 +05:30
mergify[bot]
aca8d663dd
feat: full screen on pos (backport #45404 ) ( #45418 )
...
feat: full screen on pos (#45404 )
* feat: full screen on pos
* refactor: variables for label
* fix: refactor and handled button label change
* refactor: rename enable fullscreen label
(cherry picked from commit 78c7c1c631 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-24 12:40:25 +05:30
mergify[bot]
6c10393164
fix: use frappe.datetime.str_to_user (backport #45216 ) ( #45417 )
...
fix: use frappe.datetime.str_to_user (#45216 )
* fix: default_datetime_format
* fix: add_format_datetime
* fix: update to str_to_user in point_of_sale/pos_controller.js
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
* fix: convert_to_str_to_user
* fix: linters
* fix: whitespace
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit cd3f03696e )
Co-authored-by: mahsem <137205921+mahsem@users.noreply.github.com >
2025-01-24 12:19:02 +05:30
mergify[bot]
3eb28bb0e0
fix: set expense_account and cost_center based on company in stock entry (backport #45159 ) ( #45416 )
...
fix: set expense_account and cost_center based on company in stock entry (#45159 )
* fix: set expense_account and cost_center based on company in stock entry
* fix: remove is_perpetual_inventory_enabled validation for cost_center
(cherry picked from commit 6ec18fb40d )
Co-authored-by: Sugesh G <73237300+Sugesh393@users.noreply.github.com >
2025-01-24 12:17:08 +05:30
Frappe PR Bot
de09da31bc
chore(release): Bumped to Version 15.49.3
...
## [15.49.3](https://github.com/frappe/erpnext/compare/v15.49.2...v15.49.3 ) (2025-01-24)
### Bug Fixes
* decorator and merge conflicts ([2f60f23 ](2f60f235a8 ))
2025-01-24 05:14:20 +00:00
ruthra kumar
835abfd88e
Merge pull request #45406 from frappe/auto-match-fix
...
fix: Wrong bank_ac_no filter + simplify logic in automatch
2025-01-24 10:43:13 +05:30
ruthra kumar
fd427ad2ef
Merge pull request #45413 from frappe/mergify/bp/version-15/pr-44790
...
refactor: configurable posting date for Exc Gain / Loss journal (backport #44790 )
2025-01-24 10:42:58 +05:30
ruthra kumar
2f60f235a8
fix: decorator and merge conflicts
2025-01-24 10:26:02 +05:30
ruthra kumar
1c10e4e92f
refactor: support JE posting date in semi-auto reconciilation tool
...
(cherry picked from commit a71718883e )
# Conflicts:
# erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
2025-01-24 04:50:33 +00:00
ruthra kumar
c90d33acc3
test: exc gain/loss posting date based on configuration
...
(cherry picked from commit 2f3281579a )
2025-01-24 04:50:32 +00:00
ruthra kumar
ccaf0d4b85
refactor: only apply configuration on normal payments
...
patch to update default value
(cherry picked from commit b2c3da135e )
2025-01-24 04:50:32 +00:00
ruthra kumar
d955986342
refactor: allow reconciliation date for exchange gain / loss
...
(cherry picked from commit 95af63e305 )
2025-01-24 04:50:31 +00:00
ruthra kumar
c127cbac57
refactor: configurable posting date for Exc Gain / Loss journal
...
(cherry picked from commit 5257413a93 )
2025-01-24 04:50:31 +00:00
ruthra kumar
c6bc5f5d7d
refactor: configurable posting date for Exc Gain / Loss journal
...
(cherry picked from commit 3fbd2ca0d9 )
2025-01-24 04:50:30 +00:00
ruthra kumar
1522600eb5
Merge pull request #45411 from frappe/mergify/bp/version-15-hotfix/pr-45291
...
fix: don't update party-type on change of cost center in Journal Entry (backport #45291 )
2025-01-24 10:16:53 +05:30
Sanket Shah
fb75180a7d
fix: don't update party-type on change of cost center in Journal Entry ( #45291 )
...
fix: don't update party-type on change of cost center
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit 19c8708e5e )
2025-01-23 13:04:19 +00:00
mergify[bot]
5d7d3d8c19
fix: add condition to check if item is delivered by supplier in make_purchase_order_for_default_supplier() (backport #45370 ) ( #45410 )
...
fix: add condition to check if item is delivered by supplier in make_purchase_order_for_default_supplier() (#45370 )
(cherry picked from commit 69464ab7ff )
Co-authored-by: Shanuka Hewage <89955436+Shanuka-98@users.noreply.github.com >
2025-01-23 18:18:48 +05:30
mergify[bot]
73a21c294c
fix: fix creating documents from sales invoice (backport #45346 ) ( #45408 )
...
* fix: fix creating documents from sales invoice (#45346 )
Co-authored-by: Meike Nedwidek <nedwidek@kk-software.de >
(cherry picked from commit 1758e125e0 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.js
* fix: resolved conflict
---------
Co-authored-by: meike289 <63092915+meike289@users.noreply.github.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-01-23 18:18:17 +05:30
marination
60feb7cbd4
fix: Wrong bank_ac_no filter + simplify convoluted logic
2025-01-23 13:14:25 +01:00
marination
153e961df7
fix: Use process.extract to get the corresponding party doc name of the result
...
- rapidfuzz accepts an iterable or a dict. dict input gives the dict key and value in the result
2025-01-23 13:13:12 +01:00
marination
86f4bf6e01
fix: Set right party name in bank transaction
...
- If party name and docname are different, set the docname in Bank Transaction
2025-01-23 13:12:59 +01:00
ruthra kumar
7fdf2a7d45
Merge pull request #45399 from frappe/mergify/bp/version-15-hotfix/pr-44790
...
refactor: configurable posting date for Exc Gain / Loss journal (backport #44790 )
2025-01-23 17:30:38 +05:30
ruthra kumar
3906e5c33f
chore: use correct decorator
2025-01-23 17:05:36 +05:30
ruthra kumar
72581dd0bf
Merge pull request #45400 from ruthra-kumar/manual_addition_of_translation
...
refactor: more translation in bengali
2025-01-23 16:52:16 +05:30
ruthra kumar
10ee6f3e22
chore: resolve conflict
2025-01-23 16:36:55 +05:30
ruthra kumar
db4fe59bca
Merge pull request #45398 from frappe/mergify/bp/version-15-hotfix/pr-44950
...
fix: postal_code_move_and_fixes (backport #44950 )
2025-01-23 16:35:05 +05:30
samsul580
495273365b
feat(translations): add Bengali translations for signature and client details
2025-01-23 16:31:59 +05:30
ruthra kumar
3c3f092382
refactor: support JE posting date in semi-auto reconciilation tool
...
(cherry picked from commit a71718883e )
# Conflicts:
# erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
2025-01-23 10:59:54 +00:00
ruthra kumar
693687d8a3
test: exc gain/loss posting date based on configuration
...
(cherry picked from commit 2f3281579a )
2025-01-23 10:59:53 +00:00
ruthra kumar
c070a140f2
refactor: only apply configuration on normal payments
...
patch to update default value
(cherry picked from commit b2c3da135e )
2025-01-23 10:59:53 +00:00
ruthra kumar
f411bcc8b5
refactor: allow reconciliation date for exchange gain / loss
...
(cherry picked from commit 95af63e305 )
2025-01-23 10:59:52 +00:00
ruthra kumar
763cc18aad
refactor: configurable posting date for Exc Gain / Loss journal
...
(cherry picked from commit 5257413a93 )
2025-01-23 10:59:52 +00:00
ruthra kumar
671f728c4a
refactor: configurable posting date for Exc Gain / Loss journal
...
(cherry picked from commit 3fbd2ca0d9 )
2025-01-23 10:59:52 +00:00
mahsem
0e088dde36
fix: postal_code_move_and_fixes
...
(cherry picked from commit 185bbb4c20 )
2025-01-23 10:48:01 +00:00
Diptanil Saha
546da29761
chore: quickbooks migrator integration removal ( #45393 )
2025-01-23 14:17:14 +05:30
Frappe PR Bot
4573408866
chore(release): Bumped to Version 15.49.2
...
## [15.49.2](https://github.com/frappe/erpnext/compare/v15.49.1...v15.49.2 ) (2025-01-23)
### Bug Fixes
* batch qty calculation (backport [#45367 ](https://github.com/frappe/erpnext/issues/45367 )) ([#45388 ](https://github.com/frappe/erpnext/issues/45388 )) ([42f7ee9 ](42f7ee905c ))
* JobCardTimeLog' object has no attribute 'remaining_time_in_mins' ([4542a75 ](4542a759ae ))
2025-01-23 08:43:35 +00:00
rohitwaghchaure
94aefcc62d
Merge pull request #45397 from frappe/mergify/bp/version-15/pr-45395
...
fix: JobCardTimeLog' object has no attribute 'remaining_time_in_mins' (backport #45394 ) (backport #45395 )
2025-01-23 14:12:17 +05:30
rohitwaghchaure
9fc1c3550f
Merge pull request #45396 from frappe/mergify/bp/version-15/pr-45388
...
fix: batch qty calculation (backport #45367 ) (backport #45388 )
2025-01-23 14:11:50 +05:30
Rohit Waghchaure
4542a759ae
fix: JobCardTimeLog' object has no attribute 'remaining_time_in_mins'
...
(cherry picked from commit 41dda35db7 )
(cherry picked from commit ef15429d98 )
2025-01-23 08:11:21 +00:00
mergify[bot]
42f7ee905c
fix: batch qty calculation (backport #45367 ) ( #45388 )
...
fix: batch qty calculation
(cherry picked from commit f07a71a882 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
(cherry picked from commit 767529f0ec )
2025-01-23 08:11:20 +00:00
rohitwaghchaure
0eac720182
Merge pull request #45395 from frappe/mergify/bp/version-15-hotfix/pr-45394
...
fix: JobCardTimeLog' object has no attribute 'remaining_time_in_mins' (backport #45394 )
2025-01-23 13:40:16 +05:30
Rohit Waghchaure
ef15429d98
fix: JobCardTimeLog' object has no attribute 'remaining_time_in_mins'
...
(cherry picked from commit 41dda35db7 )
2025-01-23 07:53:24 +00:00
Diptanil Saha
b9b4f6316d
feat: pos configuration for print receipt on complete order ( #45392 )
2025-01-23 13:07:27 +05:30
mergify[bot]
04f5a72e08
perf: optimize DB calls with frappe.get_all (backport #45289 ) ( #45391 )
...
perf: optimize DB calls with frappe.get_all (#45289 )
* perf: reduce multiple db queries
* fix: use frappe._dict instread of extra iteration
---------
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit 2a400dd3f8 )
Co-authored-by: Sanket Shah <113279972+Sanket322@users.noreply.github.com >
2025-01-23 13:01:12 +05:30
mergify[bot]
412e22fb4e
fix: added item_group filter in item_code field in stock balance report (backport #45340 ) ( #45389 )
...
fix: added item_group filter in item_code field in stock balance report (#45340 )
* fix: added item_group filter in item_code field in stock balance report
* feat: added filter to not show non stock items
(cherry picked from commit fe43d20545 )
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2025-01-23 11:25:33 +05:30
mergify[bot]
767529f0ec
fix: batch qty calculation (backport #45367 ) ( #45388 )
...
fix: batch qty calculation
(cherry picked from commit f07a71a882 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2025-01-23 11:17:14 +05:30
mergify[bot]
2403cdc4d7
fix: System was allowing to save payment schedule amount less than grand total (backport #45322 ) ( #45381 )
...
fix: System was allowing to save payment schedule amount less than grand total (#45322 )
* fix: System was allowing to save payment schedule amount less than grand_total
* style: After run pre-commit
(cherry picked from commit b26f0b6633 )
Co-authored-by: Diógenes Souza <103958767+devdiogenes@users.noreply.github.com >
2025-01-23 11:16:09 +05:30
mergify[bot]
4e367dedec
fix: validate non-stock item for exchange loss/gain (backport #45306 ) ( #45380 )
...
fix: validate non-stock item for exchange loss/gain (#45306 )
* fix: validate non-stock item
* test: add unit test to validate non-stock item exchange difference
* fix: use usd supplier
(cherry picked from commit 05579959f2 )
Co-authored-by: Rethik M <85231069+rs-rethik@users.noreply.github.com >
2025-01-23 11:15:51 +05:30
mergify[bot]
f8099a6847
fix: set preferred email in Employee via backend controller (backport #45320 ) ( #45379 )
...
fix: set preferred email in Employee via backend controller (#45320 )
fix: set preferred email in Employee (backend)
Set "Preferred Email" for Employee via validate. Unset value when
prefered_contact_email is also unset.
(cherry picked from commit 4481ca83ff )
Co-authored-by: gavin <gavin18d@gmail.com >
2025-01-23 11:15:22 +05:30
rohitwaghchaure
e7f1cda3c1
Merge pull request #45385 from frappe/mergify/bp/version-15-hotfix/pr-45382
...
fix: precision issue causing incorrect status (backport #45382 )
2025-01-22 20:48:30 +05:30
Rohit Waghchaure
46a2b7a07e
fix: precision issue causing incorrect status
...
(cherry picked from commit 4a7586cc01 )
2025-01-22 14:48:23 +00:00
mergify[bot]
bdc65daadd
fix: added debounce to prevent multiple clicks (backport #45369 ) ( #45376 )
...
fix: added debounce to prevent multiple clicks (#45369 )
* fix: added debounce to prevent multiple clicks
* fix: linters check
(cherry picked from commit 9ff3101b2d )
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2025-01-22 17:53:04 +05:30
Frappe PR Bot
89f7834517
chore(release): Bumped to Version 15.49.1
...
## [15.49.1](https://github.com/frappe/erpnext/compare/v15.49.0...v15.49.1 ) (2025-01-22)
### Bug Fixes
* Do no query GLs if no PCVs are posted ([5d04501 ](5d04501454 ))
2025-01-22 09:18:16 +00:00
Deepesh Garg
da8a712249
Merge pull request #45373 from frappe/mergify/bp/version-15/pr-45371
...
fix: Do no query GLs if no PCVs are posted (#45371 )
2025-01-22 14:46:59 +05:30
Deepesh Garg
5d04501454
fix: Do no query GLs if no PCVs are posted
...
(cherry picked from commit f4d1a54588 )
2025-01-22 09:15:09 +00:00
Deepesh Garg
7848f1146b
Merge pull request #45372 from frappe/mergify/bp/version-15-hotfix/pr-45371
...
fix: Do no query GLs if no PCVs are posted (backport #45371 )
2025-01-22 14:22:28 +05:30
Deepesh Garg
ad06652ed5
fix: Do no query GLs if no PCVs are posted
...
(cherry picked from commit f4d1a54588 )
2025-01-22 08:33:40 +00:00
ruthra kumar
98797fa918
Merge pull request #45368 from frappe/mergify/bp/version-15-hotfix/pr-45202
...
fix: Correct Party Bank Account mapping in `Payment Entry` from Transactional Doctypes (backport #45202 )
2025-01-22 13:00:13 +05:30
DaizyModi
4a390ae3de
fix: Correct Party Bank Account mapping in Payment Entry
...
(cherry picked from commit 376bdc75f4 )
2025-01-22 07:12:16 +00:00
Frappe PR Bot
b9fcc786fa
chore(release): Bumped to Version 15.49.0
...
# [15.49.0](https://github.com/frappe/erpnext/compare/v15.48.4...v15.49.0 ) (2025-01-22)
### Bug Fixes
* Ambiguous column error while creating Sales Return ([#45275 ](https://github.com/frappe/erpnext/issues/45275 )) ([842d72f ](842d72f7c4 ))
* apply ruff formatter changes ([8e33d93 ](8e33d93273 ))
* calculate AED exchange rate based on pegged value with USD ([05e4255 ](05e42558d1 ))
* check if tds deducted based on Purchase Taxes and Charges ([#45161 ](https://github.com/frappe/erpnext/issues/45161 )) ([ade8799 ](ade8799358 ))
* check if tds deducted based on Purchase Taxes and Charges (backport [#45161 ](https://github.com/frappe/erpnext/issues/45161 )) ([#45277 ](https://github.com/frappe/erpnext/issues/45277 )) ([3abca03 ](3abca03fc1 ))
* company in quality inspection ([c0cf1fe ](c0cf1fed00 ))
* conflict ([bdaf376 ](bdaf3761c0 ))
* do not reset picked items ([fd83b52 ](fd83b52513 ))
* Does not allow to create Sub-Asseblies of Sub Assemblies ([d3c9092 ](d3c9092266 ))
* ensure multiple PCVs in same fiscal year are considered in patch ([fcd914c ](fcd914cfa0 ))
* fetching items from blanket order to sales/purchase order ([#45262 ](https://github.com/frappe/erpnext/issues/45262 )) ([7fc19e1 ](7fc19e19be ))
* fixed typo in manufacturing settings and field rename ([#45238 ](https://github.com/frappe/erpnext/issues/45238 )) ([7641627 ](7641627b71 ))
* getting scrap items from sub assemblies by fetching scrap items for parent BOM ([da7b691 ](da7b69109a ))
* ignore crm deal in tax_rule search filter (backport [#45134 ](https://github.com/frappe/erpnext/issues/45134 )) ([#45138 ](https://github.com/frappe/erpnext/issues/45138 )) ([afab5be ](afab5be63f ))
* include pos invoice in modifing key for returned item validation ([70ed8b7 ](70ed8b78d2 ))
* linters ([61303db ](61303db16d ))
* precision on work order total qty ([#45341 ](https://github.com/frappe/erpnext/issues/45341 )) ([5346820 ](53468202de ))
* **Project:** re-phrase welcome email ([#45175 ](https://github.com/frappe/erpnext/issues/45175 )) ([c94430a ](c94430a472 ))
* round off tax withholding amount ([#45271 ](https://github.com/frappe/erpnext/issues/45271 )) ([3c10d80 ](3c10d809b0 ))
* sales return for multi-uom ([#45303 ](https://github.com/frappe/erpnext/issues/45303 )) ([e965b6e ](e965b6ef45 ))
* set invoice start date to subscription start date (backport [#45342 ](https://github.com/frappe/erpnext/issues/45342 )) ([#45343 ](https://github.com/frappe/erpnext/issues/45343 )) ([7045c2c ](7045c2cc3d ))
* status of the serial no for the raw materials ([d956051 ](d956051e69 ))
* translation fixes ([e4f09ce ](e4f09ce543 ))
* updated modified timestamp for stock entry type (backport [#45280 ](https://github.com/frappe/erpnext/issues/45280 )) ([#45315 ](https://github.com/frappe/erpnext/issues/45315 )) ([96a3a45 ](96a3a45078 ))
* use currency defined in plan for subscription invoice ([#45104 ](https://github.com/frappe/erpnext/issues/45104 )) ([a27eac1 ](a27eac1ef6 ))
* use currency defined in plan for subscription invoice (backport [#45104 ](https://github.com/frappe/erpnext/issues/45104 )) ([#45273 ](https://github.com/frappe/erpnext/issues/45273 )) ([2c46be4 ](2c46be4cfb ))
* validate linked sales person ([85910ec ](85910ec2f9 ))
### Features
* add option to update modified on communication recieved (backport [#45307 ](https://github.com/frappe/erpnext/issues/45307 )) ([#45310 ](https://github.com/frappe/erpnext/issues/45310 )) ([bf8d6ae ](bf8d6ae6bf ))
* add Syscohada charts of accounts ([2667649 ](26676491e5 ))
* Added valuation of quantity for each age group in stock ageing … (backport [#45076 ](https://github.com/frappe/erpnext/issues/45076 )) ([#45208 ](https://github.com/frappe/erpnext/issues/45208 )) ([dd58e4c ](dd58e4cb53 ))
### Performance Improvements
* Ignore is_opening column in GL Queries ([#45327 ](https://github.com/frappe/erpnext/issues/45327 )) ([b7de26d ](b7de26d123 ))
### Reverts
* avoid change to translatable string ([93e3847 ](93e3847e36 ))
2025-01-22 03:32:58 +00:00
ruthra kumar
15da04d7de
Merge pull request #45357 from frappe/version-15-hotfix
...
chore: release v15
2025-01-22 09:01:34 +05:30
mergify[bot]
bf8d6ae6bf
feat: add option to update modified on communication recieved (backport #45307 ) ( #45310 )
...
* feat: add option to update modified on communication recieved (#45307 )
(cherry picked from commit aa38895caf )
# Conflicts:
# erpnext/crm/doctype/crm_settings/crm_settings.json
* chore: resolve conflict
---------
Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2025-01-21 20:21:46 +05:30
mergify[bot]
96a3a45078
fix: updated modified timestamp for stock entry type (backport #45280 ) ( #45315 )
...
* fix: updated modified timestamp for stock entry type (#45280 )
(cherry picked from commit 2d45d0e5d5 )
# Conflicts:
# erpnext/stock/doctype/stock_entry_type/stock_entry_type.json
* fix: resolved conflict
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-01-21 20:20:58 +05:30
Dany Robert
53468202de
fix: precision on work order total qty ( #45341 )
...
* fix: precision on work order total qty
* chore: linters
2025-01-21 20:18:26 +05:30
ruthra kumar
10d99f4bc9
Merge pull request #45360 from frappe/mergify/bp/version-15-hotfix/pr-45242
...
fix: include pos invoice in modifing key for returned item validation (backport #45242 )
2025-01-21 16:58:21 +05:30
venkat102
70ed8b78d2
fix: include pos invoice in modifing key for returned item validation
...
(cherry picked from commit 2936139c79 )
2025-01-21 11:06:17 +00:00
ruthra kumar
abf93693e9
Merge pull request #45356 from frappe/mergify/bp/version-15-hotfix/pr-45215
...
fix: calculate AED exchange rate based on pegged value with USD (backport #45215 )
2025-01-21 14:55:27 +05:30
ruthra kumar
61a506927f
Merge pull request #45355 from frappe/mergify/bp/version-15-hotfix/pr-45327
...
perf: Ignore is_opening column in GL Queries (backport #45327 )
2025-01-21 14:34:08 +05:30
ruthra kumar
87f1376d86
refactor: use dictionary for better expandability
...
(cherry picked from commit 2e535955b3 )
2025-01-21 08:29:26 +00:00
ruthra kumar
05e5e43c06
refactor: fix type error
...
(cherry picked from commit dd923332cb )
2025-01-21 08:29:26 +00:00
Kavin
05e42558d1
fix: calculate AED exchange rate based on pegged value with USD
...
(cherry picked from commit 455ef6f084 )
2025-01-21 08:29:26 +00:00
ruthra kumar
06c0547ca4
Merge pull request #45312 from frappe/mergify/bp/version-15-hotfix/pr-45175
...
fix(Project): re-phrase welcome email (backport #45175 )
2025-01-21 13:56:51 +05:30
ruthra kumar
f97f7cead4
Merge pull request #45317 from frappe/mergify/bp/version-15-hotfix/pr-45262
...
fix: fetching items from blanket order to sales/purchase order (backport #45262 )
2025-01-21 13:55:51 +05:30
ruthra kumar
c76ac04ddd
Merge pull request #45314 from frappe/mergify/bp/version-15-hotfix/pr-45271
...
fix: round off tax withholding amount (backport #45271 )
2025-01-21 13:55:03 +05:30
Deepesh Garg
b7de26d123
perf: Ignore is_opening column in GL Queries ( #45327 )
...
* perf: Ignore is_opening column in GL Queries
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
(cherry picked from commit 993f40fa43 )
2025-01-21 08:20:18 +00:00
ruthra kumar
e63d3257a7
Merge pull request #45338 from frappe/mergify/bp/version-15-hotfix/pr-44453
...
feat: Create Syscohada charts of accounts (backport #44453 )
2025-01-21 13:17:17 +05:30
mergify[bot]
7045c2cc3d
fix: set invoice start date to subscription start date (backport #45342 ) ( #45343 )
...
fix: set invoice start date to subscription start date (#45342 )
(cherry picked from commit 68fb1b28eb )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-20 17:34:20 +05:30
ruthra kumar
03219142e0
Merge pull request #45339 from frappe/mergify/bp/version-15-hotfix/pr-45334
...
fix: translation fixes (backport #45334 )
2025-01-20 13:11:34 +05:30
ruthra kumar
085d80521c
Merge pull request #45316 from frappe/mergify/bp/version-15-hotfix/pr-45275
...
fix: Ambiguous column error while creating Sales Return (backport #45275 )
2025-01-20 12:13:39 +05:30
mahsem
61303db16d
fix: linters
...
(cherry picked from commit 3697ba0772 )
2025-01-20 06:42:02 +00:00
mahsem
e4f09ce543
fix: translation fixes
...
(cherry picked from commit 1d81a9f933 )
2025-01-20 06:42:02 +00:00
Nelly Traore
26676491e5
feat: add Syscohada charts of accounts
...
(cherry picked from commit aa8254963c )
2025-01-20 06:39:12 +00:00
ruthra kumar
6120999632
Merge pull request #45337 from frappe/mergify/bp/version-15-hotfix/pr-45167
...
fix: validate linked sales person (backport #45167 )
2025-01-20 12:08:26 +05:30
Sudharsanan11
85910ec2f9
fix: validate linked sales person
...
(cherry picked from commit e614f07795 )
2025-01-20 06:20:29 +00:00
rohitwaghchaure
011519e3ea
Merge pull request #45325 from frappe/mergify/bp/version-15-hotfix/pr-44783
...
fix: do not reset picked items (backport #44783 )
2025-01-19 13:49:08 +05:30
Rohit Waghchaure
fd83b52513
fix: do not reset picked items
...
(cherry picked from commit 34a80bfcd3 )
2025-01-18 08:54:05 +00:00
rohitwaghchaure
5b3a97d8a5
Merge pull request #45324 from frappe/mergify/bp/version-15-hotfix/pr-45298
...
fix: company in quality inspection (backport #45298 )
2025-01-18 12:48:59 +05:30
Rohit Waghchaure
c0cf1fed00
fix: company in quality inspection
...
(cherry picked from commit 397cd79e1e )
2025-01-18 06:45:58 +00:00
rohitwaghchaure
9e353e218b
Merge pull request #45321 from frappe/mergify/bp/version-15-hotfix/pr-45238
...
fix: fixed typo in manufacturing settings and field rename (backport #45238 )
2025-01-17 19:50:55 +05:30
barredterra
93e3847e36
revert: avoid change to translatable string
2025-01-17 14:34:44 +01:00
rohitwaghchaure
2226cc556f
Merge pull request #45309 from frappe/mergify/bp/version-15-hotfix/pr-45303
...
fix: sales return for multi-uom (backport #45303 )
2025-01-17 18:41:04 +05:30
ruthra kumar
e84fdd9a7a
Merge pull request #45319 from frappe/mergify/bp/version-15-hotfix/pr-44811
...
fix!: ensure multiple PCVs in same fiscal year are considered in patch (backport #44811 )
2025-01-17 17:29:53 +05:30
Diptanil Saha
7641627b71
fix: fixed typo in manufacturing settings and field rename ( #45238 )
...
* chore: field rename and patch entry
* chore: patch file rename and description improvement
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
(cherry picked from commit 97e3770872 )
2025-01-17 11:56:17 +00:00
Sagar Vora
fcd914cfa0
fix: ensure multiple PCVs in same fiscal year are considered in patch
...
(cherry picked from commit 84e0b41c4f )
2025-01-17 11:32:06 +00:00
mergify[bot]
afab5be63f
fix: ignore crm deal in tax_rule search filter (backport #45134 ) ( #45138 )
...
fix: ignore crm deal in tax_rule search filter (#45134 )
(cherry picked from commit dc5bff9008 )
Co-authored-by: Venkatesh <47534423+venkat102@users.noreply.github.com >
2025-01-17 17:01:28 +05:30
mergify[bot]
dd58e4cb53
feat: Added valuation of quantity for each age group in stock ageing … (backport #45076 ) ( #45208 )
...
* feat: Added valuation of quantity for each age group in stock ageing report
(cherry picked from commit 2f80c4dee5 )
* fix: Test case for ageing report
(cherry picked from commit 839b79ffd0 )
* fix: Fixed more test cases
(cherry picked from commit f996f71d16 )
* fix: Fixed final test case
(cherry picked from commit 1f2d7da426 )
* test: Valuation of ageing stock
(cherry picked from commit dbb572eec1 )
---------
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2025-01-17 16:56:58 +05:30
Diptanil Saha
7fc19e19be
fix: fetching items from blanket order to sales/purchase order ( #45262 )
...
* fix: blanket order with zero item quantity
* fix: item quantity validation
* refactor: resolve linter issue
(cherry picked from commit 98d401bee4 )
2025-01-17 11:24:06 +00:00
Nabin Hait
842d72f7c4
fix: Ambiguous column error while creating Sales Return ( #45275 )
...
(cherry picked from commit ec487c14d9 )
2025-01-17 11:22:22 +00:00
Lakshit Jain
3c10d809b0
fix: round off tax withholding amount ( #45271 )
...
(cherry picked from commit ada272a29b )
2025-01-17 11:21:15 +00:00
Patrick Eißler
c94430a472
fix(Project): re-phrase welcome email ( #45175 )
...
(cherry picked from commit 8d66142865 )
2025-01-17 11:19:08 +00:00
rohitwaghchaure
e965b6ef45
fix: sales return for multi-uom ( #45303 )
...
(cherry picked from commit 9163f60191 )
2025-01-17 11:07:38 +00:00
rohitwaghchaure
c789171a15
Merge pull request #45293 from frappe/mergify/bp/version-15-hotfix/pr-45283
...
fix: Does not allow to create Sub-Asseblies of Sub Assemblies (backport #45283 )
2025-01-16 16:58:27 +05:30
Rohit Waghchaure
d3c9092266
fix: Does not allow to create Sub-Asseblies of Sub Assemblies
...
(cherry picked from commit 318a945d66 )
2025-01-16 09:28:49 +00:00
rohitwaghchaure
a11c15a6cb
Merge pull request #42928 from Axentorllc/Fix-BOM-Scrap
...
fix: getting scrap items from sub assemblies by fetching scrap items for parent BOM
2025-01-16 14:55:54 +05:30
rohitwaghchaure
b6ff79f34c
Merge pull request #45281 from frappe/mergify/bp/version-15-hotfix/pr-45278
...
fix: status of the serial no for the raw materials (backport #45278 )
2025-01-16 11:54:50 +05:30
rohitwaghchaure
e2d711540f
chore: fix conflicts
2025-01-15 18:17:04 +05:30
Rohit Waghchaure
d956051e69
fix: status of the serial no for the raw materials
...
(cherry picked from commit 9607b16dcf )
# Conflicts:
# erpnext/stock/doctype/serial_no/serial_no.json
2025-01-15 12:45:05 +00:00
Smit Vora
2c46be4cfb
fix: use currency defined in plan for subscription invoice (backport #45104 ) ( #45273 )
...
Co-authored-by: ljain112 <ljain112@gmail.com >
fix: use currency defined in plan for subscription invoice (#45104 )
2025-01-15 18:09:01 +05:30
Smit Vora
3abca03fc1
fix: check if tds deducted based on Purchase Taxes and Charges (backport #45161 ) ( #45277 )
...
fix: check if tds deducted based on Purchase Taxes and Charges (#45161 )
2025-01-15 18:08:18 +05:30
Frappe PR Bot
d1fee96f75
chore(release): Bumped to Version 15.48.4
...
## [15.48.4](https://github.com/frappe/erpnext/compare/v15.48.3...v15.48.4 ) (2025-01-15)
### Bug Fixes
* auto fetch batch and serial no for draft stock transactions ([2f2554e ](2f2554e9e5 ))
* batch number search on pos ([#45209 ](https://github.com/frappe/erpnext/issues/45209 )) ([fe5c458 ](fe5c458c45 ))
* change string to be able to translate ([#45090 ](https://github.com/frappe/erpnext/issues/45090 )) ([7a3687c ](7a3687ca8e ))
* deduct tds on excess amount if checked ([07c3605 ](07c3605905 ))
* delivery_document_no column issue ([0df1808 ](0df18080c7 ))
* do not add ordered items from Quotation to new Sales Order ([f414fa4 ](f414fa4981 ))
* don't create invoice if invoice start date is in future ([3f6d774 ](3f6d7741d9 ))
* incorrect label in Item-wise sales register ([36d1fbd ](36d1fbd6a3 ))
* incorrect valuation for sales return with different warhouse ([9ee5651 ](9ee5651848 ))
* incorrect valuation rate for PI based revaluation ([f7e3854 ](f7e3854641 ))
* linter issue ([af21bca ](af21bca231 ))
* minor update for readability ([abfcfdf ](abfcfdfe7e ))
* not able to see create Quality Inspection button ([a79cae1 ](a79cae1fef ))
* pass right existing address ([80e6112 ](80e6112549 ))
* precision loss causing process loss variance ([d84601b ](d84601b2a3 ))
* Semgrep rules ([1d5a73a ](1d5a73a325 ))
* set billing and shipping address on change of company ([42eb88f ](42eb88f5f6 ))
* Skip WIP Warehouse transfer ([bb0695a ](bb0695a883 ))
* test case ([f5667f5 ](f5667f56e4 ))
* test case ([7d66e4e ](7d66e4efb0 ))
* tests ([8ba42cf ](8ba42cfbf0 ))
* timeout error for work order ([122b966 ](122b966a7b ))
* **Timesheet:** ignore permissions when updating Task and Project (backport [#45168 ](https://github.com/frappe/erpnext/issues/45168 )) ([#45170 ](https://github.com/frappe/erpnext/issues/45170 )) ([f7448c6 ](f7448c6f79 ))
* typo in manufacturing settings (backport [#45190 ](https://github.com/frappe/erpnext/issues/45190 )) ([#45193 ](https://github.com/frappe/erpnext/issues/45193 )) ([47c6e5a ](47c6e5a931 ))
* update discounting on mixed conditions ([38cb5a9 ](38cb5a98bf ))
2025-01-15 12:28:46 +00:00
rohitwaghchaure
5e13dcfe55
Merge pull request #45263 from frappe/version-15-hotfix
...
chore: release v15
2025-01-15 17:57:26 +05:30
rohitwaghchaure
80b80e77d8
Merge pull request #45274 from frappe/mergify/bp/version-15-hotfix/pr-45270
...
fix: Skip WIP Warehouse transfer (backport #45270 )
2025-01-15 17:37:33 +05:30
Rohit Waghchaure
f5667f56e4
fix: test case
2025-01-15 16:20:17 +05:30
ljain112
bdaf3761c0
fix: conflict
2025-01-15 15:39:48 +05:30
Lakshit Jain
ade8799358
fix: check if tds deducted based on Purchase Taxes and Charges ( #45161 )
...
(cherry picked from commit 37a5767be5 )
2025-01-15 10:03:19 +00:00
Mihir Kandoi
4e1d4005d9
test: Added new test to check wip skip
...
(cherry picked from commit 6edb454eea )
2025-01-15 09:37:03 +00:00
Mihir Kandoi
8ba42cfbf0
fix: tests
...
(cherry picked from commit 09d26a835f )
2025-01-15 09:37:03 +00:00
Mihir Kandoi
bb0695a883
fix: Skip WIP Warehouse transfer
...
(cherry picked from commit bbb5f8056b )
2025-01-15 09:37:03 +00:00
Lakshit Jain
a27eac1ef6
fix: use currency defined in plan for subscription invoice ( #45104 )
...
(cherry picked from commit a4453fb77b )
2025-01-15 09:23:51 +00:00
rohitwaghchaure
88c10fa7b6
Merge pull request #45268 from frappe/mergify/bp/version-15-hotfix/pr-45259
...
fix: incorrect valuation for sales return with different warhouse (backport #45259 )
2025-01-14 20:35:44 +05:30
rohitwaghchaure
1c6fe9da3b
chore: fix conflicts
2025-01-14 18:36:27 +05:30
Rohit Waghchaure
9ee5651848
fix: incorrect valuation for sales return with different warhouse
...
(cherry picked from commit 3a2e816759 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/test_delivery_note.py
2025-01-14 13:04:36 +00:00
rohitwaghchaure
1be8051f7a
Merge pull request #45258 from frappe/mergify/bp/version-15-hotfix/pr-45241
...
fix: auto fetch batch and serial no for draft stock transactions (backport #45241 )
2025-01-14 18:33:08 +05:30
Rohit Waghchaure
af21bca231
fix: linter issue
2025-01-14 18:15:32 +05:30
ruthra kumar
d508ea2420
Merge pull request #45267 from frappe/mergify/bp/version-15-hotfix/pr-45211
...
refactor: allow users to configure interval for Semi-Auto payment reconciliation (backport #45211 )
2025-01-14 17:35:56 +05:30
ruthra kumar
e1405a5c4f
refactor: allow users to configure interval for Semi-Auto payment reconciliation ( #45211 )
...
* refactor: configurable interval for reconciliation trigger
* refactor: set default value for interval
* refactor: configurable queue size
* refactor: use patch to setup default cron job
* refactor: use 'after_migrate' to setup cron for reconciliation
User specified interval will be used
* chore: type casting
* refactor: use scheduler_event to persist cron
* chore: rename field
* chore: use configured queue size
* chore: remove unwanted field
(cherry picked from commit ce9c606f71 )
2025-01-14 11:46:48 +00:00
ruthra kumar
f91eb3ef9f
Merge pull request #45265 from frappe/mergify/bp/version-15-hotfix/pr-45182
...
refactor: configurable reconciliation dates for Advance Payments (backport #45182 )
2025-01-14 16:57:56 +05:30
ruthra kumar
14d1f67ba9
chore: resolve conflicts
2025-01-14 15:24:24 +05:30
ruthra kumar
18946f8495
refactor: only update reconcile_effect_on advance in separate acc
...
(cherry picked from commit 9ee5fcc602 )
2025-01-14 09:50:26 +00:00
ruthra kumar
8f431041f8
refactor: backwards compatibility
...
(cherry picked from commit 9fa1865cb7 )
2025-01-14 09:50:25 +00:00
ruthra kumar
e7571c1a32
refactor: save reconcile effect on reference table
...
(cherry picked from commit a4271aa5d1 )
2025-01-14 09:50:25 +00:00
ruthra kumar
a438520549
refactor: store reconciliation date in reference
...
Helps with reposting
(cherry picked from commit 7e7775aa44 )
2025-01-14 09:50:25 +00:00
ruthra kumar
2cdfa91725
test: ensure reconciliation date config takes effect
...
(cherry picked from commit e0517852bc )
2025-01-14 09:50:24 +00:00
ruthra kumar
be8e1c0520
refactor: hide old checkbox
...
(cherry picked from commit c8e93e7a61 )
2025-01-14 09:50:24 +00:00
ruthra kumar
74f00bb51b
refactor: payment entry to handle posting date on configuation
...
(cherry picked from commit bb8d2c994c )
2025-01-14 09:50:24 +00:00
ruthra kumar
34b336ca80
refactor: test cases updated
...
(cherry picked from commit fb6c72a247 )
2025-01-14 09:50:23 +00:00
ruthra kumar
55d699ee01
refactor: patch to migrate checkbox to select
...
(cherry picked from commit a8a8ac71b6 )
# Conflicts:
# erpnext/patches.txt
2025-01-14 09:50:23 +00:00
ruthra kumar
ad9e5d41b2
refactor: introduce select fields in company and payment entry
...
(cherry picked from commit 8b2c981fc3 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2025-01-14 09:50:22 +00:00
ruthra kumar
8ab39f5160
Merge pull request #45261 from frappe/mergify/bp/version-15-hotfix/pr-45260
...
fix: incorrect label in Item-wise sales register (backport #45260 )
2025-01-14 14:05:58 +05:30
ruthra kumar
36d1fbd6a3
fix: incorrect label in Item-wise sales register
...
(cherry picked from commit d9013e1054 )
2025-01-14 08:26:06 +00:00
ruthra kumar
b4bcb7f9ac
Merge pull request #45257 from frappe/mergify/bp/version-15-hotfix/pr-45090
...
fix: change string to be able to translate (backport #45090 )
2025-01-14 13:35:13 +05:30
rohitwaghchaure
2676e0ea1f
chore: fix conflicts
2025-01-14 12:49:17 +05:30
Rohit Waghchaure
2f2554e9e5
fix: auto fetch batch and serial no for draft stock transactions
...
(cherry picked from commit 88ab9be79c )
# Conflicts:
# erpnext/stock/get_item_details.py
2025-01-14 07:06:32 +00:00
mahsem
7a3687ca8e
fix: change string to be able to translate ( #45090 )
...
* fix: change_string_to_translate
* fix: debit note translation
* chore: update 'modified' field
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit a3165c5719 )
2025-01-14 06:26:50 +00:00
ruthra kumar
f954b241a8
Merge pull request #45234 from frappe/mergify/bp/version-15-hotfix/pr-45209
...
fix: batch number search on pos (backport #45209 )
2025-01-14 11:42:04 +05:30
ruthra kumar
13c3483669
Merge pull request #45256 from frappe/mergify/bp/version-15-hotfix/pr-45078
...
fix: don't create invoice if `current_invoice_start ` is in future (backport #45078 )
2025-01-14 10:43:19 +05:30
ruthra kumar
74a256ad57
Merge pull request #45255 from frappe/mergify/bp/version-15-hotfix/pr-45074
...
fix: set billing and shipping address on change of company (backport #45074 )
2025-01-14 10:22:42 +05:30
ruthra kumar
f897999d79
Merge pull request #45254 from frappe/mergify/bp/version-15-hotfix/pr-45001
...
fix: deduct tds on excess amount if checked (backport #45001 )
2025-01-14 10:21:57 +05:30
Sanket322
abfcfdfe7e
fix: minor update for readability
...
(cherry picked from commit 61d4593236 )
2025-01-14 04:43:28 +00:00
Sanket322
3f6d7741d9
fix: don't create invoice if invoice start date is in future
...
(cherry picked from commit 058fdca981 )
2025-01-14 04:43:28 +00:00
ruthra kumar
9757c92635
Merge pull request #45252 from frappe/mergify/bp/version-15-hotfix/pr-44798
...
fix: update discounting on mixed conditions (backport #44798 )
2025-01-14 10:09:52 +05:30
Sanket322
80e6112549
fix: pass right existing address
...
(cherry picked from commit ce99764772 )
2025-01-14 04:35:20 +00:00
Sanket322
42eb88f5f6
fix: set billing and shipping address on change of company
...
(cherry picked from commit f46f1bead4 )
2025-01-14 04:35:20 +00:00
ljain112
07c3605905
fix: deduct tds on excess amount if checked
...
(cherry picked from commit a203e3ffaf )
2025-01-14 04:33:18 +00:00
DHINESH00
1d5a73a325
fix: Semgrep rules
...
(cherry picked from commit 547c8004eb )
2025-01-14 04:29:07 +00:00
DHINESH00
38cb5a98bf
fix: update discounting on mixed conditions
...
(cherry picked from commit d541259da9 )
2025-01-14 04:29:06 +00:00
rohitwaghchaure
136333377a
Merge pull request #45217 from frappe/mergify/bp/version-15-hotfix/pr-45214
...
fix: delivery_document_no column issue (backport #45214 )
2025-01-13 12:25:50 +05:30
rohitwaghchaure
4ee6a4eab6
Merge pull request #45218 from frappe/mergify/bp/version-15-hotfix/pr-45207
...
fix: incorrect valuation rate for PI based revaluation (backport #45207 )
2025-01-13 12:25:44 +05:30
mergify[bot]
f7448c6f79
fix(Timesheet): ignore permissions when updating Task and Project (backport #45168 ) ( #45170 )
...
* fix(Timesheet): ignore permissions when updating Task and Project (#45168 )
(cherry picked from commit 9e760e54a5 )
# Conflicts:
# erpnext/projects/doctype/timesheet/timesheet.py
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-01-13 12:08:17 +05:30
Diptanil Saha
fe5c458c45
fix: batch number search on pos ( #45209 )
...
* fix: price of items with batch number not having seperate item price on pos search bar
* fix: introduced batch number based sorting
(cherry picked from commit e529f82392 )
2025-01-13 06:37:26 +00:00
mergify[bot]
47c6e5a931
fix: typo in manufacturing settings (backport #45190 ) ( #45193 )
...
fix: typo in manufacturing settings
(cherry picked from commit a9b761f862 )
Co-authored-by: diptanilsaha <diptanil@frappe.io >
2025-01-13 11:59:27 +05:30
mergify[bot]
0665bc4a28
chore: removal of decapitalization feature (backport #45162 ) ( #45173 )
...
* chore: removal of decapitalization feature (#45162 )
* chore: removal of decapitalization feature
* fix: rearrangement of asset capitalization doctype fields
(cherry picked from commit 7ea73d8265 )
# Conflicts:
# erpnext/assets/doctype/asset_capitalization/asset_capitalization.json
* fix: resolved conflicts
---------
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2025-01-13 11:58:53 +05:30
Rohit Waghchaure
7d66e4efb0
fix: test case
2025-01-11 11:06:13 +05:30
rohitwaghchaure
bb170c024f
chore: fix conflicts
2025-01-11 11:00:20 +05:30
rohitwaghchaure
9426a32184
chore: fix conflicts
2025-01-11 10:59:26 +05:30
Rohit Waghchaure
f7e3854641
fix: incorrect valuation rate for PI based revaluation
...
(cherry picked from commit 14ce2337df )
2025-01-11 04:39:31 +00:00
Rohit Waghchaure
0df18080c7
fix: delivery_document_no column issue
...
(cherry picked from commit 61efb2bb39 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.py
2025-01-11 04:38:31 +00:00
rohitwaghchaure
f5c9ab054f
Merge pull request #45197 from FathihMohammed/qty_precision_fix
...
fix: precision loss causing process loss variance
2025-01-10 11:18:21 +05:30
ruthra kumar
698b6e6caf
Merge pull request #45140 from frappe/mergify/bp/version-15-hotfix/pr-45100
...
chore: removal of tally migration feature (backport #45100 )
2025-01-09 19:56:16 +05:30
FATHIH MOHAMMED
d84601b2a3
fix: precision loss causing process loss variance
2025-01-09 13:27:27 +00:00
rohitwaghchaure
ef3e442684
Merge pull request #45186 from frappe/mergify/bp/version-15-hotfix/pr-45180
...
fix: do not add ordered items from Quotation to new Sales Order (backport #45180 )
2025-01-09 16:26:56 +05:30
rohitwaghchaure
01c7956329
Merge pull request #45184 from frappe/mergify/bp/version-15-hotfix/pr-45183
...
fix: not able to see create Quality Inspection button (backport #45183 )
2025-01-09 14:50:24 +05:30
Rohit Waghchaure
f414fa4981
fix: do not add ordered items from Quotation to new Sales Order
...
(cherry picked from commit 2e930eb97b )
2025-01-09 09:09:55 +00:00
Rohit Waghchaure
a79cae1fef
fix: not able to see create Quality Inspection button
...
(cherry picked from commit b291835ccd )
2025-01-09 09:07:50 +00:00
rohitwaghchaure
5e32796987
Merge pull request #45179 from frappe/mergify/bp/version-15-hotfix/pr-45177
...
fix: timeout error for work order (backport #45177 )
2025-01-09 14:06:58 +05:30
Rohit Waghchaure
122b966a7b
fix: timeout error for work order
...
(cherry picked from commit b4ceda6f2c )
2025-01-09 08:18:25 +00:00
ruthra kumar
e578ab2c86
refactor: remove tally migration doctype
2025-01-08 09:16:53 +05:30
Diptanil Saha
296d5d2295
chore: removal of tally migration feature ( #45100 )
...
(cherry picked from commit 9f77793f16 )
# Conflicts:
# erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.json
# erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py
# erpnext/erpnext_integrations/doctype/tally_migration/test_tally_migration.py
2025-01-07 12:00:01 +00:00
Kerolles Fathy
8e33d93273
fix: apply ruff formatter changes
2024-12-11 14:14:02 +02:00
KerollesFathy
6a84f0b027
chore: resync version-15-hotfix with feature branch
2024-12-11 13:48:01 +02:00
KerollesFathy
5db66bd6dd
test: get scrap items from sub assemblies consider the parent BOM
2024-08-28 12:59:18 +03:00
KerollesFathy
b62df307d3
style: format code
2024-08-26 18:09:09 +03:00
Carlos9K
da7b69109a
fix: getting scrap items from sub assemblies by fetching scrap items for parent BOM
2024-08-26 18:00:45 +03:00