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
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
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
Frappe PR Bot
74650217c1
chore(release): Bumped to Version 15.48.3
...
## [15.48.3](https://github.com/frappe/erpnext/compare/v15.48.2...v15.48.3 ) (2025-01-13)
### Bug Fixes
* delivery_document_no column issue ([47a622d ](47a622d0cb ))
* incorrect valuation rate for PI based revaluation ([23b846e ](23b846ef39 ))
* test case ([b75c736 ](b75c7364d6 ))
2025-01-13 08:20:40 +00:00
rohitwaghchaure
47ab3c5dbe
Merge pull request #45235 from frappe/mergify/bp/version-15/pr-45218
...
fix: incorrect valuation rate for PI based revaluation (backport #45207 ) (backport #45218 )
2025-01-13 13:49:25 +05:30
rohitwaghchaure
b6f5208e29
Merge pull request #45236 from frappe/mergify/bp/version-15/pr-45217
...
fix: delivery_document_no column issue (backport #45214 ) (backport #45217 )
2025-01-13 13:49:11 +05:30
Rohit Waghchaure
b75c7364d6
fix: test case
...
(cherry picked from commit 7d66e4efb0 )
2025-01-13 06:56:46 +00:00
rohitwaghchaure
85c2d32de6
chore: fix conflicts
...
(cherry picked from commit bb170c024f )
2025-01-13 06:56:46 +00:00
rohitwaghchaure
120bccdad3
chore: fix conflicts
...
(cherry picked from commit 9426a32184 )
2025-01-13 06:56:45 +00:00
Rohit Waghchaure
47a622d0cb
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
(cherry picked from commit 0df18080c7 )
2025-01-13 06:56:45 +00:00
Rohit Waghchaure
23b846ef39
fix: incorrect valuation rate for PI based revaluation
...
(cherry picked from commit 14ce2337df )
(cherry picked from commit f7e3854641 )
2025-01-13 06:56:40 +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
Frappe PR Bot
625ff4b276
chore(release): Bumped to Version 15.48.2
...
## [15.48.2](https://github.com/frappe/erpnext/compare/v15.48.1...v15.48.2 ) (2025-01-10)
### Bug Fixes
* precision loss causing process loss variance ([ac18c56 ](ac18c56a0b ))
* timeout error for work order ([d6614f2 ](d6614f2848 ))
2025-01-10 06:31:50 +00:00
rohitwaghchaure
da11589b74
Merge pull request #45203 from frappe/mergify/bp/version-15/pr-45197
...
fix: precision loss causing process loss variance (backport #45197 )
2025-01-10 12:00:25 +05:30
rohitwaghchaure
7344e46717
Merge pull request #45205 from frappe/mergify/bp/version-15/pr-45179
...
fix: timeout error for work order (backport #45177 ) (backport #45179 )
2025-01-10 11:59:50 +05:30
Rohit Waghchaure
d6614f2848
fix: timeout error for work order
...
(cherry picked from commit b4ceda6f2c )
(cherry picked from commit 122b966a7b )
2025-01-10 06:10:09 +00:00
FATHIH MOHAMMED
ac18c56a0b
fix: precision loss causing process loss variance
...
(cherry picked from commit d84601b2a3 )
2025-01-10 05:49:26 +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
Frappe PR Bot
246f4373b5
chore(release): Bumped to Version 15.48.1
...
## [15.48.1](https://github.com/frappe/erpnext/compare/v15.48.0...v15.48.1 ) (2025-01-09)
### Bug Fixes
* not able to see create Quality Inspection button ([5d7a3b5 ](5d7a3b5979 ))
2025-01-09 09:31:15 +00:00
rohitwaghchaure
430c4825c0
Merge pull request #45187 from frappe/mergify/bp/version-15/pr-45184
...
fix: not able to see create Quality Inspection button (backport #45183 ) (backport #45184 )
2025-01-09 14:59:54 +05:30
Rohit Waghchaure
5d7a3b5979
fix: not able to see create Quality Inspection button
...
(cherry picked from commit b291835ccd )
(cherry picked from commit a79cae1fef )
2025-01-09 09:21:29 +00:00
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
Frappe PR Bot
6a869139a6
chore(release): Bumped to Version 15.48.0
...
# [15.48.0](https://github.com/frappe/erpnext/compare/v15.47.5...v15.48.0 ) (2025-01-08)
### Bug Fixes
* add monthly distributation and write query in qb ([03b06fc ](03b06fc3ff ))
* Alternative Item button dissapearing on Save event ([642b897 ](642b89782d ))
* Alternative Items button in Work Order ([3194807 ](3194807a41 ))
* Bank Reconciliation Statement Report Company Filter ([622bfa6 ](622bfa6633 ))
* consider expired batches in stock reco ([c924feb ](c924feb0d0 ))
* discount resetting on date change ([af53381 ](af53381163 )), closes [#44989 ](https://github.com/frappe/erpnext/issues/44989 )
* Hold_to_On_Hold ([9ecafdc ](9ecafdc680 ))
* ignore currency validation while canceling the voucher ([8874f4a ](8874f4a9e4 ))
* ignore party account validation while canceling the voucher ([0f1c6ff ](0f1c6ff1c9 ))
* invoice against purchase receipt with returned quantity ([9daabfc ](9daabfca8a ))
* issue in returning components against the SCO ([87405f0 ](87405f0753 ))
* load price list rate for pos search term ([452dffa ](452dffab48 ))
* load search term price with customer default price list ([59af144 ](59af144e29 ))
* Missing company filter breaks `get_account_balance` in Bank Reco ([931b516 ](931b5166a8 ))
* Override pre-commit behaviour due to conflicts with CI ([754845a ](754845a935 ))
* **Project:** make status in confirmation dialog translatable ([#45118 ](https://github.com/frappe/erpnext/issues/45118 )) ([0001d86 ](0001d868c7 ))
* removed unmerged patches ([4227d76 ](4227d76f08 ))
* resolved conflicts ([e9be858 ](e9be8583b0 ))
* resolved conflicts ([7318748 ](7318748a4c ))
* Returned Qty in Work Order Consumed Materials report ([f7b501b ](f7b501b29b ))
* serial and batch no. buttons on pos ([#45048 ](https://github.com/frappe/erpnext/issues/45048 )) ([54e3a74 ](54e3a74936 ))
* show new button in coa if create access ([89155f5 ](89155f529e ))
* update customer contact details on pos (backport [#45071 ](https://github.com/frappe/erpnext/issues/45071 )) ([#45106 ](https://github.com/frappe/erpnext/issues/45106 )) ([01254da ](01254da4e0 ))
### Features
* validate discount date in payment schedule (backport [#44646 ](https://github.com/frappe/erpnext/issues/44646 )) ([#44727 ](https://github.com/frappe/erpnext/issues/44727 )) ([500deff ](500deff3e9 ))
* work in progress status for asset ([#45066 ](https://github.com/frappe/erpnext/issues/45066 )) ([1ea36bb ](1ea36bba88 ))
2025-01-08 10:29:45 +00:00
ruthra kumar
e240ff4f6c
Merge pull request #45131 from frappe/version-15-hotfix
...
chore: release v15
2025-01-08 15:58:27 +05:30
Khushi Rawat
9e60d1ad79
Merge pull request #45149 from frappe/mergify/bp/version-15-hotfix/pr-45066
...
feat: work in progress status for asset (backport #45066 )
2025-01-08 11:45:46 +05:30
Khushi Rawat
4227d76f08
fix: removed unmerged patches
2025-01-08 11:23:38 +05:30
Khushi Rawat
e9be8583b0
fix: resolved conflicts
2025-01-08 11:08:27 +05:30
Khushi Rawat
7318748a4c
fix: resolved conflicts
2025-01-08 11:07:30 +05:30
ruthra kumar
19dc9975dd
Merge pull request #45157 from frappe/mergify/bp/version-15-hotfix/pr-45154
...
fix: possible deadlock while using auto reconciliation (backport #45154 )
2025-01-08 10:05:34 +05:30
ruthra kumar
36dbb867ed
chore: resolve conflict
2025-01-08 09:19:53 +05:30
ruthra kumar
e578ab2c86
refactor: remove tally migration doctype
2025-01-08 09:16:53 +05:30
ruthra kumar
c45f22c776
Merge pull request #45139 from frappe/mergify/bp/version-15-hotfix/pr-45130
...
refactor: change sales invoice button position (backport #45130 )
2025-01-08 09:01:59 +05:30
ruthra kumar
acd66fa00c
chore: remove 'Experimental' tag
...
(cherry picked from commit 4620025dcd )
# Conflicts:
# erpnext/accounts/doctype/process_payment_reconciliation_log/process_payment_reconciliation_log.json
2025-01-08 03:31:35 +00:00
ruthra kumar
04384c47f8
Merge pull request #45153 from frappe/mergify/bp/version-15-hotfix/pr-45112
...
fix: Missing company filter breaks `get_account_balance` in Bank Reco (backport #45112 )
2025-01-08 09:00:01 +05:30
marination
754845a935
fix: Override pre-commit behaviour due to conflicts with CI
...
(cherry picked from commit d7bf73cffa )
2025-01-08 02:47:22 +00:00
marination
931b5166a8
fix: Missing company filter breaks get_account_balance in Bank Reco
...
(cherry picked from commit 8de0fe78ea )
2025-01-08 02:47:21 +00:00
Khushi Rawat
1ea36bba88
feat: work in progress status for asset ( #45066 )
...
* feat: work in progress status for asset
* fix: test case correction
* fix(patch): added patch to update status of assets
* fix: updated tests
(cherry picked from commit 6850019649 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
# erpnext/patches.txt
2025-01-07 18:14:22 +00:00
rohitwaghchaure
807d591e7e
Merge pull request #45145 from frappe/mergify/bp/version-15-hotfix/pr-45144
...
fix: issue in returning components against the SCO (backport #45144 )
2025-01-07 23:41:03 +05:30
Rohit Waghchaure
87405f0753
fix: issue in returning components against the SCO
...
(cherry picked from commit 729ce1dc50 )
2025-01-07 13:02:09 +00:00
rohitwaghchaure
e36bd5fe26
Merge pull request #45143 from frappe/mergify/bp/version-15-hotfix/pr-45048
...
fix: serial and batch no. buttons on pos (backport #45048 )
2025-01-07 18:32:05 +05:30
Diptanil Saha
54e3a74936
fix: serial and batch no. buttons on pos ( #45048 )
...
(cherry picked from commit 31dd32dcdf )
2025-01-07 12:36:46 +00:00
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
Ejaaz Khan
f654c2d156
refactor: change sales invoice button position ( #45130 )
...
(cherry picked from commit a0f17f8e73 )
2025-01-07 11:49:24 +00:00
ruthra kumar
cac35246f1
Merge pull request #45123 from frappe/mergify/bp/version-15-hotfix/pr-45121
...
fix: discount resetting on date change (backport #45121 )
2025-01-07 11:32:09 +05:30
ruthra kumar
af53381163
fix: discount resetting on date change
...
revert #44989
(cherry picked from commit 886281f81a )
2025-01-07 05:51:48 +00:00
ruthra kumar
1c06831b11
Merge pull request #45109 from frappe/mergify/bp/version-15-hotfix/pr-45107
...
fix: Returned Qty in Work Order Consumed Materials report (backport #45107 )
2025-01-07 10:12:43 +05:30
ruthra kumar
616a2b7675
Merge pull request #45120 from frappe/mergify/bp/version-15-hotfix/pr-45118
...
fix(Project): make status in confirmation dialog translatable (backport #45118 )
2025-01-07 10:11:56 +05:30
Raffael Meyer
0001d868c7
fix(Project): make status in confirmation dialog translatable ( #45118 )
...
(cherry picked from commit 9eede907f8 )
2025-01-06 22:13:47 +00:00
mergify[bot]
0abace7911
refactor(Project): extract custom button function (backport #45116 ) ( #45117 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-01-06 23:04:30 +01:00
Rohit Waghchaure
f7b501b29b
fix: Returned Qty in Work Order Consumed Materials report
...
(cherry picked from commit 30d68a31e0 )
2025-01-06 10:37:32 +00:00
mergify[bot]
01254da4e0
fix: update customer contact details on pos (backport #45071 ) ( #45106 )
...
fix: update customer contact details on pos (#45071 )
* fix: update customer contact details on pos
* refactor: removed console log statement
(cherry picked from commit d79e561248 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-06 15:01:23 +05:30
rohitwaghchaure
dadc8266dc
Merge pull request #45098 from frappe/mergify/bp/version-15-hotfix/pr-45084
...
fix: Alternative Items button in Work Order (backport #45084 )
2025-01-06 14:48:02 +05:30
ruthra kumar
100b4e9274
Merge pull request #45103 from frappe/mergify/bp/version-15-hotfix/pr-45006
...
fix: pos search by term items price (backport #45006 )
2025-01-06 14:43:56 +05:30
diptanilsaha
59af144e29
fix: load search term price with customer default price list
...
(cherry picked from commit 2beb485d77 )
2025-01-06 08:39:58 +00:00
diptanilsaha
452dffab48
fix: load price list rate for pos search term
...
(cherry picked from commit 4b6cae156e )
2025-01-06 08:39:57 +00:00
ruthra kumar
eff12cbfbe
Merge pull request #45101 from frappe/mergify/bp/version-15-hotfix/pr-45099
...
fix: show new button in coa if create access (backport #45099 )
2025-01-06 13:56:43 +05:30
sokumon
89155f529e
fix: show new button in coa if create access
...
(cherry picked from commit 3125bc8a16 )
2025-01-06 08:20:01 +00:00
Mihir Kandoi
642b89782d
fix: Alternative Item button dissapearing on Save event
...
(cherry picked from commit b8838bd9b9 )
2025-01-06 06:52:16 +00:00
Mihir Kandoi
3194807a41
fix: Alternative Items button in Work Order
...
(cherry picked from commit e28382afc1 )
2025-01-06 06:52:16 +00:00
ruthra kumar
2333d33362
Merge pull request #45095 from frappe/mergify/bp/version-15-hotfix/pr-44943
...
fix: Bank Reconciliation Statement Report Company Filter (backport #44943 )
2025-01-06 10:51:48 +05:30
creative-paramu
622bfa6633
fix: Bank Reconciliation Statement Report Company Filter
...
(cherry picked from commit 50c92034ba )
2025-01-06 10:30:24 +05:30
ruthra kumar
e22771c729
Merge pull request #45080 from frappe/mergify/bp/version-15-hotfix/pr-44983
...
fix: add monthly distributation and write query in qb (backport #44983 )
2025-01-06 10:28:18 +05:30
Frappe PR Bot
08e58e13ac
chore(release): Bumped to Version 15.47.5
...
## [15.47.5](https://github.com/frappe/erpnext/compare/v15.47.4...v15.47.5 ) (2025-01-06)
### Bug Fixes
* ignore currency validation while canceling the voucher ([8076942 ](807694206b ))
* ignore party account validation while canceling the voucher ([bc0be5a ](bc0be5a00a ))
2025-01-06 04:42:56 +00:00
ruthra kumar
c513c7f73d
Merge pull request #45094 from frappe/mergify/bp/version-15/pr-45051
...
fix: ignore currency validation while canceling the voucher (backport #45051 )
2025-01-06 10:11:41 +05:30
ruthra kumar
5b066f4a59
Merge pull request #45096 from frappe/mergify/bp/version-15-hotfix/pr-44952
...
fix: Hold_to_On_Hold (backport #44952 )
2025-01-06 10:09:35 +05:30
mahsem
9ecafdc680
fix: Hold_to_On_Hold
...
(cherry picked from commit 92b1f314ef )
2025-01-06 03:15:30 +00:00
ruthra kumar
05763d226a
Merge pull request #45093 from frappe/mergify/bp/version-15-hotfix/pr-45051
...
fix: ignore currency validation while canceling the voucher (backport #45051 )
2025-01-06 08:44:46 +05:30
venkat102
bc0be5a00a
fix: ignore party account validation while canceling the voucher
...
(cherry picked from commit 49885f8eae )
2025-01-06 02:59:36 +00:00
venkat102
807694206b
fix: ignore currency validation while canceling the voucher
...
(cherry picked from commit 15d488b9aa )
2025-01-06 02:59:35 +00:00
venkat102
0f1c6ff1c9
fix: ignore party account validation while canceling the voucher
...
(cherry picked from commit 49885f8eae )
2025-01-06 02:55:50 +00:00
venkat102
8874f4a9e4
fix: ignore currency validation while canceling the voucher
...
(cherry picked from commit 15d488b9aa )
2025-01-06 02:55:49 +00:00
rohitwaghchaure
21a83c508a
Merge pull request #45089 from frappe/mergify/bp/version-15-hotfix/pr-45087
...
fix: invoice against purchase receipt with returned quantity (backport #45087 )
2025-01-05 19:02:07 +05:30
rohitwaghchaure
90b8860a40
chore: fix conflicts
2025-01-05 16:24:15 +05:30
Rohit Waghchaure
9daabfca8a
fix: invoice against purchase receipt with returned quantity
...
(cherry picked from commit d5babf4237 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2025-01-04 15:08:10 +00:00
rohitwaghchaure
10a4b54a67
Merge pull request #45086 from frappe/mergify/bp/version-15-hotfix/pr-45083
...
fix: consider expired batches in stock reco (backport #45083 )
2025-01-04 20:37:16 +05:30
Rohit Waghchaure
c924feb0d0
fix: consider expired batches in stock reco
...
(cherry picked from commit f51c9f578c )
2025-01-04 13:57:04 +00:00
Joseph Mania
cfa062df86
refactor: phone number field when channel is phone on Payment Request ( #44949 )
...
Co-authored-by: maniamartial <martialamania19@gmail.com >
2025-01-04 05:23:41 +05:30
ruthra kumar
2e67a33412
refactor: store result in variable before enumeration
...
helps to inspect result while debugging
(cherry picked from commit b60bd17d1d )
2025-01-03 23:48:40 +00:00
Sanket322
03b06fc3ff
fix: add monthly distributation and write query in qb
...
(cherry picked from commit 27195c7c96 )
2025-01-03 23:48:40 +00:00
mergify[bot]
500deff3e9
feat: validate discount date in payment schedule (backport #44646 ) ( #44727 )
...
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2025-01-03 13:19:34 +01:00
Frappe PR Bot
c3d1e122be
chore(release): Bumped to Version 15.47.4
...
## [15.47.4](https://github.com/frappe/erpnext/compare/v15.47.3...v15.47.4 ) (2025-01-03)
### Bug Fixes
* Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246 ([ab87265 ](ab87265395 ))
* Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246 ([66544bf ](66544bfa10 ))
* BOM cost update issue ([00102a1 ](00102a15e3 ))
* Fixed logic in if condition causing tests to fail ([b3b8083 ](b3b808335f ))
* Removed patch as instructed by mentor ([3049027 ](3049027f43 ))
* Removed patch as instructed by mentor ([163af91 ](163af91c37 ))
* removed unknown patch? ([f9d038e ](f9d038ee4a ))
* removed unused code ([d31b0a5 ](d31b0a507f ))
* slow stock transactions (backport [#45025 ](https://github.com/frappe/erpnext/issues/45025 )) ([#45027 ](https://github.com/frappe/erpnext/issues/45027 )) ([85ba96e ](85ba96e0f3 ))
* **style:** set image width in BOM ([6247d5a ](6247d5aadb ))
* validate components and their qty as per BOM in the stock entry ([b5f6926 ](b5f6926140 ))
2025-01-03 01:24:44 +00:00
ruthra kumar
d5fed84182
Merge pull request #45063 from frappe/version-15-hotfix
...
chore: release v15
2025-01-03 06:53:23 +05:30
ruthra kumar
7f96aee06f
Merge pull request #45060 from frappe/mergify/bp/version-15/pr-45056
...
chore: partial revert #44989 (backport #45056 )
2025-01-02 21:10:08 +05:30
ruthra kumar
2c487af2df
Merge pull request #45058 from frappe/mergify/bp/version-15-hotfix/pr-45056
...
chore: partial revert #44989 (backport #45056 )
2025-01-02 21:04:22 +05:30
ruthra kumar
a5a219cd6e
chore: partial revert #44989
...
(cherry picked from commit 63d547fb4a )
2025-01-02 15:29:55 +00:00
ruthra kumar
4dfc5a664a
chore: partial revert #44989
...
(cherry picked from commit 63d547fb4a )
2025-01-02 15:27:40 +00:00
rohitwaghchaure
d3ea8b8e77
Merge pull request #45054 from frappe/mergify/bp/version-15-hotfix/pr-45053
...
fix(style): set image width in BOM (backport #45053 )
2025-01-02 19:07:29 +05:30
sokumon
6247d5aadb
fix(style): set image width in BOM
...
(cherry picked from commit b634ba7f54 )
2025-01-02 13:31:21 +00:00
rohitwaghchaure
85167bf934
Merge pull request #45044 from frappe/mergify/bp/version-15-hotfix/pr-45043
...
fix: validate components and their qty as per BOM in the stock entry (backport #45043 )
2025-01-02 14:19:38 +05:30
Rohit Waghchaure
b5f6926140
fix: validate components and their qty as per BOM in the stock entry
...
(cherry picked from commit b1de82ddad )
2025-01-02 08:16:03 +00:00
rohitwaghchaure
c615df5ac4
Merge pull request #45042 from frappe/mergify/bp/version-15-hotfix/pr-45039
...
fix: removed unused code (backport #45039 )
2025-01-02 12:36:25 +05:30
rohitwaghchaure
d26d0c6282
Merge pull request #45031 from frappe/mergify/bp/version-15-hotfix/pr-44999
...
fix: Added patch and fallback code to prevent future issues similar … (backport #44999 )
2025-01-02 12:18:18 +05:30
Rohit Waghchaure
d31b0a507f
fix: removed unused code
...
(cherry picked from commit dc5f2d35ac )
2025-01-02 06:47:38 +00:00
rohitwaghchaure
bd12c1475a
Merge pull request #45038 from frappe/mergify/bp/version-15-hotfix/pr-45036
...
fix: Auto BOM cost update issue (backport #45036 )
2025-01-02 12:15:50 +05:30
Mihir Kandoi
f9d038ee4a
fix: removed unknown patch?
2025-01-02 10:51:11 +05:30
Rohit Waghchaure
00102a15e3
fix: BOM cost update issue
...
(cherry picked from commit 28ea3ddd51 )
2025-01-02 04:55:22 +00:00
Mihir Kandoi
3049027f43
fix: Removed patch as instructed by mentor
2025-01-01 17:13:49 +05:30
Mihir Kandoi
ab87265395
fix: Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246
2025-01-01 17:12:10 +05:30
Mihir Kandoi
163af91c37
fix: Removed patch as instructed by mentor
...
(cherry picked from commit d1d01482df )
# Conflicts:
# erpnext/patches.txt
2025-01-01 11:06:27 +00:00
Mihir Kandoi
b3b808335f
fix: Fixed logic in if condition causing tests to fail
...
(cherry picked from commit 575fb43f9c )
2025-01-01 11:06:27 +00:00
Mihir Kandoi
66544bfa10
fix: Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246
...
(cherry picked from commit 65dc3505c4 )
# Conflicts:
# erpnext/patches.txt
2025-01-01 11:06:27 +00:00
Frappe PR Bot
005df08656
chore(release): Bumped to Version 15.47.3
...
## [15.47.3](https://github.com/frappe/erpnext/compare/v15.47.2...v15.47.3 ) (2025-01-01)
### Bug Fixes
* slow stock transactions (backport [#45025 ](https://github.com/frappe/erpnext/issues/45025 )) ([#45027 ](https://github.com/frappe/erpnext/issues/45027 )) ([bb75adb ](bb75adb59c ))
2025-01-01 10:00:40 +00:00
rohitwaghchaure
059cb6d8b3
Merge pull request #45028 from frappe/mergify/bp/version-15/pr-45027
...
fix: slow stock transactions (backport #45025 ) (backport #45027 )
2025-01-01 15:29:24 +05:30
mergify[bot]
bb75adb59c
fix: slow stock transactions (backport #45025 ) ( #45027 )
...
fix: slow stock transactions (#45025 )
(cherry picked from commit e92af10f14 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 85ba96e0f3 )
2025-01-01 09:42:01 +00:00
mergify[bot]
85ba96e0f3
fix: slow stock transactions (backport #45025 ) ( #45027 )
...
fix: slow stock transactions (#45025 )
(cherry picked from commit e92af10f14 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-01-01 15:11:01 +05:30
Frappe PR Bot
3a5959e023
chore(release): Bumped to Version 15.47.2
...
## [15.47.2](https://github.com/frappe/erpnext/compare/v15.47.1...v15.47.2 ) (2025-01-01)
### Bug Fixes
* add company filter to project ([d550b43 ](d550b433c1 ))
* allow zero valuation rate (backport [#44902 ](https://github.com/frappe/erpnext/issues/44902 )) ([#44910 ](https://github.com/frappe/erpnext/issues/44910 )) ([9060e4c ](9060e4ce57 ))
* apply apply_pricing_rule date change ([f09acc7 ](f09acc784f ))
* apply discount on qty change ([c19725c ](c19725ca74 ))
* clear payment schedule in purchase invoice for is_paid ([6cc7060 ](6cc70605fa ))
* copy accounting dimensions to asset and sales invoice ([#44964 ](https://github.com/frappe/erpnext/issues/44964 )) ([839ffb3 ](839ffb3f2a ))
* duplicate validate for closing stock balance ([#45015 ](https://github.com/frappe/erpnext/issues/45015 )) ([8d650e5 ](8d650e56ba ))
* failing tests fixed ([61367ee ](61367ee1ed ))
* fetch advance payment entries on pos invoice (backport [#44856 ](https://github.com/frappe/erpnext/issues/44856 )) ([#44931 ](https://github.com/frappe/erpnext/issues/44931 )) ([cc827c8 ](cc827c8077 ))
* fetch amount in company currency ([b135a68 ](b135a684a5 ))
* get item tax template based on posting date ([2feeebb ](2feeebb5fb ))
* ignore duplicate while creating default templates ([6c206c1 ](6c206c1cb3 ))
* ignore inventory dimension for SABB and Pick List (backport [#44933 ](https://github.com/frappe/erpnext/issues/44933 )) ([#44941 ](https://github.com/frappe/erpnext/issues/44941 )) ([772b7b9 ](772b7b95ac ))
* ignore validate while making WO from MR (backport [#44939 ](https://github.com/frappe/erpnext/issues/44939 )) ([#44942 ](https://github.com/frappe/erpnext/issues/44942 )) ([c33e075 ](c33e07550c ))
* in_contex_translation_fixes ([1353a14 ](1353a14a6b ))
* include company in filter condition ([7422043 ](74220430e5 ))
* incorrect filter for BOM (backport [#44954 ](https://github.com/frappe/erpnext/issues/44954 )) ([#44956 ](https://github.com/frappe/erpnext/issues/44956 )) ([9853bd9 ](9853bd9ba1 ))
* incorrect quality inspection linked in purchase receipt (backport [#44985 ](https://github.com/frappe/erpnext/issues/44985 )) ([#45020 ](https://github.com/frappe/erpnext/issues/45020 )) ([0a2cc6b ](0a2cc6bcd7 ))
* limit discount value to 100 in pos cart (backport [#44916 ](https://github.com/frappe/erpnext/issues/44916 )) ([#44932 ](https://github.com/frappe/erpnext/issues/44932 )) ([28442f3 ](28442f3414 ))
* load customer default price list in pos during item selection (backport [#44991 ](https://github.com/frappe/erpnext/issues/44991 )) ([#44993 ](https://github.com/frappe/erpnext/issues/44993 )) ([20efe7b ](20efe7bb80 ))
* material request status (backport [#44917 ](https://github.com/frappe/erpnext/issues/44917 )) ([#44918 ](https://github.com/frappe/erpnext/issues/44918 )) ([042d12b ](042d12b2c1 ))
* move code from purchase invoice to buying controller ([98631eb ](98631eb266 ))
* negative stock balance (backport [#44990 ](https://github.com/frappe/erpnext/issues/44990 )) ([#44996 ](https://github.com/frappe/erpnext/issues/44996 )) ([6f71389 ](6f7138996a ))
* not able to make purchase receipt from SCR (backport [#44919 ](https://github.com/frappe/erpnext/issues/44919 )) ([#44925 ](https://github.com/frappe/erpnext/issues/44925 )) ([c241262 ](c241262266 ))
* pos payment using non-default mode of payment (backport [#44920 ](https://github.com/frappe/erpnext/issues/44920 )) ([#44971 ](https://github.com/frappe/erpnext/issues/44971 )) ([7dd2b0c ](7dd2b0c189 )), closes [#41108 ](https://github.com/frappe/erpnext/issues/41108 )
* precision issue (backport [#45013 ](https://github.com/frappe/erpnext/issues/45013 )) ([#45019 ](https://github.com/frappe/erpnext/issues/45019 )) ([52bdf5b ](52bdf5b170 ))
* refactor query in get_total_allocated_amount in bank_transaction ([944dc96 ](944dc966bc ))
* relabel rate to tax rate ([991a336 ](991a3366a8 ))
* remove unused variable ([b892282 ](b8922823a3 ))
* **report:** Purchase Order Analysis pymysql.err (backport [#44957 ](https://github.com/frappe/erpnext/issues/44957 )) ([#44994 ](https://github.com/frappe/erpnext/issues/44994 )) ([ea4b6e8 ](ea4b6e8dd7 ))
* resolved conflicts ([00ae829 ](00ae829d89 ))
* set paid amount in party currency in bank reco payment entry ([6703a45 ](6703a457fe ))
* set/update billing address on change of company ([cfa432d ](cfa432dbca ))
* Show order tax amount in customer currency on the portal (backport [#44915 ](https://github.com/frappe/erpnext/issues/44915 )) ([#44923 ](https://github.com/frappe/erpnext/issues/44923 )) ([5cc9e10 ](5cc9e10923 ))
* SQL syntax error in Purchase Receipt query for empty filters ([#44636 ](https://github.com/frappe/erpnext/issues/44636 )) ([2f279a6 ](2f279a6eb4 ))
* strings for translation (backport [#44816 ](https://github.com/frappe/erpnext/issues/44816 )) ([#44927 ](https://github.com/frappe/erpnext/issues/44927 )) ([488d808 ](488d8080c8 ))
* update item_tax_rate in backend ([8885b07 ](8885b07114 ))
* use meta to check field instead of doctype ([e582ff8 ](e582ff862e ))
* Validate party on non receivable / payable account (backport [#44883 ](https://github.com/frappe/erpnext/issues/44883 )) ([#44973 ](https://github.com/frappe/erpnext/issues/44973 )) ([d6903fb ](d6903fbc8d ))
* whitespace ([2efc701 ](2efc701e4e ))
2025-01-01 08:37:05 +00:00
ruthra kumar
140b62a1e3
Merge pull request #45005 from frappe/version-15-hotfix
...
chore: release v15
2025-01-01 14:05:41 +05:30
ruthra kumar
1a1476afa4
Merge pull request #45008 from frappe/mergify/bp/version-15-hotfix/pr-44884
...
fix: update item_tax_rate in backend (backport #44884 )
2025-01-01 13:48:50 +05:30
ruthra kumar
e7f4a9bf77
Merge pull request #45023 from frappe/mergify/bp/version-15-hotfix/pr-44989
...
fix: apply apply_pricing_rule on date change (backport #44989 )
2025-01-01 10:19:11 +05:30
DHINESH00
f09acc784f
fix: apply apply_pricing_rule date change
...
(cherry picked from commit 2cbab9b875 )
2025-01-01 04:42:48 +00:00
mergify[bot]
0a2cc6bcd7
fix: incorrect quality inspection linked in purchase receipt (backport #44985 ) ( #45020 )
...
* fix: incorrect quality inspection linked in purchase receipt (#44985 )
(cherry picked from commit b84c8ff960 )
# Conflicts:
# erpnext/stock/doctype/quality_inspection/quality_inspection.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-01-01 09:24:48 +05:30
mergify[bot]
52bdf5b170
fix: precision issue (backport #45013 ) ( #45019 )
...
fix: precision issue (#45013 )
(cherry picked from commit 7db9bcaeac )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-01-01 09:08:16 +05:30
rohitwaghchaure
8d650e56ba
fix: duplicate validate for closing stock balance ( #45015 )
2025-01-01 08:29:02 +05:30
ruthra kumar
e09fb87597
refactor: use existing method parameters
2024-12-31 17:12:34 +05:30
ruthra kumar
a11aee3ab3
Merge pull request #44936 from frappe/mergify/bp/version-15-hotfix/pr-44904
...
fix: ignore duplicate while creating default templates (backport #44904 )
2024-12-31 17:01:03 +05:30
ruthra kumar
92ad2ce554
Merge pull request #44979 from frappe/mergify/bp/version-15-hotfix/pr-44855
...
fix: in_context_translation_fixes (backport #44855 )
2024-12-31 16:59:05 +05:30
ruthra kumar
3533c25969
Merge pull request #45011 from frappe/mergify/bp/version-15-hotfix/pr-44940
...
fix(Bank Reconciliation Tool): fetch amount in company currency (backport #44940 )
2024-12-31 16:22:00 +05:30
ruthra kumar
aff83051a6
Merge pull request #45010 from frappe/mergify/bp/version-15-hotfix/pr-44903
...
fix: set paid amount in party currency in bank reco payment entry (backport #44903 )
2024-12-31 16:16:16 +05:30
DHINESH00
b135a684a5
fix: fetch amount in company currency
...
(cherry picked from commit a984aaae36 )
2024-12-31 10:28:46 +00:00
ruthra kumar
885dd31c5c
chore: resolve conflict
2024-12-31 15:54:06 +05:30
ljain112
6703a457fe
fix: set paid amount in party currency in bank reco payment entry
...
(cherry picked from commit 70b1077286 )
2024-12-31 10:23:42 +00:00
ljain112
8885b07114
fix: update item_tax_rate in backend
...
(cherry picked from commit de54c0b41f )
# Conflicts:
# erpnext/controllers/taxes_and_totals.py
2024-12-31 10:21:39 +00:00
mergify[bot]
6f7138996a
fix: negative stock balance (backport #44990 ) ( #44996 )
...
* fix: negative stock balance (#44990 )
(cherry picked from commit 7c4aecf834 )
# Conflicts:
# erpnext/stock/deprecated_serial_batch.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-31 13:17:18 +05:30
Khushi Rawat
8d5fe20c7c
Merge pull request #44997 from frappe/mergify/bp/version-15-hotfix/pr-44964
...
fix: copy accounting dimensions to asset and sales invoice (backport #44964 )
2024-12-31 13:13:15 +05:30
Khushi Rawat
b8922823a3
fix: remove unused variable
2024-12-31 12:55:41 +05:30
mergify[bot]
20efe7bb80
fix: load customer default price list in pos during item selection (backport #44991 ) ( #44993 )
...
fix: load customer default price list in pos during item selection (#44991 )
fix: load customer default price list in pos
(cherry picked from commit d1ae0d784e )
Co-authored-by: Diptanil Saha <diptanil.dev@gmail.com >
2024-12-31 12:52:23 +05:30
mergify[bot]
ea4b6e8dd7
fix(report): Purchase Order Analysis pymysql.err (backport #44957 ) ( #44994 )
...
fix(report): Purchase Order Analysis pymysql.err (#44957 )
(cherry picked from commit d6980a9493 )
Co-authored-by: Vishnu VS <Vishnuviswambaran2002@gmail.com >
2024-12-31 12:52:13 +05:30
Khushi Rawat
00ae829d89
fix: resolved conflicts
2024-12-31 12:43:38 +05:30
Khushi Rawat
839ffb3f2a
fix: copy accounting dimensions to asset and sales invoice ( #44964 )
...
* fix: copy accounting dimensions to asset and sales invoice
* fix: replace sql query with query builder
* refactor: reuse function for accounting dimensions
* fix: loop handling
* fix: use explicit param
(cherry picked from commit 079ec864de )
# Conflicts:
# erpnext/controllers/buying_controller.py
2024-12-31 07:07:16 +00:00
mergify[bot]
d6903fbc8d
fix: Validate party on non receivable / payable account (backport #44883 ) ( #44973 )
...
* fix: validate party on non receivable / payable account
(cherry picked from commit c6a2d86ba6 )
* test: add unit test to validate on non receivable / payable account
(cherry picked from commit a10a15b2c3 )
* fix: Set account type payable for advance account
(cherry picked from commit 8abbece7c4 )
---------
Co-authored-by: Karuppasamy923 <karuppasamylivak@gmail.com >
2024-12-31 12:09:33 +05:30
mergify[bot]
9853bd9ba1
fix: incorrect filter for BOM (backport #44954 ) ( #44956 )
...
fix: incorrect filter for BOM (#44954 )
(cherry picked from commit 9fdeb5f826 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-30 23:38:49 +05:30
mergify[bot]
c33e07550c
fix: ignore validate while making WO from MR (backport #44939 ) ( #44942 )
...
fix: ignore validate while making WO from MR (#44939 )
(cherry picked from commit 9661c1d081 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-30 23:38:14 +05:30
mergify[bot]
772b7b95ac
fix: ignore inventory dimension for SABB and Pick List (backport #44933 ) ( #44941 )
...
fix: ignore inventory dimension for SABB and Pick List (#44933 )
(cherry picked from commit 303c52f134 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-30 23:37:52 +05:30
ruthra kumar
2e9c507dfa
chore: resolve conflicts
2024-12-30 16:18:18 +05:30
ruthra kumar
e3dc5d0de4
Merge pull request #44897 from frappe/mergify/bp/version-15-hotfix/pr-44787
...
fix: refactor query in`get_total_allocated_amount` in bank_transaction (backport #44787 )
2024-12-30 16:16:15 +05:30
mahsem
2efc701e4e
fix: whitespace
...
(cherry picked from commit 1f4e1811de )
2024-12-30 10:27:17 +00:00
mahsem
1353a14a6b
fix: in_contex_translation_fixes
...
(cherry picked from commit a87e7fde03 )
# Conflicts:
# erpnext/accounts/utils.py
# erpnext/templates/pages/order.html
2024-12-30 10:27:17 +00:00
ruthra kumar
8b4f5261b4
Merge pull request #44978 from frappe/mergify/bp/version-15-hotfix/pr-44975
...
fix: add company filter to project (backport #44975 )
2024-12-30 15:55:00 +05:30
venkat102
74220430e5
fix: include company in filter condition
...
(cherry picked from commit b92f8bc514 )
2024-12-30 09:59:09 +00:00
venkat102
d550b433c1
fix: add company filter to project
...
(cherry picked from commit 1a7b09e576 )
2024-12-30 09:59:09 +00:00
ruthra kumar
8e55d5cc39
Merge pull request #44974 from frappe/mergify/bp/version-15-hotfix/pr-44552
...
Fix: Added Order Number and Order Date fields to the Blanket Order form. (backport #44552 )
2024-12-30 15:27:50 +05:30
ruthra kumar
4a74ee7b6e
Merge pull request #44977 from frappe/mergify/bp/version-15-hotfix/pr-44761
...
fix: apply discount on qty change (backport #44761 )
2024-12-30 15:04:22 +05:30
DHINESH00
c19725ca74
fix: apply discount on qty change
...
(cherry picked from commit 352b82bc0b )
2024-12-30 09:27:31 +00:00
ruthra kumar
7b90742409
chore: resolve conflict
2024-12-30 14:50:23 +05:30
Himanshu Shivhare
583182180a
refactor: Order Number and Order Date fields to Blanket Order
...
(cherry picked from commit 5a284df51d )
# Conflicts:
# erpnext/manufacturing/doctype/blanket_order/blanket_order.json
2024-12-30 08:32:49 +00:00
mergify[bot]
28442f3414
fix: limit discount value to 100 in pos cart (backport #44916 ) ( #44932 )
...
fix: limit discount value to 100 in pos cart (#44916 )
* fix: limit discount value to 100 in pos cart
* fix: error message on invalid discount
(cherry picked from commit ac26622d6e )
Co-authored-by: Diptanil Saha <50792171+diptanilsaha@users.noreply.github.com >
2024-12-30 14:00:08 +05:30
mergify[bot]
cc827c8077
fix: fetch advance payment entries on pos invoice (backport #44856 ) ( #44931 )
...
fix: fetch advance payment entries on pos invoice
(cherry picked from commit a7078e5702 )
Co-authored-by: Diptanil Saha <diptanilsaha@Diptanils-MacBook-Air.local >
2024-12-30 13:59:42 +05:30
mergify[bot]
40f46b76fa
fix (pos closing entry): validation for 100 pc discount on pos invoice (backport #44899 ) ( #44930 )
...
fix (pos closing entry): validation for 100 pc discount on pos invoice (#44899 )
(cherry picked from commit cfcc24a341 )
Co-authored-by: Diptanil Saha <50792171+diptanilsaha@users.noreply.github.com >
2024-12-30 13:58:58 +05:30
mergify[bot]
7dd2b0c189
fix: pos payment using non-default mode of payment (backport #44920 ) ( #44971 )
...
fix: pos payment using non-default mode of payment (#44920 )
* fix: pos payment using non-default mode of payment (#41108 )
* fix: included css syntax
* refactor: created a function to sanitize the class name
* refactor: reusing method to sanitize class name
* refactor: function rename
(cherry picked from commit 98cbb7e900 )
Co-authored-by: Diptanil Saha <diptanil.dev@gmail.com >
2024-12-30 13:56:55 +05:30
ruthra kumar
3a361eac4e
Merge pull request #44966 from frappe/mergify/bp/version-15-hotfix/pr-44921
...
fix: get item tax template based on posting date (backport #44921 )
2024-12-30 13:09:15 +05:30
ruthra kumar
61ee292957
Merge pull request #44955 from frappe/mergify/bp/version-15-hotfix/pr-44636
...
fix: SQL syntax error in Purchase Receipt query for empty filters (backport #44636 )
2024-12-30 12:38:02 +05:30
ruthra kumar
c2d9ac11f0
Merge pull request #44960 from frappe/mergify/bp/version-15-hotfix/pr-44958
...
refactor(test): make manufacturing test idempotent (backport #44958 )
2024-12-30 12:37:37 +05:30
ljain112
2feeebb5fb
fix: get item tax template based on posting date
...
(cherry picked from commit 976e35d547 )
2024-12-30 12:35:07 +05:30
ruthra kumar
f6a9051291
Merge pull request #44963 from frappe/mergify/bp/version-15-hotfix/pr-44906
...
fix: set/update billing address on change of company (backport #44906 )
2024-12-30 12:27:59 +05:30
Sanket322
e582ff862e
fix: use meta to check field instead of doctype
...
(cherry picked from commit 187c74ae09 )
2024-12-30 06:52:56 +00:00
Sanket322
98631eb266
fix: move code from purchase invoice to buying controller
...
(cherry picked from commit cb197fd01f )
2024-12-30 06:52:55 +00:00
Sanket322
cfa432dbca
fix: set/update billing address on change of company
...
(cherry picked from commit 0adfebee85 )
2024-12-30 06:52:55 +00:00
ruthra kumar
a11f7d5a82
chore: fix linter
2024-12-30 12:18:09 +05:30
ruthra kumar
f83112520d
refactor(test): make manufacturing test idempotent
...
(cherry picked from commit f3be246df3 )
2024-12-30 12:02:01 +05:30
Navin R C
2f279a6eb4
fix: SQL syntax error in Purchase Receipt query for empty filters ( #44636 )
...
fix(po-analysis): handle SQL error due to empty data in IN() clause
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 48b49cdea4 )
2024-12-30 04:11:08 +00:00
Sanket322
6c206c1cb3
fix: ignore duplicate while creating default templates
...
(cherry picked from commit 9368485594 )
2024-12-27 09:17:44 +00:00
ruthra kumar
6bb2b76040
Merge pull request #44935 from frappe/mergify/bp/version-15-hotfix/pr-44892
...
fix: clear payment schedule in purchase invoice for is_paid (backport #44892 )
2024-12-27 13:52:26 +05:30
ruthra kumar
508435ac9f
refactor: early return is always better
...
validate_advance_entries() has a heavy IO bound operation. Early
return on unwanted cases is always better.
(cherry picked from commit 0589fa7f3e )
2024-12-27 07:54:44 +00:00
Sanket322
6cc70605fa
fix: clear payment schedule in purchase invoice for is_paid
...
(cherry picked from commit e1fc239f3d )
2024-12-27 07:54:44 +00:00
mergify[bot]
488d8080c8
fix: strings for translation (backport #44816 ) ( #44927 )
...
* fix: strings for translation
(cherry picked from commit 3be633f6f1 )
# Conflicts:
# erpnext/accounts/utils.py
* fix: resolved conflict
---------
Co-authored-by: mahsem <137205921+mahsem@users.noreply.github.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-12-27 11:33:09 +05:30
mergify[bot]
5cc9e10923
fix: Show order tax amount in customer currency on the portal (backport #44915 ) ( #44923 )
...
fix: Show order tax amount in customer currency on the portal (#44915 )
(cherry picked from commit b998933ef0 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-12-27 11:24:57 +05:30
ruthra kumar
b45b77df93
Merge pull request #44926 from frappe/mergify/bp/version-15-hotfix/pr-44815
...
fix: relabel rate to tax rate (backport #44815 )
2024-12-27 10:55:54 +05:30
mahsem
991a3366a8
fix: relabel rate to tax rate
...
(cherry picked from commit 1eb8b0ceef )
2024-12-27 05:25:16 +00:00
mergify[bot]
042d12b2c1
fix: material request status (backport #44917 ) ( #44918 )
...
* fix: material request status (#44917 )
(cherry picked from commit 1319ce4bc1 )
* chore: fix test case
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-26 22:58:29 +05:30
mergify[bot]
c241262266
fix: not able to make purchase receipt from SCR (backport #44919 ) ( #44925 )
...
* fix: not able to make purchase receipt from SCR (#44919 )
(cherry picked from commit ab1cca0c40 )
* chore: fix test case
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-26 22:58:11 +05:30
Frappe PR Bot
f25d65ecc4
chore(release): Bumped to Version 15.47.1
...
## [15.47.1](https://github.com/frappe/erpnext/compare/v15.47.0...v15.47.1 ) (2024-12-26)
### Bug Fixes
* allow zero valuation rate (backport [#44902 ](https://github.com/frappe/erpnext/issues/44902 )) (backport [#44910 ](https://github.com/frappe/erpnext/issues/44910 )) ([#44913 ](https://github.com/frappe/erpnext/issues/44913 )) ([763951a ](763951af27 ))
2024-12-26 06:02:20 +00:00
mergify[bot]
763951af27
fix: allow zero valuation rate (backport #44902 ) (backport #44910 ) ( #44913 )
...
fix: allow zero valuation rate (backport #44902 ) (#44910 )
fix: allow zero valuation rate (#44902 )
(cherry picked from commit 614a8f106d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 9060e4ce57 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-12-26 11:30:55 +05:30
mergify[bot]
9060e4ce57
fix: allow zero valuation rate (backport #44902 ) ( #44910 )
...
fix: allow zero valuation rate (#44902 )
(cherry picked from commit 614a8f106d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-26 11:03:13 +05:30
Frappe PR Bot
139a56b8a4
chore(release): Bumped to Version 15.47.0
...
# [15.47.0](https://github.com/frappe/erpnext/compare/v15.46.2...v15.47.0 ) (2024-12-25)
### Bug Fixes
* 'str' object has no attribute 'get_sql' ([8b810f5 ](8b810f5fb8 ))
* add `Stock UOM` when adding new item in POS list ([#44780 ](https://github.com/frappe/erpnext/issues/44780 )) ([96cc9e2 ](96cc9e29a1 ))
* Add hooks for repost allowed doctypes ([b5596d9 ](b5596d98e3 ))
* added docs.frappe.io in documentation_url ([#44776 ](https://github.com/frappe/erpnext/issues/44776 )) ([0fd7792 ](0fd7792f49 ))
* asset field precision check ([516a325 ](516a325a31 ))
* avg. buying amount for product bundle item with serial and batch no in gross profit report ([2edb6f3 ](2edb6f3224 ))
* better indicator base amount for Tax Witholding in Journal Entry ([218e777 ](218e777423 ))
* buying rate for service item in gross profit report ([a55aaea ](a55aaea5a1 ))
* closing stock balance permissions (backport [#44791 ](https://github.com/frappe/erpnext/issues/44791 )) ([#44793 ](https://github.com/frappe/erpnext/issues/44793 )) ([cdeec8d ](cdeec8d24c ))
* correct args for get_advance_payment_entries_for_regional ([875797e ](875797e655 ))
* correct tds rate with lower deduction certificate ([5ca60f3 ](5ca60f3e0a ))
* do not set cost_center update_voucher_balance as it is set in init_voucher_balance ([19a8ea2 ](19a8ea217e ))
* do not validate qc for scrap item (backport [#44844 ](https://github.com/frappe/erpnext/issues/44844 )) ([#44853 ](https://github.com/frappe/erpnext/issues/44853 )) ([8092d58 ](8092d58d9c ))
* Duplicate entry ' EF1DE8B2E1B6' for key 'PRIMARY' (backport [#44809 ](https://github.com/frappe/erpnext/issues/44809 )) ([#44814 ](https://github.com/frappe/erpnext/issues/44814 )) ([16b013f ](16b013fab2 ))
* fetch tax withholding category from the voucher ([8f8dd1c ](8f8dd1c088 ))
* incoming rate should be zero for rejected items (backport [#44857 ](https://github.com/frappe/erpnext/issues/44857 )) ([#44859 ](https://github.com/frappe/erpnext/issues/44859 )) ([0969877 ](0969877cd7 ))
* incorrect Material Transferred for Manufacturing qty (backport [#44823 ](https://github.com/frappe/erpnext/issues/44823 )) ([#44832 ](https://github.com/frappe/erpnext/issues/44832 )) ([497029f ](497029f958 ))
* Ledger repost support for extending app doctypes ([d137f78 ](d137f780bd ))
* Paid + Write Off Amount issue in Sales Invoice (backport [#44763 ](https://github.com/frappe/erpnext/issues/44763 )) ([#44874 ](https://github.com/frappe/erpnext/issues/44874 )) ([ca7c229 ](ca7c229e86 ))
* permissions for marking Quotation as lost ([e6390bf ](e6390bfba1 ))
* POS Closing entry issue (backport [#44772 ](https://github.com/frappe/erpnext/issues/44772 )) ([#44781 ](https://github.com/frappe/erpnext/issues/44781 )) ([2032422 ](20324224d3 ))
* posting_time issue ([#44870 ](https://github.com/frappe/erpnext/issues/44870 )) ([7a5c30f ](7a5c30fe9b ))
* Remove typo ([13a3c81 ](13a3c816d7 ))
* set project in GL from the SLE (backport [#44879 ](https://github.com/frappe/erpnext/issues/44879 )) ([#44885 ](https://github.com/frappe/erpnext/issues/44885 )) ([57e6ed4 ](57e6ed4645 ))
* show profit and loss after period closing ([771632a ](771632a5e2 ))
* slow posting datetime update (backport [#44799 ](https://github.com/frappe/erpnext/issues/44799 )) ([#44805 ](https://github.com/frappe/erpnext/issues/44805 )) ([ad57e33 ](ad57e33cd7 ))
* stock entry not fetching expired batches (backport [#44863 ](https://github.com/frappe/erpnext/issues/44863 )) ([#44868 ](https://github.com/frappe/erpnext/issues/44868 )) ([d6001e5 ](d6001e5ef9 ))
* Stock Entry uses incorrect company when generated from Pick List ([#44679 ](https://github.com/frappe/erpnext/issues/44679 )) ([58e8467 ](58e846709e ))
* Swedish tax templates ([cc1834b ](cc1834b0cc ))
* test case correction ([ddfead2 ](ddfead2cde ))
* typerror on TDS payable monthly report (backport [#37707 ](https://github.com/frappe/erpnext/issues/37707 )) ([db9a319 ](db9a319104 ))
* update correct cost center in Accounts Receivable Report ([4c5540a ](4c5540aef9 ))
* update query ([3ab4acf ](3ab4acfafa ))
* use utility method to generate url ([75aee42 ](75aee42635 ))
* **ux:** purchase invoice link in error message ([#44797 ](https://github.com/frappe/erpnext/issues/44797 )) ([01c1ed9 ](01c1ed98ac ))
* Warehouse wise Stock Value chart roles (backport [#44865 ](https://github.com/frappe/erpnext/issues/44865 )) ([#44867 ](https://github.com/frappe/erpnext/issues/44867 )) ([f32cf84 ](f32cf84413 ))
### Features
* add difference_posting_date field ([bec1f97 ](bec1f972b3 ))
* **subcontracting:** Added provision to create multiple Subcontracting Orders against a single Purchase Order (backport [#44711 ](https://github.com/frappe/erpnext/issues/44711 )) ([#44782 ](https://github.com/frappe/erpnext/issues/44782 )) ([8f81172 ](8f811728d9 ))
* swedish COA ([98cc79d ](98cc79d942 ))
* use difference_posting_date for journal entry posting_date ([7498cdf ](7498cdf644 ))
### Performance Improvements
* SABB (backport [#44764 ](https://github.com/frappe/erpnext/issues/44764 )) ([#44789 ](https://github.com/frappe/erpnext/issues/44789 )) ([b706a82 ](b706a8274f ))
* slow query related to stock ledger entry (backport [#44861 ](https://github.com/frappe/erpnext/issues/44861 )) ([#44862 ](https://github.com/frappe/erpnext/issues/44862 )) ([3f3df7e ](3f3df7ef2a ))
2024-12-25 03:36:34 +00:00
ruthra kumar
b718ca4489
Merge pull request #44887 from frappe/version-15-hotfix
...
chore: release v15
2024-12-25 09:05:15 +05:30
vishakhdesai
61367ee1ed
fix: failing tests fixed
...
(cherry picked from commit 2ce07865d3 )
2024-12-24 12:23:58 +00:00
vishakhdesai
944dc966bc
fix: refactor query in get_total_allocated_amount in bank_transaction
...
(cherry picked from commit 6b847cdb62 )
2024-12-24 12:23:58 +00:00
ruthra kumar
9c6832a622
Merge pull request #44894 from frappe/mergify/bp/version-15-hotfix/pr-44878
...
fix: show profit and loss after period closing (backport #44878 )
2024-12-24 17:52:53 +05:30
venkat102
771632a5e2
fix: show profit and loss after period closing
...
(cherry picked from commit dc5cd93bf0 )
2024-12-24 11:33:39 +00:00
ruthra kumar
7a81c0f10f
Merge pull request #44891 from frappe/mergify/bp/version-15-hotfix/pr-44889
...
refactor: use db_set instead of set_value to trigger notification (backport #44889 )
2024-12-24 17:02:58 +05:30
venkat102
69ed2a9dfe
refactor: use db_set instead of set_value to trigger notification
...
(cherry picked from commit f8b923edfe )
2024-12-24 11:12:44 +00:00
mergify[bot]
57e6ed4645
fix: set project in GL from the SLE (backport #44879 ) ( #44885 )
...
fix: set project in GL from the SLE (#44879 )
(cherry picked from commit 021d077808 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-24 15:12:32 +05:30
ruthra kumar
b48f46ed5a
Merge pull request #44882 from frappe/mergify/bp/version-15-hotfix/pr-44794
...
fix: correct tds rate with lower deduction certificate (backport #44794 )
2024-12-24 14:37:35 +05:30
ruthra kumar
72b720477c
Merge pull request #44872 from frappe/mergify/bp/version-15-hotfix/pr-44870
...
fix: posting_time issue (backport #44870 )
2024-12-24 13:56:10 +05:30
ljain112
5ca60f3e0a
fix: correct tds rate with lower deduction certificate
...
(cherry picked from commit cb9c12d495 )
2024-12-24 08:16:03 +00:00
ruthra kumar
ddc58f0146
Merge pull request #44877 from Abdeali099/backport-uom-handle
...
fix: add `Stock UOM` when adding new item in POS list (#44780 )
2024-12-24 11:18:47 +05:30
Abdeali Chharchhodawala
96cc9e29a1
fix: add Stock UOM when adding new item in POS list ( #44780 )
2024-12-24 11:08:54 +05:30
mergify[bot]
ca7c229e86
fix: Paid + Write Off Amount issue in Sales Invoice (backport #44763 ) ( #44874 )
...
fix: Paid + Write Off Amount issue in Sales Invoice
(cherry picked from commit 1fd7ba7c88 )
Co-authored-by: vishakhdesai <vishakhdesai@gmail.com >
2024-12-24 10:48:15 +05:30
rohitwaghchaure
90aadcdcbc
chore: fix conflicts
2024-12-24 10:16:53 +05:30
rohitwaghchaure
7a5c30fe9b
fix: posting_time issue ( #44870 )
...
(cherry picked from commit 079b86044e )
# Conflicts:
# erpnext/stock/deprecated_serial_batch.py
2024-12-24 03:37:25 +00:00
Khushi Rawat
f0671d45de
Merge pull request #44871 from frappe/mergify/bp/version-15-hotfix/pr-44854
...
fix: asset fields precision check (backport #44854 )
2024-12-24 00:21:26 +05:30
Khushi Rawat
ddfead2cde
fix: test case correction
...
(cherry picked from commit 2f7e6230a6 )
2024-12-23 18:31:28 +00:00
Khushi Rawat
516a325a31
fix: asset field precision check
...
(cherry picked from commit 92b8768ae2 )
2024-12-23 18:31:28 +00:00
mergify[bot]
d6001e5ef9
fix: stock entry not fetching expired batches (backport #44863 ) ( #44868 )
...
fix: stock entry not fetching expired batches (#44863 )
(cherry picked from commit c9b143b509 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 22:31:16 +05:30
mergify[bot]
f32cf84413
fix: Warehouse wise Stock Value chart roles (backport #44865 ) ( #44867 )
...
fix: Warehouse wise Stock Value chart roles (#44865 )
(cherry picked from commit 7d41805d0e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 22:30:58 +05:30
mergify[bot]
8092d58d9c
fix: do not validate qc for scrap item (backport #44844 ) ( #44853 )
...
fix: do not validate qc for scrap item (#44844 )
(cherry picked from commit a2c2b8b5ad )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 19:15:46 +05:30
mergify[bot]
3f3df7ef2a
perf: slow query related to stock ledger entry (backport #44861 ) ( #44862 )
...
perf: slow query related to stock ledger entry (#44861 )
(cherry picked from commit 54d7b742ab )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 19:15:32 +05:30
mergify[bot]
0969877cd7
fix: incoming rate should be zero for rejected items (backport #44857 ) ( #44859 )
...
fix: incoming rate should be zero for rejected items (#44857 )
(cherry picked from commit a515a399cf )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 18:11:53 +05:30
ruthra kumar
9543a4c66f
Merge pull request #44852 from frappe/mergify/bp/version-15-hotfix/pr-44716
...
fix: avg. buying amount for product bundle item with serial and batch no in gross profit report (backport #44716 )
2024-12-23 15:35:43 +05:30
ruthra kumar
3eb56cbbfb
Merge pull request #44841 from frappe/mergify/bp/version-15-hotfix/pr-44808
...
feat: Added difference_posting_date field in Sales Invoice Advance and Purchase Invoice Advance (backport #44808 )
2024-12-23 15:18:16 +05:30
ruthra kumar
dc1ed406a1
Merge pull request #44849 from frappe/mergify/bp/version-15-hotfix/pr-44797
...
fix(ux): purchase invoice link in error message (backport #44797 )
2024-12-23 15:17:47 +05:30
ljain112
2edb6f3224
fix: avg. buying amount for product bundle item with serial and batch no in gross profit report
...
(cherry picked from commit cc3f4bb0b0 )
2024-12-23 09:34:15 +00:00
ruthra kumar
4e23e3191d
Merge pull request #44847 from frappe/mergify/bp/version-15-hotfix/pr-44738
...
fix: fetch tax withholding category from the voucher (backport #44738 )
2024-12-23 15:03:02 +05:30
ruthra kumar
55470fefdb
Merge pull request #44843 from frappe/mergify/bp/version-15-hotfix/pr-44813
...
fix: update correct cost center in Accounts Receivable Report (backport #44813 )
2024-12-23 14:55:45 +05:30
ruthra kumar
33fc987d95
refactor(test): remove hardcoded names
2024-12-23 14:52:02 +05:30
Nijith anil
01c1ed98ac
fix(ux): purchase invoice link in error message ( #44797 )
...
* fix(ux): purchase invoice link in error message
* chore: fix linter
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit 6f00a87a9c )
2024-12-23 09:20:17 +00:00
venkat102
8f8dd1c088
fix: fetch tax withholding category from the voucher
...
(cherry picked from commit 09e64594db )
2024-12-23 09:07:13 +00:00
venkat102
f005bef218
chore: use get function
...
(cherry picked from commit 1663c7983e )
2024-12-23 09:07:13 +00:00
vishakhdesai
19a8ea217e
fix: do not set cost_center update_voucher_balance as it is set in init_voucher_balance
...
(cherry picked from commit 3b36ce560c )
2024-12-23 08:51:37 +00:00
vishakhdesai
4c5540aef9
fix: update correct cost center in Accounts Receivable Report
...
(cherry picked from commit 09776e9a5a )
2024-12-23 08:51:36 +00:00
ruthra kumar
cf4068d1a3
chore: resolve conflicts
2024-12-23 14:11:05 +05:30
rs-rethik
3ab4acfafa
fix: update query
...
(cherry picked from commit 854e37c05c )
2024-12-23 08:39:55 +00:00
rs-rethik
13123a0412
refactor: convert sql query to query builder
...
(cherry picked from commit 2d58e845e6 )
2024-12-23 08:39:54 +00:00
rs-rethik
4884849f23
test: add unit test to validate journal entry posting date
...
(cherry picked from commit c14a2d73bf )
2024-12-23 08:39:54 +00:00
rs-rethik
7498cdf644
feat: use difference_posting_date for journal entry posting_date
...
(cherry picked from commit ff1d040a6e )
2024-12-23 08:39:54 +00:00
rs-rethik
bec1f972b3
feat: add difference_posting_date field
...
(cherry picked from commit 225e56cbca )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.json
# erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.json
2024-12-23 08:39:54 +00:00
mergify[bot]
497029f958
fix: incorrect Material Transferred for Manufacturing qty (backport #44823 ) ( #44832 )
...
* fix: incorrect Material Transferred for Manufacturing qty (#44823 )
(cherry picked from commit fe0036e707 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 13:38:21 +05:30
ruthra kumar
b0a10c6b2a
Merge pull request #44840 from frappe/mergify/bp/version-15-hotfix/pr-44786
...
fix: correct args for get_advance_payment_entries_for_regional (backport #44786 )
2024-12-23 13:23:27 +05:30
ljain112
875797e655
fix: correct args for get_advance_payment_entries_for_regional
...
(cherry picked from commit df13a4cc2f )
2024-12-23 07:28:34 +00:00
ruthra kumar
1a9dfec115
Merge pull request #44838 from frappe/mergify/bp/version-15-hotfix/pr-44751
...
fix: buying rate for service item in gross profit report (backport #44751 )
2024-12-23 12:06:23 +05:30
ruthra kumar
59841408ac
Merge pull request #44836 from frappe/mergify/bp/version-15-hotfix/pr-44681
...
fix: Stock Entry uses incorrect company when generated from Pick List (backport #44679 ) (backport #44681 )
2024-12-23 11:56:32 +05:30
Frappe PR Bot
1900cebf52
chore(release): Bumped to Version 15.46.2
...
## [15.46.2](https://github.com/frappe/erpnext/compare/v15.46.1...v15.46.2 ) (2024-12-23)
### Bug Fixes
* Add hooks for repost allowed doctypes ([640c13a ](640c13a5f3 ))
* Ledger repost support for extending app doctypes ([a79d294 ](a79d2946a1 ))
2024-12-23 06:17:04 +00:00
ljain112
a55aaea5a1
fix: buying rate for service item in gross profit report
...
(cherry picked from commit 8d6e79a16f )
2024-12-23 06:16:24 +00:00
ruthra kumar
f7d860daf1
Merge pull request #44835 from frappe/mergify/bp/version-15/pr-44825
...
fix: Ledger repost support for extending app doctypes (backport #44825 )
2024-12-23 11:45:49 +05:30
ruthra kumar
041d94f3cf
Merge pull request #44834 from frappe/mergify/bp/version-15-hotfix/pr-44644
...
fix: permissions for marking Quotation as lost (backport #44644 )
2024-12-23 11:31:47 +05:30
Nicolas Pereira
58e846709e
fix: Stock Entry uses incorrect company when generated from Pick List ( #44679 )
...
(cherry picked from commit 00898be8e4 )
(cherry picked from commit cd693b5fa4 )
2024-12-23 05:59:10 +00:00
Deepesh Garg
640c13a5f3
fix: Add hooks for repost allowed doctypes
...
(cherry picked from commit 919abd2c03 )
2024-12-23 05:57:55 +00:00
Deepesh Garg
a79d2946a1
fix: Ledger repost support for extending app doctypes
...
(cherry picked from commit ed231abb54 )
2024-12-23 05:57:54 +00:00
ruthra kumar
7f5c19a81e
Merge pull request #44830 from frappe/mergify/bp/version-15-hotfix/pr-44826
...
fix: Remove typo from `Bank Account` on trash (backport #44826 )
2024-12-23 11:26:19 +05:30
ruthra kumar
3d4a4e661c
chore: resolve conflicts
2024-12-23 11:14:33 +05:30
barredterra
e6390bfba1
fix: permissions for marking Quotation as lost
...
(cherry picked from commit 4d5241486f )
# Conflicts:
# erpnext/crm/doctype/competitor/competitor.json
# erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.json
2024-12-23 05:41:57 +00:00
Abdeali Chharchhoda
13a3c816d7
fix: Remove typo
...
(cherry picked from commit ba28f6bf73 )
2024-12-23 04:52:25 +00:00
ruthra kumar
4869847bc7
Merge pull request #44828 from frappe/mergify/bp/version-15-hotfix/pr-44825
...
fix: Ledger repost support for extending app doctypes (backport #44825 )
2024-12-23 10:19:08 +05:30
Deepesh Garg
b5596d98e3
fix: Add hooks for repost allowed doctypes
...
(cherry picked from commit 919abd2c03 )
2024-12-23 04:19:48 +00:00
Deepesh Garg
d137f780bd
fix: Ledger repost support for extending app doctypes
...
(cherry picked from commit ed231abb54 )
2024-12-23 04:19:48 +00:00
mergify[bot]
16b013fab2
fix: Duplicate entry ' EF1DE8B2E1B6' for key 'PRIMARY' (backport #44809 ) ( #44814 )
...
fix: Duplicate entry ' EF1DE8B2E1B6' for key 'PRIMARY' (#44809 )
(cherry picked from commit 56f561cdaa )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-21 10:26:25 +05:30
mergify[bot]
ad57e33cd7
fix: slow posting datetime update (backport #44799 ) ( #44805 )
...
fix: slow posting datetime update (#44799 )
(cherry picked from commit a7b5e2565b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-20 19:38:52 +05:30
Smit Vora
58c0e24f2d
Merge pull request #44735 from frappe/mergify/bp/version-15-hotfix/pr-44660
...
fix: better indicator base amount for Tax Witholding in Journal Entry (backport #44660 )
2024-12-20 16:28:43 +05:30
ruthra kumar
162380d9da
Merge pull request #44810 from frappe/mergify/bp/version-15-hotfix/pr-44703
...
fix: Swedish tax templates (backport #44703 )
2024-12-20 14:32:41 +05:30
mahsem
cc1834b0cc
fix: Swedish tax templates
...
(cherry picked from commit 73112fa3c9 )
2024-12-20 08:42:38 +00:00
ruthra kumar
9449055b1e
Merge pull request #44807 from frappe/mergify/bp/version-15-hotfix/pr-44665
...
fix: add Swedish_2024_COA (backport #44665 )
2024-12-20 12:24:44 +05:30
mergify[bot]
8f811728d9
feat(subcontracting): Added provision to create multiple Subcontracting Orders against a single Purchase Order (backport #44711 ) ( #44782 )
...
* feat(subcontracting): Added provision to create multiple Subcontracting Orders against a single Purchase Order (#44711 )
* feat(subcontracting): Added provision to create multiple Subcontracting Orders from a single Subcontracted Purchase Order
* refactor(new_sc_flow_2): Fixed error thrown by semgrep
(cherry picked from commit 3eba6bf3dd )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.js
# erpnext/buying/doctype/purchase_order/test_purchase_order.py
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
# erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.json
# erpnext/subcontracting/doctype/subcontracting_order_service_item/subcontracting_order_service_item.json
* feat(subcontracting): Added provision to create multiple Subcontracting Orders against a single Purchase Order (#44711 )
* feat(subcontracting): Added provision to create multiple Subcontracting Orders from a single Subcontracted Purchase Order
* refactor(new_sc_flow_2): Fixed error thrown by semgrep
* fix: Resolved errors and removed code from develop branch merged by mistake
---------
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2024-12-20 12:18:01 +05:30
mahsem
98cc79d942
feat: swedish COA
...
(cherry picked from commit 8a5f7ec4d7 )
2024-12-20 06:27:14 +00:00
Smit Vora
db9a319104
fix: typerror on TDS payable monthly report (backport #37707 )
2024-12-20 11:02:33 +05:30
mergify[bot]
cdeec8d24c
fix: closing stock balance permissions (backport #44791 ) ( #44793 )
...
* fix: closing stock balance permissions (#44791 )
(cherry picked from commit 3662a6a41d )
# Conflicts:
# erpnext/stock/doctype/closing_stock_balance/closing_stock_balance.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-20 09:35:51 +05:30
mergify[bot]
b706a8274f
perf: SABB (backport #44764 ) ( #44789 )
...
perf: SABB (#44764 )
(cherry picked from commit 90baa38f64 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-19 13:31:28 +05:30
mergify[bot]
20324224d3
fix: POS Closing entry issue (backport #44772 ) ( #44781 )
...
fix: POS Closing entry issue (#44772 )
(cherry picked from commit 779dd2d798 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-18 20:38:56 +05:30
ruthra kumar
418ef81dbc
Merge pull request #44778 from frappe/mergify/bp/version-15-hotfix/pr-44776
...
fix: added docs.frappe.io in documentation_url (backport #44776 )
2024-12-18 17:53:31 +05:30
Nabin Hait
0fd7792f49
fix: added docs.frappe.io in documentation_url ( #44776 )
...
(cherry picked from commit febdf4c61e )
2024-12-18 11:59:50 +00:00
Frappe PR Bot
9aed428939
chore(release): Bumped to Version 15.46.1
...
## [15.46.1](https://github.com/frappe/erpnext/compare/v15.46.0...v15.46.1 ) (2024-12-18)
### Bug Fixes
* 'str' object has no attribute 'get_sql' ([8eb8cc5 ](8eb8cc5d3c ))
2024-12-18 09:10:34 +00:00
ruthra kumar
cd497743f4
Merge pull request #44767 from frappe/mergify/bp/version-15/pr-44765
...
fix: 'str' object has no attribute 'get_sql' (backport #44765 )
2024-12-18 14:39:16 +05:30
ruthra kumar
7350aa299e
Merge pull request #44770 from frappe/mergify/bp/version-15-hotfix/pr-44765
...
fix: 'str' object has no attribute 'get_sql' (backport #44765 )
2024-12-18 14:34:09 +05:30
ljain112
8b810f5fb8
fix: 'str' object has no attribute 'get_sql'
...
(cherry picked from commit 9a43acb65c )
2024-12-18 08:44:27 +00:00
ljain112
8eb8cc5d3c
fix: 'str' object has no attribute 'get_sql'
...
(cherry picked from commit 9a43acb65c )
2024-12-18 08:43:16 +00:00
ruthra kumar
3ed7f761ba
Merge pull request #44760 from frappe/mergify/bp/version-15-hotfix/pr-44758
...
fix: use utility method to generate url (backport #44758 )
2024-12-18 11:17:09 +05:30
ruthra kumar
75aee42635
fix: use utility method to generate url
...
(cherry picked from commit b970eb8b15 )
2024-12-18 05:33:31 +00:00
Frappe PR Bot
375b48699f
chore(release): Bumped to Version 15.46.0
...
# [15.46.0](https://github.com/frappe/erpnext/compare/v15.45.5...v15.46.0 ) (2024-12-18)
### Bug Fixes
* add doc.status to translation from POS ([0ba6e60 ](0ba6e60608 ))
* allow all dispatch address for drop ship invoice ([db3a87c ](db3a87c837 ))
* broken CI ([78d7d71 ](78d7d7148f ))
* delink SABB from cancelled SLEs (backport [#44691 ](https://github.com/frappe/erpnext/issues/44691 )) ([#44719 ](https://github.com/frappe/erpnext/issues/44719 )) ([8940747 ](8940747161 ))
* duplicate Use Multi-Level BOM checkbox ([#44757 ](https://github.com/frappe/erpnext/issues/44757 )) ([3ac801c ](3ac801c884 ))
* handle zero salvage value case ([632a45d ](632a45d82e ))
* make rate of depreciation mandatory ([ed42ed0 ](ed42ed04d2 ))
* pos invoice return reference missing (backport [#44720 ](https://github.com/frappe/erpnext/issues/44720 )) ([#44729 ](https://github.com/frappe/erpnext/issues/44729 )) ([8aec131](8aec13115c ))
* purchase return entry issue (backport [#44721 ](https://github.com/frappe/erpnext/issues/44721 )) ([#44737 ](https://github.com/frappe/erpnext/issues/44737 )) ([8ba7424 ](8ba7424996 ))
* remove invalid filter in Account Receivable report ([fdfbb57 ](fdfbb57779 ))
* set company bank account if default account not set in mode of payment ([a8f7393 ](a8f7393706 ))
* switched asset terminology from cost to value ([47c7356 ](47c7356b38 ))
* unsupported operand type (backport [#44722 ](https://github.com/frappe/erpnext/issues/44722 )) ([#44723 ](https://github.com/frappe/erpnext/issues/44723 )) ([158a480 ](158a4803ca ))
* update cc_to multiselect in process statement of accounts ([df9bc33 ](df9bc33f34 ))
* update discount when pricing rule is changed ([f1a5000 ](f1a5000872 ))
* User permissions in financial statements ([83aeb2e ](83aeb2e475 ))
* using query.walk() for escaping ([40a8ed8 ](40a8ed8571 ))
* Wrong allocated_amount for sales_team in gross_profit report ([#42989 ](https://github.com/frappe/erpnext/issues/42989 )) ([328b9e7 ](328b9e7d9e ))
### Features
* change type link to multiselect ([7665eac ](7665eac277 ))
2024-12-18 05:32:46 +00:00
ruthra kumar
bc601f36c9
Merge pull request #44741 from frappe/version-15-hotfix
...
chore: release v15
2024-12-18 11:01:28 +05:30
rohitwaghchaure
3ac801c884
fix: duplicate Use Multi-Level BOM checkbox ( #44757 )
2024-12-18 10:41:24 +05:30
ruthra kumar
2c0468e784
Merge pull request #44753 from frappe/mergify/bp/version-15-hotfix/pr-44695
...
fix: User permissions in financial statements (backport #44695 )
2024-12-17 21:19:11 +05:30
ruthra kumar
cb03fed5d8
Merge pull request #44755 from frappe/mergify/bp/version-15-hotfix/pr-44708
...
fix: update discount when pricing rule is changed (backport #44708 )
2024-12-17 21:10:27 +05:30
venkat102
f1a5000872
fix: update discount when pricing rule is changed
...
(cherry picked from commit 8338d1d5b4 )
2024-12-17 15:13:22 +00:00
ljain112
40a8ed8571
fix: using query.walk() for escaping
...
(cherry picked from commit 5ea131c763 )
2024-12-17 15:09:25 +00:00
ljain112
83aeb2e475
fix: User permissions in financial statements
...
(cherry picked from commit a626372d66 )
2024-12-17 15:09:25 +00:00
ruthra kumar
2b27892fc2
Merge pull request #44750 from ruthra-kumar/backport_v15_pr_44581
...
fix: allow all dispatch address for drop ship invoice (backport #44581 )
2024-12-17 17:52:14 +05:30
ruthra kumar
db3a87c837
fix: allow all dispatch address for drop ship invoice
2024-12-17 17:43:31 +05:30
ruthra kumar
09b28e89a9
Merge pull request #44748 from frappe/mergify/bp/version-15-hotfix/pr-44685
...
fix: set company bank account if default account not set in mode of p… (backport #44685 )
2024-12-17 17:29:37 +05:30
ruthra kumar
96691bfdce
Merge pull request #44731 from frappe/mergify/bp/version-15-hotfix/pr-44650
...
feat: Multiselect cc in process statement of accounts (backport #44650 )
2024-12-17 17:28:51 +05:30
venkat102
a8f7393706
fix: set company bank account if default account not set in mode of payment
...
(cherry picked from commit 91c7e3d5f3 )
2024-12-17 11:50:10 +00:00
mergify[bot]
8ba7424996
fix: purchase return entry issue (backport #44721 ) ( #44737 )
...
fix: purchase return entry issue (#44721 )
(cherry picked from commit 1f5d7072e7 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-17 14:48:18 +05:30
mergify[bot]
8aec13115c
fix: pos invoice return reference missing (backport #44720 ) ( #44729 )
...
fix: pos invoice return reference missing (#44720 )
(cherry picked from commit 852596dbe6 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-17 12:29:42 +05:30
Khushi Rawat
6176411bcf
Merge pull request #44732 from khushi8112/bp-version-15-hotfix-pr-44690
...
fix: handle zero salvage value case backport-pr-44690
2024-12-17 12:27:53 +05:30
Smit Vora
218e777423
fix: better indicator base amount for Tax Witholding in Journal Entry
...
(cherry picked from commit 56a0a0db18 )
2024-12-17 06:20:31 +00:00
Khushi Rawat
96dac012b6
Merge pull request #44710 from khushi8112/backport-pr-44647
...
fix: switched asset terminology from cost to value backport
2024-12-17 11:44:30 +05:30
Khushi Rawat
ed42ed04d2
fix: make rate of depreciation mandatory
2024-12-17 11:39:36 +05:30
ruthra kumar
f9a904c584
chore: resolve conflict
2024-12-17 11:38:45 +05:30
Khushi Rawat
632a45d82e
fix: handle zero salvage value case
2024-12-17 11:37:05 +05:30
rs-rethik
5b4eb5ea9a
chore: remove irrelevant import
...
(cherry picked from commit 5401cf9647 )
2024-12-17 06:06:30 +00:00
rs-rethik
082fd27938
refactor: convert sql query to query builder
...
(cherry picked from commit 494ac04f8e )
2024-12-17 06:06:30 +00:00
rs-rethik
df9bc33f34
fix: update cc_to multiselect in process statement of accounts
...
(cherry picked from commit 2a6be127ef )
# Conflicts:
# erpnext/patches.txt
2024-12-17 06:06:30 +00:00
rs-rethik
7665eac277
feat: change type link to multiselect
...
(cherry picked from commit 4de180feee )
2024-12-17 06:06:29 +00:00
Khushi Rawat
02c5f7e9d1
chore: Merge branch 'version-15-hotfix'
2024-12-17 11:20:39 +05:30
mergify[bot]
8940747161
fix: delink SABB from cancelled SLEs (backport #44691 ) ( #44719 )
...
fix: delink SABB from cancelled SLEs (#44691 )
(cherry picked from commit 5f539619bc )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-17 11:04:54 +05:30
mergify[bot]
158a4803ca
fix: unsupported operand type (backport #44722 ) ( #44723 )
...
fix: unsupported operand type (#44722 )
(cherry picked from commit 95da0913f6 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-17 11:04:40 +05:30
ruthra kumar
06c3eaecc5
Merge pull request #44724 from frappe/mergify/bp/version-15-hotfix/pr-44713
...
fix: broken CI (backport #44713 )
2024-12-17 10:02:45 +05:30
ruthra kumar
78d7d7148f
fix: broken CI
...
- always install wkhtmltopdf
- remove specific version on mariadb-client
(cherry picked from commit eb1e36ca22 )
2024-12-17 04:12:58 +00:00
Khushi Rawat
47c7356b38
fix: switched asset terminology from cost to value
2024-12-16 11:58:38 +05:30
ruthra kumar
440e0aa521
Merge pull request #44698 from ruthra-kumar/backport_v15_pr_44676
...
fix: remove invalid filter in Account Receivable report (backport #44676 )
2024-12-13 17:45:19 +05:30
ljain112
fdfbb57779
fix: remove invalid filter in Account Receivable report
2024-12-13 17:27:14 +05:30
ruthra kumar
1c5178f202
Merge pull request #44686 from ruthra-kumar/backport_v15_pr_42989
...
fix: Wrong allocated_amount for sales_team in gross_profit report (backport 42989)
2024-12-13 12:39:38 +05:30
Diógenes Souza
328b9e7d9e
fix: Wrong allocated_amount for sales_team in gross_profit report ( #42989 )
...
* fix: Wrong allocated_amount for sales_team in gross_profit report
* style: Removes whitespaces
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2024-12-13 11:58:37 +05:30
ruthra kumar
eebb1a24bc
Merge pull request #44684 from frappe/backport_v15_pr_44621
...
fix: add doc.status to translation from POS (backport #44621 )
2024-12-13 10:33:49 +05:30
mahsem
0ba6e60608
fix: add doc.status to translation from POS
2024-12-13 10:31:47 +05:30
Frappe PR Bot
6e01a9b84d
chore(release): Bumped to Version 15.45.5
...
## [15.45.5](https://github.com/frappe/erpnext/compare/v15.45.4...v15.45.5 ) (2024-12-12)
### Bug Fixes
* 'Use Multi-Level BOM' checkbox default value (backport [#44618 ](https://github.com/frappe/erpnext/issues/44618 )) ([#44620 ](https://github.com/frappe/erpnext/issues/44620 )) ([5cd3994 ](5cd39941ee ))
* add docstatus for translation ([47e1ed1 ](47e1ed1eff ))
* add label strings for translation in pos_controller.js ([ffdd7cf ](ffdd7cfa86 ))
* add labels for translation in production_analytics.py ([7a6cb0f ](7a6cb0f157 ))
* add labels for translation in purchase_order_analysis.py ([f06827c ](f06827c6fb ))
* add labels for translation in quality_inspection_summary.py ([dd3a747 ](dd3a747af4 ))
* add labels for translation in sales_order_analysis.py ([6980d1e ](6980d1e142 ))
* add labels for translation in sales_order.js ([283043e ](283043eba7 ))
* add string for translation in delayed_tasks_summary.py ([43fc8bf ](43fc8bf74e ))
* add strings for translation in pos_item_cart.js ([71d8dfb ](71d8dfb401 ))
* add strings for translation in timesheet.js ([#44496 ](https://github.com/frappe/erpnext/issues/44496 )) ([106671a ](106671a414 ))
* add strings for translation payment_terms_status_for_sales_order.py ([773e03f ](773e03f84f ))
* add title for translation in asset.js ([843ff18 ](843ff18cf9 ))
* **Bank Transaction:** error in party matching should not block submitting (backport [#44416 ](https://github.com/frappe/erpnext/issues/44416 )) ([#44574 ](https://github.com/frappe/erpnext/issues/44574 )) ([31c2b81 ](31c2b818bd ))
* BOM for variant items (backport [#44580 ](https://github.com/frappe/erpnext/issues/44580 )) ([#44584 ](https://github.com/frappe/erpnext/issues/44584 )) ([0b26827 ](0b268279cf ))
* BOM has not attr required items (backport [#44598 ](https://github.com/frappe/erpnext/issues/44598 )) ([#44600 ](https://github.com/frappe/erpnext/issues/44600 )) ([608eaaa ](608eaaa482 ))
* BOM name issue (backport [#44575 ](https://github.com/frappe/erpnext/issues/44575 )) ([#44579 ](https://github.com/frappe/erpnext/issues/44579 )) ([03ae9e2 ](03ae9e27be ))
* BOM name issue (backport [#44586 ](https://github.com/frappe/erpnext/issues/44586 )) ([#44589 ](https://github.com/frappe/erpnext/issues/44589 )) ([a5cc307 ](a5cc307417 ))
* consider zero valuation rate for serial nos (backport [#44532 ](https://github.com/frappe/erpnext/issues/44532 )) ([#44534 ](https://github.com/frappe/erpnext/issues/44534 )) ([3771c6e ](3771c6eeae ))
* correct color for draft in list view ([cce1cc6 ](cce1cc6674 ))
* currency symbol in SCO and SCR (backport [#44577 ](https://github.com/frappe/erpnext/issues/44577 )) ([#44594 ](https://github.com/frappe/erpnext/issues/44594 )) ([2a17ecd ](2a17ecdc39 ))
* description overwrite on qty change (backport [#44606 ](https://github.com/frappe/erpnext/issues/44606 )) ([#44609 ](https://github.com/frappe/erpnext/issues/44609 )) ([243bf54 ](243bf542c4 ))
* do not allow to inward same serial nos multiple times (backport [#44617 ](https://github.com/frappe/erpnext/issues/44617 )) ([#44619 ](https://github.com/frappe/erpnext/issues/44619 )) ([bdb60a5 ](bdb60a51c3 ))
* duplicate required items in the CSV (backport [#44498 ](https://github.com/frappe/erpnext/issues/44498 )) ([#44507 ](https://github.com/frappe/erpnext/issues/44507 )) ([539c5b7 ](539c5b7974 ))
* incorrect stock UOM for BOM raw materials (backport [#44528 ](https://github.com/frappe/erpnext/issues/44528 )) ([#44531 ](https://github.com/frappe/erpnext/issues/44531 )) ([f4aa4c9 ](f4aa4c9466 ))
* inv dimensions fields not creating for standard doctype (backport [#44504 ](https://github.com/frappe/erpnext/issues/44504 )) ([#44515 ](https://github.com/frappe/erpnext/issues/44515 )) ([8733eda ](8733eda576 ))
* make projected qty editable after submit (backport [#44670 ](https://github.com/frappe/erpnext/issues/44670 )) ([#44671 ](https://github.com/frappe/erpnext/issues/44671 )) ([bd9c84d ](bd9c84d3b7 ))
* not able to make PO for returned qty from material request (backport [#44540 ](https://github.com/frappe/erpnext/issues/44540 )) ([#44547 ](https://github.com/frappe/erpnext/issues/44547 )) ([5ef063c ](5ef063c634 ))
* not able to make sales return entry (backport [#44605 ](https://github.com/frappe/erpnext/issues/44605 )) ([#44613 ](https://github.com/frappe/erpnext/issues/44613 )) ([04b07a9 ](04b07a9e1c ))
* precision check for salvage value ([ef5a564 ](ef5a5643dc ))
* prevent set_payment_schedule on return documents ([2560beb ](2560beb695 ))
* required by date in the reorder material request (backport [#44497 ](https://github.com/frappe/erpnext/issues/44497 )) ([#44509 ](https://github.com/frappe/erpnext/issues/44509 )) ([07df87a ](07df87ab69 ))
* restrict advance payment entries with flag ([98bd5f2 ](98bd5f20c4 ))
* strings for translation in pos_past_order_summary.js ([ceec5fd ](ceec5fdb6c ))
* update free item qty while adding same item in seperate row ([f88dc26 ](f88dc263d5 ))
* update qty in SABB if qty changed in stock reco (backport [#44542 ](https://github.com/frappe/erpnext/issues/44542 )) ([#44546 ](https://github.com/frappe/erpnext/issues/44546 )) ([99a3271 ](99a327155e ))
* validate returned serial nos and batches (backport [#44669 ](https://github.com/frappe/erpnext/issues/44669 )) ([#44674 ](https://github.com/frappe/erpnext/issues/44674 )) ([33273fa ](33273faccb ))
* valuation rate for batch in stock reconciliation (backport [#44657 ](https://github.com/frappe/erpnext/issues/44657 )) ([#44664 ](https://github.com/frappe/erpnext/issues/44664 )) ([2466e4c ](2466e4c2fd ))
* variant qty while making work order from BOM (backport [#44548 ](https://github.com/frappe/erpnext/issues/44548 )) ([#44551 ](https://github.com/frappe/erpnext/issues/44551 )) ([63b1df3 ](63b1df38a8 ))
2024-12-12 10:45:52 +00:00
ruthra kumar
911ec37d13
Merge pull request #44640 from frappe/version-15-hotfix
...
chore: release v15
2024-12-12 16:14:23 +05:30
mergify[bot]
33273faccb
fix: validate returned serial nos and batches (backport #44669 ) ( #44674 )
...
fix: validate returned serial nos and batches (#44669 )
(cherry picked from commit 4385349e36 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-12 15:44:28 +05:30
mergify[bot]
bd9c84d3b7
fix: make projected qty editable after submit (backport #44670 ) ( #44671 )
...
* fix: make projected qty editable after submit (#44670 )
(cherry picked from commit 9ef9ff3de8 )
# Conflicts:
# erpnext/selling/doctype/quotation_item/quotation_item.json
* chore: fix conflicts
---------
Co-authored-by: Venkatesh <47534423+venkat102@users.noreply.github.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-12 15:24:32 +05:30
mergify[bot]
2466e4c2fd
fix: valuation rate for batch in stock reconciliation (backport #44657 ) ( #44664 )
...
fix: valuation rate for batch in stock reconciliation (#44657 )
fix: valuation rate for batch in stock reco
(cherry picked from commit 15c7d26378 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-11 21:33:36 +05:30
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
rohitwaghchaure
44f798c3e1
Merge branch 'version-15' into version-15-hotfix
2024-12-11 16:34:48 +05:30
ruthra kumar
20186fb8fa
Merge pull request #44656 from aerele/free-item-row
...
fix: update free item qty while adding same item in seperate row
2024-12-11 16:26:16 +05:30
ruthra kumar
282f133500
Merge pull request #44655 from ruthra-kumar/manual_backport_pr_44533
...
refactor: consider against_voucher_no when voucher_no is filtered (backport 44533)
2024-12-11 16:03:37 +05:30
venkat102
f88dc263d5
fix: update free item qty while adding same item in seperate row
2024-12-11 15:55:22 +05:30
ruthra kumar
7e0ff851ab
refactor: consider against voucher when not filtered on voucher_no
2024-12-11 15:40:56 +05:30
Khushi Rawat
f3cf28a4f4
Merge pull request #44642 from khushi8112/backport-v15-pr-44631
...
fix: precision check for salvage value (backport #44631 )
2024-12-10 16:23:13 +05:30
Khushi Rawat
ef5a5643dc
fix: precision check for salvage value
2024-12-10 15:17:04 +05:30
Deepesh Garg
925eb4449e
Merge pull request #44637 from frappe/mergify/bp/version-15/pr-44554
...
chore: Ignore stock validation for non-stock invoices (#44549 )
2024-12-10 14:47:29 +05:30
mergify[bot]
815c6b4234
chore: Ignore stock validation for non stock invoices (backport #44549 ) ( #44554 )
...
chore: Ignore stock validation for non stock invoices (#44549 )
* chore: Ignore stock validation for non stock invoices
* chore: Ignore stock validation for non stock invoices
(cherry picked from commit 1ac292285e )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 06ac21dd85 )
2024-12-10 09:16:37 +00:00
mergify[bot]
5cd39941ee
fix: 'Use Multi-Level BOM' checkbox default value (backport #44618 ) ( #44620 )
...
fix: 'Use Multi-Level BOM' checkbox default value (#44618 )
(cherry picked from commit f5c038cd1b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-10 10:57:20 +05:30
ruthra kumar
eae5996c4c
Merge pull request #44622 from ruthra-kumar/backport_v15_pr_44545
...
fix: only show advance payment entries where "book_advance_payments_in_separate_party_account" is true (backport #44545 )
2024-12-10 07:28:53 +05:30
ljain112
98bd5f20c4
fix: restrict advance payment entries with flag
...
where "book_advance_payments_in_separate_party_account" is true
2024-12-09 20:57:24 +05:30
mergify[bot]
bdb60a51c3
fix: do not allow to inward same serial nos multiple times (backport #44617 ) ( #44619 )
...
* fix: do not allow to inward same serial nos multiple times (#44617 )
(cherry picked from commit 616bb383c5 )
# Conflicts:
# erpnext/patches.txt
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-09 20:30:45 +05:30
mergify[bot]
04b07a9e1c
fix: not able to make sales return entry (backport #44605 ) ( #44613 )
...
fix: not able to make sales return entry (#44605 )
(cherry picked from commit 314c7b8d2a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-09 19:11:49 +05:30
mergify[bot]
243bf542c4
fix: description overwrite on qty change (backport #44606 ) ( #44609 )
...
fix: description overwrite on qty change (#44606 )
(cherry picked from commit 9ad79625e0 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-09 14:56:10 +05:30
ruthra kumar
0bb7c889ae
Merge pull request #44612 from frappe/mergify/bp/version-15-hotfix/pr-44513
...
fix: correct color for draft in list view (backport #44513 )
2024-12-09 14:08:04 +05:30
ljain112
cce1cc6674
fix: correct color for draft in list view
...
(cherry picked from commit 143acf2330 )
2024-12-09 08:04:53 +00:00
ruthra kumar
c6c5587cc6
Merge pull request #44610 from ruthra-kumar/backport_v15_44495
...
fix: prevent set_payment_schedule on return documents
2024-12-09 13:34:07 +05:30
ruthra kumar
2560beb695
fix: prevent set_payment_schedule on return documents
2024-12-09 12:58:20 +05:30
ruthra kumar
80f2fc8e64
Merge pull request #44603 from frappe/mergify/bp/version-15-hotfix/pr-44582
...
fix: add doc.status for translation (backport #44582 )
2024-12-09 12:09:13 +05:30
mahsem
47e1ed1eff
fix: add docstatus for translation
...
(cherry picked from commit dda272220b )
2024-12-09 05:52:16 +00:00
Frappe PR Bot
3c8abe41e7
chore(release): Bumped to Version 15.45.4
...
## [15.45.4](https://github.com/frappe/erpnext/compare/v15.45.3...v15.45.4 ) (2024-12-08)
### Bug Fixes
* BOM has not attr required items (backport [#44598 ](https://github.com/frappe/erpnext/issues/44598 )) ([#44600 ](https://github.com/frappe/erpnext/issues/44600 )) ([971e474 ](971e474640 ))
2024-12-08 11:01:12 +00:00
rohitwaghchaure
70e44a4df1
Merge pull request #44601 from frappe/mergify/bp/version-15/pr-44600
...
fix: BOM has not attr required items (backport #44598 ) (backport #44600 )
2024-12-08 16:29:57 +05:30
mergify[bot]
971e474640
fix: BOM has not attr required items (backport #44598 ) ( #44600 )
...
fix: BOM has not attr required items (#44598 )
(cherry picked from commit 42d238da14 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 608eaaa482 )
2024-12-08 10:37:46 +00:00
mergify[bot]
2a17ecdc39
fix: currency symbol in SCO and SCR (backport #44577 ) ( #44594 )
...
* fix: currency symbol in SCO and SCR (#44577 )
(cherry picked from commit 8806d17ef1 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.json
# erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.json
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.json
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-08 16:07:06 +05:30
mergify[bot]
608eaaa482
fix: BOM has not attr required items (backport #44598 ) ( #44600 )
...
fix: BOM has not attr required items (#44598 )
(cherry picked from commit 42d238da14 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-08 16:06:41 +05:30
Frappe PR Bot
6f80af0355
chore(release): Bumped to Version 15.45.3
...
## [15.45.3](https://github.com/frappe/erpnext/compare/v15.45.2...v15.45.3 ) (2024-12-08)
### Bug Fixes
* duplicate buttons ([11fc560 ](11fc560a88 ))
2024-12-08 09:23:09 +00:00
rohitwaghchaure
0c3bf2daf1
Merge pull request #44597 from rohitwaghchaure/fixed-duplicate-buttons
...
fix: duplicate buttons
2024-12-08 14:51:46 +05:30
Rohit Waghchaure
11fc560a88
fix: duplicate buttons
2024-12-08 14:44:19 +05:30
Frappe PR Bot
0cd495a128
chore(release): Bumped to Version 15.45.2
...
## [15.45.2](https://github.com/frappe/erpnext/compare/v15.45.1...v15.45.2 ) (2024-12-07)
### Bug Fixes
* BOM name issue (backport [#44586 ](https://github.com/frappe/erpnext/issues/44586 )) ([#44589 ](https://github.com/frappe/erpnext/issues/44589 )) ([408a092 ](408a09233b ))
2024-12-07 08:18:12 +00:00
rohitwaghchaure
3a98660739
Merge pull request #44593 from frappe/mergify/bp/version-15/pr-44589
...
fix: BOM name issue (backport #44586 ) (backport #44589 )
2024-12-07 13:46:44 +05:30
rohitwaghchaure
97c91c2217
Merge branch 'version-15' into mergify/bp/version-15/pr-44589
2024-12-07 13:12:59 +05:30
rohitwaghchaure
a204abcaa5
chore: fix conflicts
2024-12-07 13:10:40 +05:30
Frappe PR Bot
3b57767d36
chore(release): Bumped to Version 15.45.1
...
## [15.45.1](https://github.com/frappe/erpnext/compare/v15.45.0...v15.45.1 ) (2024-12-07)
### Bug Fixes
* BOM for variant items (backport [#44580 ](https://github.com/frappe/erpnext/issues/44580 )) ([#44584 ](https://github.com/frappe/erpnext/issues/44584 )) ([2a2d8da ](2a2d8da628 ))
* BOM name issue (backport [#44575 ](https://github.com/frappe/erpnext/issues/44575 )) ([#44579 ](https://github.com/frappe/erpnext/issues/44579 )) ([27b63be ](27b63beb18 ))
* variant qty while making work order from BOM (backport [#44548 ](https://github.com/frappe/erpnext/issues/44548 )) ([#44551 ](https://github.com/frappe/erpnext/issues/44551 )) ([3c50cfe ](3c50cfef4e ))
2024-12-07 07:35:56 +00:00
rohitwaghchaure
dc74912f5d
Merge pull request #44592 from frappe/mergify/bp/version-15/pr-44584
...
fix: BOM for variant items (backport #44580 ) (backport #44584 )
2024-12-07 13:04:33 +05:30
rohitwaghchaure
d860a5b35d
Merge pull request #44591 from frappe/mergify/bp/version-15/pr-44579
...
fix: BOM name issue (backport #44575 ) (backport #44579 )
2024-12-07 13:04:03 +05:30
rohitwaghchaure
b00cc83ae6
Merge pull request #44590 from frappe/mergify/bp/version-15/pr-44551
...
fix: variant qty while making work order from BOM (backport #44548 ) (backport #44551 )
2024-12-07 13:03:47 +05:30
mergify[bot]
408a09233b
fix: BOM name issue (backport #44586 ) ( #44589 )
...
fix: BOM name issue (#44586 )
(cherry picked from commit d871e21a40 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit a5cc307417 )
# Conflicts:
# erpnext/manufacturing/doctype/bom/bom.py
2024-12-07 07:29:44 +00:00
mergify[bot]
a5cc307417
fix: BOM name issue (backport #44586 ) ( #44589 )
...
fix: BOM name issue (#44586 )
(cherry picked from commit d871e21a40 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-07 12:58:34 +05:30
mergify[bot]
2a2d8da628
fix: BOM for variant items (backport #44580 ) ( #44584 )
...
fix: BOM for variant items (#44580 )
(cherry picked from commit 93e9517f5d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 0b268279cf )
2024-12-07 06:57:37 +00:00
mergify[bot]
27b63beb18
fix: BOM name issue (backport #44575 ) ( #44579 )
...
fix: BOM name issue (#44575 )
fix: bom name issue
(cherry picked from commit b7a3c6b6ca )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 03ae9e27be )
2024-12-07 06:56:36 +00:00
mergify[bot]
3c50cfef4e
fix: variant qty while making work order from BOM (backport #44548 ) ( #44551 )
...
fix: variant qty while making work order from BOM (#44548 )
(cherry picked from commit 1571dff3ef )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 63b1df38a8 )
2024-12-07 06:56:31 +00:00
mergify[bot]
0b268279cf
fix: BOM for variant items (backport #44580 ) ( #44584 )
...
fix: BOM for variant items (#44580 )
(cherry picked from commit 93e9517f5d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-06 22:35:37 +05:30
mergify[bot]
03ae9e27be
fix: BOM name issue (backport #44575 ) ( #44579 )
...
fix: BOM name issue (#44575 )
fix: bom name issue
(cherry picked from commit b7a3c6b6ca )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-06 21:50:49 +05:30
mergify[bot]
31c2b818bd
fix(Bank Transaction): error in party matching should not block submitting (backport #44416 ) ( #44574 )
...
fix(Bank Transaction): error in party matching should not block submitting (#44416 )
(cherry picked from commit 72256565bb )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-12-06 11:57:48 +01:00
ruthra kumar
f4cdf02e85
Merge pull request #44572 from frappe/mergify/bp/version-15-hotfix/pr-44538
...
fix: add labels for translation in purchase_order_analysis.py (backport #44538 )
2024-12-06 12:21:17 +05:30
mahsem
f06827c6fb
fix: add labels for translation in purchase_order_analysis.py
...
(cherry picked from commit 342a398bec )
2024-12-06 06:49:55 +00:00
ruthra kumar
672aa42d03
Merge pull request #44570 from frappe/mergify/bp/version-15-hotfix/pr-44539
...
fix: add labels for translation in production_analytics.py (backport #44539 )
2024-12-06 12:17:11 +05:30
mahsem
7a6cb0f157
fix: add labels for translation in production_analytics.py
...
(cherry picked from commit 9b09116576 )
2024-12-06 06:46:29 +00:00
ruthra kumar
7940feaa1c
Merge pull request #44568 from frappe/mergify/bp/version-15-hotfix/pr-44541
...
fix: add labels for translation in quality_inspection_summary.py (backport #44541 )
2024-12-06 12:16:21 +05:30
ruthra kumar
3bfb271ddc
Merge pull request #44566 from frappe/mergify/bp/version-15-hotfix/pr-44558
...
fix: add string for translation in delayed_tasks_summary.py (backport #44558 )
2024-12-06 12:15:57 +05:30
mahsem
dd3a747af4
fix: add labels for translation in quality_inspection_summary.py
...
(cherry picked from commit 6ff4704345 )
2024-12-06 06:45:26 +00:00
mahsem
43fc8bf74e
fix: add string for translation in delayed_tasks_summary.py
...
(cherry picked from commit 84b54f549a )
2024-12-06 06:44:55 +00:00
ruthra kumar
33d69222ca
Merge pull request #44564 from frappe/mergify/bp/version-15-hotfix/pr-44559
...
fix: add strings for translation payment_terms_status_for_sales_order.py (backport #44559 )
2024-12-06 12:13:12 +05:30
mahsem
773e03f84f
fix: add strings for translation payment_terms_status_for_sales_order.py
...
(cherry picked from commit 7d244051c8 )
2024-12-06 06:38:31 +00:00
ruthra kumar
e6d1f1af91
Merge pull request #44562 from frappe/mergify/bp/version-15-hotfix/pr-44560
...
fix: add labels for translation in sales_order_analysis.py (backport #44560 )
2024-12-06 12:07:15 +05:30
mahsem
6980d1e142
fix: add labels for translation in sales_order_analysis.py
...
(cherry picked from commit 8a554a5538 )
2024-12-06 06:09:36 +00:00
mergify[bot]
06ac21dd85
chore: Ignore stock validation for non stock invoices (backport #44549 ) ( #44554 )
...
chore: Ignore stock validation for non stock invoices (#44549 )
* chore: Ignore stock validation for non stock invoices
* chore: Ignore stock validation for non stock invoices
(cherry picked from commit 1ac292285e )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2024-12-05 22:57:09 +05:30
mergify[bot]
63b1df38a8
fix: variant qty while making work order from BOM (backport #44548 ) ( #44551 )
...
fix: variant qty while making work order from BOM (#44548 )
(cherry picked from commit 1571dff3ef )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 16:01:04 +05:30
mergify[bot]
5ef063c634
fix: not able to make PO for returned qty from material request (backport #44540 ) ( #44547 )
...
fix: not able to make PO for returned qty from material request (#44540 )
(cherry picked from commit 024c442087 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 15:52:04 +05:30
mergify[bot]
99a327155e
fix: update qty in SABB if qty changed in stock reco (backport #44542 ) ( #44546 )
...
fix: update qty in SABB if qty changed in stock reco (#44542 )
(cherry picked from commit 7249cf0001 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 15:51:44 +05:30
Khushi Rawat
59c7b80a2f
Merge pull request #44544 from frappe/mergify/bp/version-15-hotfix/pr-44537
...
fix: add title for translation in asset.js (backport #44537 )
2024-12-05 15:42:22 +05:30
mahsem
843ff18cf9
fix: add title for translation in asset.js
...
(cherry picked from commit 61439132a4 )
2024-12-05 09:47:58 +00:00
mergify[bot]
3771c6eeae
fix: consider zero valuation rate for serial nos (backport #44532 ) ( #44534 )
...
fix: consider zero valuation rate for serial nos (#44532 )
(cherry picked from commit 14f2b0ab0e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 13:46:23 +05:30
mergify[bot]
f4aa4c9466
fix: incorrect stock UOM for BOM raw materials (backport #44528 ) ( #44531 )
...
fix: incorrect stock UOM for BOM raw materials (#44528 )
fix: incorrect stock uom for BOM raw materials
(cherry picked from commit 5413cf9f1f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 12:51:25 +05:30
ruthra kumar
4f05e45698
Merge pull request #44529 from frappe/mergify/bp/version-15-hotfix/pr-44503
...
fix: add strings for translation in pos_item_cart.js (backport #44503 )
2024-12-05 10:25:23 +05:30
ruthra kumar
d540c99934
chore: linter fix
...
(cherry picked from commit 31efaf6dbf )
2024-12-05 04:49:18 +00:00
mahsem
71d8dfb401
fix: add strings for translation in pos_item_cart.js
...
(cherry picked from commit 4b72b60f1a )
2024-12-05 04:49:18 +00:00
ruthra kumar
71d53dd5ef
Merge pull request #44526 from frappe/mergify/bp/version-15-hotfix/pr-44512
...
fix: add label strings for translation in pos_controller.js (backport #44512 )
2024-12-05 10:19:15 +05:30
mahsem
ffdd7cfa86
fix: add label strings for translation in pos_controller.js
...
(cherry picked from commit bd77a5557d )
2024-12-05 04:43:16 +00:00
ruthra kumar
3d6d560777
Merge pull request #44524 from frappe/mergify/bp/version-15-hotfix/pr-44501
...
fix: strings for translation in pos_past_order_summary.js (backport #44501 )
2024-12-05 10:12:55 +05:30
ruthra kumar
2139e6fba2
Merge pull request #44522 from frappe/mergify/bp/version-15-hotfix/pr-42081
...
Use better description in pos_payment.js (backport #42081 )
2024-12-05 10:12:27 +05:30
ruthra kumar
6c0949e6dd
Merge pull request #44520 from frappe/mergify/bp/version-15-hotfix/pr-44500
...
fix: add labels for translation in sales_order.js (backport #44500 )
2024-12-05 10:11:59 +05:30
mahsem
ceec5fdb6c
fix: strings for translation in pos_past_order_summary.js
...
(cherry picked from commit 23c846d4b9 )
2024-12-05 04:32:03 +00:00
mahsem
af97d3e341
refactor: translatable label on pos payments ( #42081 )
...
* Use better description in pos_payment.js
Use Change Amount instead of Change and To Be Paid in pos_payment.js and be consistent with other strings
* change_amount_pos_payment.js
(cherry picked from commit 138ffc4e93 )
2024-12-05 04:31:01 +00:00
mahsem
283043eba7
fix: add labels for translation in sales_order.js
...
(cherry picked from commit d544328ffe )
2024-12-05 04:29:43 +00:00
mergify[bot]
8733eda576
fix: inv dimensions fields not creating for standard doctype (backport #44504 ) ( #44515 )
...
fix: inv dimensions fields not creating for standard doctype (#44504 )
(cherry picked from commit 353610ce61 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 09:45:17 +05:30
mergify[bot]
07df87ab69
fix: required by date in the reorder material request (backport #44497 ) ( #44509 )
...
fix: required by date in the reorder material request (#44497 )
(cherry picked from commit 4001166ecc )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-04 19:02:45 +05:30
mergify[bot]
539c5b7974
fix: duplicate required items in the CSV (backport #44498 ) ( #44507 )
...
* fix: duplicate required items in the CSV (#44498 )
(cherry picked from commit b4534e56e4 )
# Conflicts:
# erpnext/manufacturing/doctype/production_plan/production_plan.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-04 19:02:26 +05:30
ruthra kumar
94a0725917
Merge pull request #44499 from frappe/mergify/bp/version-15-hotfix/pr-44496
...
fix: add strings for translation in timesheet.js (backport #44496 )
2024-12-04 16:21:10 +05:30
mahsem
106671a414
fix: add strings for translation in timesheet.js ( #44496 )
...
(cherry picked from commit 6585fabdb1 )
2024-12-04 07:36:49 +00:00
Frappe PR Bot
1d158d58f6
chore(release): Bumped to Version 15.45.0
...
# [15.45.0](https://github.com/frappe/erpnext/compare/v15.44.0...v15.45.0 ) (2024-12-04)
### Bug Fixes
* Add filter for `outstanding_amount` to fetch open PRs ([5999a8e ](5999a8e24f ))
* Add translation for showing mandatory fields in error msg ([0e1f5ff ](0e1f5ff391 ))
* added fieldname to avoid fieldname to translate ([17c2734 ](17c2734042 ))
* Added translation for `Account` column ([eb4a485 ](eb4a485df6 ))
* adjusted incoming rate for zero rated item in purchase receipt ([435280d ](435280d626 ))
* always set sales incoming rate for internal transfers ([05795af ](05795af471 ))
* calculate submitted payment entry as paid amount ([ebdacc0 ](ebdacc094c ))
* correct buying amount for product bundel ([f165e17 ](f165e1732b ))
* Dashboard for `Payment Request` ([0d67c62 ](0d67c62f43 ))
* Data Should be Computed in Backend to Maintain Consistent Behaviour ([#44195 ](https://github.com/frappe/erpnext/issues/44195 )) ([8ab9fc7 ](8ab9fc7f55 ))
* do not validate stock during inward (backport [#44417 ](https://github.com/frappe/erpnext/issues/44417 )) ([#44427 ](https://github.com/frappe/erpnext/issues/44427 )) ([e607795 ](e607795bae ))
* handle multi currency in common party journal entry ([c8e2c9a ](c8e2c9aa25 ))
* incorrect Gross Margin on project (backport [#44461 ](https://github.com/frappe/erpnext/issues/44461 )) ([#44468 ](https://github.com/frappe/erpnext/issues/44468 )) ([0a9c92f ](0a9c92fce9 ))
* IndexError in Asset Depreciation Ledger when query result is empty ([c3bc724 ](c3bc724523 ))
* link cash flow rows and fix summary linking ([633be8d ](633be8d06b ))
* move validate_total_debit_and_credit from validate to on_submit in Journal Entry ([63de576 ](63de576be6 ))
* number format in the message (backport [#44435 ](https://github.com/frappe/erpnext/issues/44435 )) ([#44438 ](https://github.com/frappe/erpnext/issues/44438 )) ([579d8e2 ](579d8e293e ))
* precision calculation causing 0.1 discrepancy (backport [#44431 ](https://github.com/frappe/erpnext/issues/44431 )) ([#44436 ](https://github.com/frappe/erpnext/issues/44436 )) ([0d41c23 ](0d41c23383 ))
* remove queries ([ea57f2b ](ea57f2b292 ))
* SABB print for packed items (backport [#44413 ](https://github.com/frappe/erpnext/issues/44413 )) ([#44428 ](https://github.com/frappe/erpnext/issues/44428 )) ([0e39aa3 ](0e39aa349e ))
* set correct unallocated amount in Payment Entry ([#43958 ](https://github.com/frappe/erpnext/issues/43958 )) ([ae93f7f ](ae93f7f967 ))
* show "Send SMS" only when enabled (backport [#43941 ](https://github.com/frappe/erpnext/issues/43941 )) ([#43970 ](https://github.com/frappe/erpnext/issues/43970 )) ([0fbc60a ](0fbc60a20e ))
* source warehouse not set in required items of WO (backport [#44426 ](https://github.com/frappe/erpnext/issues/44426 )) ([#44434 ](https://github.com/frappe/erpnext/issues/44434 )) ([c81b5e3 ](c81b5e3d9c ))
* Translate `Party Account` column label ([fdda864 ](fdda86455a ))
* typeerror on transaction.js ([173d60f ](173d60fb7d ))
### Features
* add Company Contact Person in selling transactions (backport [#44362 ](https://github.com/frappe/erpnext/issues/44362 )) ([#44398 ](https://github.com/frappe/erpnext/issues/44398 )) ([70b5b08 ](70b5b08d58 ))
* **Dunning:** separate tab "Address & Contact" ([#44363 ](https://github.com/frappe/erpnext/issues/44363 )) ([e0cb5f9 ](e0cb5f9ba8 ))
### Performance Improvements
* cache product bundle items at document level ([#44440 ](https://github.com/frappe/erpnext/issues/44440 )) ([1f97979 ](1f97979059 ))
* reduce queries during transaction save ([48059a7 ](48059a7c74 ))
### Reverts
* remove default `Payment Request` indicator color ([9c4b581 ](9c4b5814a6 ))
2024-12-04 04:38:06 +00:00
ruthra kumar
cd57f5cd0a
Merge pull request #44483 from frappe/version-15-hotfix
...
chore: release v15
2024-12-04 10:06:46 +05:30
ruthra kumar
3e2bc139ab
Merge pull request #44491 from frappe/mergify/bp/version-15-hotfix/pr-44339
...
fix: move `validate_total_debit_and_credit` from`validate` to`on_submit` in Journal Entry (backport #44339 )
2024-12-03 19:52:30 +05:30
ruthra kumar
16d0d42afe
refactor: validate debit and credit on before_submit
...
(cherry picked from commit c3ace82db8 )
2024-12-03 13:47:27 +00:00
vishakhdesai
63de576be6
fix: move validate_total_debit_and_credit from validate to on_submit in Journal Entry
...
(cherry picked from commit 8b5d4c0236 )
2024-12-03 13:47:27 +00:00
ruthra kumar
d5a544ca69
Merge pull request #44485 from frappe/mergify/bp/version-15-hotfix/pr-44467
...
fix: Multiple Fixes in Gross Profit Report (backport #44467 )
2024-12-03 19:15:15 +05:30
ruthra kumar
4a713f6b5e
chore: fix typo
...
(cherry picked from commit fc0122ce76 )
2024-12-03 12:01:07 +00:00
ljain112
f165e1732b
fix: correct buying amount for product bundel
...
(cherry picked from commit 4e6a5893e7 )
2024-12-03 12:01:07 +00:00
ljain112
ea57f2b292
fix: remove queries
...
(cherry picked from commit a86b223aed )
2024-12-03 12:01:07 +00:00
ruthra kumar
c880476cbe
Merge pull request #44481 from frappe/mergify/bp/version-15-hotfix/pr-44450
...
fix: calculate submitted payment entry amount for grand total (backport #44450 )
2024-12-03 15:15:40 +05:30
mergify[bot]
0a9c92fce9
fix: incorrect Gross Margin on project (backport #44461 ) ( #44468 )
...
* fix: incorrect Gross Margin on project (#44461 )
(cherry picked from commit 7de9c14a2c )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
* chore: resolve conflict
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2024-12-03 15:09:09 +05:30
Sugesh393
aa090beae0
test: add new unit test to validate paid amount in payment request
...
(cherry picked from commit 9bee2d430c )
2024-12-03 09:22:23 +00:00
Sugesh393
ebdacc094c
fix: calculate submitted payment entry as paid amount
...
(cherry picked from commit 561a159aec )
2024-12-03 09:22:23 +00:00
ruthra kumar
0c28726ce2
Merge pull request #44480 from frappe/mergify/bp/version-15-hotfix/pr-44415
...
fix: adjusted incoming rate for zero rated item in purchase receipt (backport #44415 )
2024-12-03 14:48:51 +05:30
ruthra kumar
be0604f7cf
Merge pull request #44478 from frappe/mergify/bp/version-15-hotfix/pr-44373
...
fix: Always Calculate `sales_incoming_rate` for Internal Transfers (backport #44373 )
2024-12-03 14:48:14 +05:30
ljain112
435280d626
fix: adjusted incoming rate for zero rated item in purchase receipt
...
(cherry picked from commit 3182c6981c )
2024-12-03 08:56:10 +00:00
Ninad1306
558d49b3d3
test: validate buying workflow
...
(cherry picked from commit 94d3fc9fde )
2024-12-03 08:48:52 +00:00
Ninad1306
05795af471
fix: always set sales incoming rate for internal transfers
...
(cherry picked from commit d049c97884 )
2024-12-03 08:48:51 +00:00
ruthra kumar
38aa3769bb
Merge pull request #44477 from frappe/mergify/bp/version-15-hotfix/pr-44470
...
refactor(UI): Rearranging fields under new sections (backport #44470 )
2024-12-03 11:13:37 +05:30
ruthra kumar
5c6d9c9812
refactor(UI): Rearranging fields under new sections
...
(cherry picked from commit 7244754d28 )
2024-12-03 05:00:17 +00:00
ruthra kumar
85fda71835
Merge pull request #44368 from frappe/mergify/bp/version-15-hotfix/pr-44363
...
feat(Dunning): separate tab "Address & Contact" (backport #44363 )
2024-12-03 10:21:22 +05:30
ruthra kumar
7150aff520
Merge pull request #44466 from frappe/mergify/bp/version-15-hotfix/pr-43958
...
fix: set correct unallocated amount in Payment Entry (backport #43958 )
2024-12-02 16:15:53 +05:30
ruthra kumar
c157978912
chore: resolve conflicts
2024-12-02 15:24:32 +05:30
Sagar Vora
ae93f7f967
fix: set correct unallocated amount in Payment Entry ( #43958 )
...
* fix: set correct unallocated amount in Payment Entry
* fix: add checkbox and other logic fix
* fix: patch to set is_exchange_gain_loss in Payment Entry deductions
* fix: consider deductions except exch. gain/loss
* fix: set exchange gain loss in payment entry
* fix: separate function to set exchange gain loss
* fix: failing test cases
* fix: add cash disc. row first
* fix: review changes
* fix: changes as per review
* fix: failing test cases
* fix: review
* fix: wait for request to complete before updating exchange gain loss
* fix: review
---------
Co-authored-by: vishakhdesai <vishakhdesai@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit 7cc111f790 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry_deduction/payment_entry_deduction.json
# erpnext/patches.txt
2024-12-02 09:25:55 +00:00
ruthra kumar
f5ddc9a543
Merge pull request #44465 from frappe/mergify/bp/version-15-hotfix/pr-44412
...
fix: handle multi currency in common party journal entry (backport #44412 )
2024-12-02 14:35:44 +05:30
ruthra kumar
4c5570ae7d
chore: resolve conflict
2024-12-02 13:46:39 +05:30
ruthra kumar
d0356f81ba
Merge pull request #44463 from frappe/mergify/bp/version-15-hotfix/pr-44437
...
fix: Added translation for `Account` column (backport #44437 )
2024-12-02 13:39:50 +05:30
ljain112
c8e2c9aa25
fix: handle multi currency in common party journal entry
...
(cherry picked from commit e371f68d66 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2024-12-02 07:10:11 +00:00
Abdeali Chharchhoda
fdda86455a
fix: Translate Party Account column label
...
(cherry picked from commit a4f8315602 )
2024-12-02 06:53:42 +00:00
Abdeali Chharchhoda
eb4a485df6
fix: Added translation for Account column
...
(cherry picked from commit de6cbd382f )
2024-12-02 06:53:41 +00:00
mergify[bot]
579d8e293e
fix: number format in the message (backport #44435 ) ( #44438 )
...
fix: number format in the message (#44435 )
(cherry picked from commit 810c72a30c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-30 13:42:54 +05:30
Sagar Vora
a807776f83
Merge pull request #44447 from frappe/mergify/bp/version-15-hotfix/pr-44443
...
perf: reduce queries during transaction save (backport #44443 )
2024-11-30 00:48:36 +05:30
Sagar Vora
48059a7c74
perf: reduce queries during transaction save
...
(cherry picked from commit b6b8a06fda )
2024-11-29 19:17:31 +00:00
Sagar Vora
0199bc127a
Merge pull request #44445 from frappe/mergify/bp/version-15-hotfix/pr-44439
...
fix: added fieldname to avoid fieldname to translate (backport #44439 )
2024-11-30 00:30:01 +05:30
Abdeali Chharchhoda
17c2734042
fix: added fieldname to avoid fieldname to translate
...
(cherry picked from commit b80022133c )
2024-11-29 18:56:45 +00:00
Sagar Vora
a1643ad292
Merge pull request #44442 from frappe/mergify/bp/version-15-hotfix/pr-44440
...
perf: cache product bundle items at document level (backport #44440 )
2024-11-29 23:04:14 +05:30
Sagar Vora
1f97979059
perf: cache product bundle items at document level ( #44440 )
...
(cherry picked from commit 6de7320ef4 )
2024-11-29 17:23:36 +00:00
mergify[bot]
c81b5e3d9c
fix: source warehouse not set in required items of WO (backport #44426 ) ( #44434 )
...
fix: source warehouse not set in required items of WO (#44426 )
fix: source warehouse not set in required items of WO on data import
(cherry picked from commit 4050ea07eb )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-29 18:13:05 +05:30
mergify[bot]
0d41c23383
fix: precision calculation causing 0.1 discrepancy (backport #44431 ) ( #44436 )
...
fix: precision calculation causing 0.1 discrepancy (#44431 )
(cherry picked from commit 7f7564b581 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-29 18:12:24 +05:30
mergify[bot]
0e39aa349e
fix: SABB print for packed items (backport #44413 ) ( #44428 )
...
fix: SABB print for packed items (#44413 )
(cherry picked from commit 5266f236b7 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-29 17:00:59 +05:30
mergify[bot]
e607795bae
fix: do not validate stock during inward (backport #44417 ) ( #44427 )
...
fix: do not validate stock during inward (#44417 )
(cherry picked from commit d37d7b9811 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-29 15:49:18 +05:30
ruthra kumar
821f39203c
Merge pull request #44391 from frappe/mergify/bp/version-15-hotfix/pr-44386
...
fix: Add translation for showing mandatory fields in error msg (backport #44386 )
2024-11-29 15:38:35 +05:30
ruthra kumar
35e365c263
Merge pull request #44425 from frappe/mergify/bp/version-15-hotfix/pr-44302
...
fix: Minor Updates in `Payment Request` and `Payment Entry` (backport #44302 )
2024-11-29 15:38:01 +05:30
ruthra kumar
1c50111371
chore: resolve conflict
2024-11-29 14:50:41 +05:30
Abdeali Chharchhoda
5999a8e24f
fix: Add filter for outstanding_amount to fetch open PRs
...
(cherry picked from commit 214dfab269 )
2024-11-29 09:11:11 +00:00
Abdeali Chharchhoda
4b046160f8
refactor: Move PR link filters to client side
...
(cherry picked from commit 2db2c8bce1 )
2024-11-29 09:11:11 +00:00
Abdeali Chharchhoda
9c4b5814a6
revert: remove default Payment Request indicator color
...
(cherry picked from commit 37ceb09955 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request_list.js
2024-11-29 09:11:11 +00:00
Abdeali Chharchhoda
0d67c62f43
fix: Dashboard for Payment Request
...
(cherry picked from commit 91955e27c3 )
2024-11-29 09:11:10 +00:00
Abdeali Chharchhoda
5f785ede16
refactor: Used object to get payment request status indicator
...
(cherry picked from commit e1c4d6e1e6 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request_list.js
2024-11-29 09:11:10 +00:00
ruthra kumar
5b2fce2df7
Merge pull request #44419 from frappe/mergify/bp/version-15-hotfix/pr-42524
...
fix: link cash flow rows and fix summary linking (backport #42524 )
2024-11-29 12:22:51 +05:30
ruthra kumar
ae81bb3c1b
chore: revert 'stub'
2024-11-29 10:52:38 +05:30
ruthra kumar
48d6fcaab8
chore: resolve conflict
2024-11-29 10:43:36 +05:30
David
633be8d06b
fix: link cash flow rows and fix summary linking
...
(cherry picked from commit b94af28587 )
# Conflicts:
# erpnext/public/js/financial_statements.js
2024-11-29 05:00:48 +00:00
Khushi Rawat
651d7e4cfc
Merge pull request #44402 from frappe/mergify/bp/version-15-hotfix/pr-44400
...
fix: IndexError in Asset Depreciation Ledger when query result is empty (backport #44400 )
2024-11-28 18:59:11 +05:30
Smit Vora
0084f45629
Merge pull request #44410 from frappe/mergify/bp/version-15-hotfix/pr-44195
...
fix: Data Should be Computed in Backend to Maintain Consistent Behaviour (backport #44195 )
2024-11-28 16:27:05 +05:30
Ninad Parikh
8ab9fc7f55
fix: Data Should be Computed in Backend to Maintain Consistent Behaviour ( #44195 )
...
(cherry picked from commit 69bd90b038 )
2024-11-28 10:31:27 +00:00
ruthra kumar
11c54d27f2
Merge pull request #44407 from frappe/mergify/bp/version-15-hotfix/pr-44405
...
fix: typeerror on transaction.js (backport #44405 )
2024-11-28 15:02:04 +05:30
ruthra kumar
173d60fb7d
fix: typeerror on transaction.js
...
(cherry picked from commit 46ce8780f2 )
2024-11-28 09:20:38 +00:00
Khushi Rawat
5bbef90f08
chore: removed print statement
...
(cherry picked from commit 1737de7c10 )
2024-11-28 07:27:42 +00:00
Khushi Rawat
c3bc724523
fix: IndexError in Asset Depreciation Ledger when query result is empty
...
(cherry picked from commit 7c393e5aa0 )
2024-11-28 07:27:42 +00:00
mergify[bot]
0fbc60a20e
fix: show "Send SMS" only when enabled (backport #43941 ) ( #43970 )
...
fix: show "Send SMS" only when enabled (#43941 )
(cherry picked from commit 65088cbb1b )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-11-27 23:52:16 +01:00
mergify[bot]
70b5b08d58
feat: add Company Contact Person in selling transactions (backport #44362 ) ( #44398 )
...
* feat: add Company Contact Person in selling transactions (#44362 )
(cherry picked from commit f6776c7d6b )
* chore: resolve merge conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-11-27 18:55:43 +01:00
Frappe PR Bot
294ded2030
chore(release): Bumped to Version 15.44.0
...
# [15.44.0](https://github.com/frappe/erpnext/compare/v15.43.3...v15.44.0 ) (2024-11-27)
### Bug Fixes
* correct placeholder index in message ([a523c14 ](a523c14fd5 ))
* add company dynamic filters in number cards ([db21def ](db21def58b ))
* added Stock UOM field for RM in work order (backport [#44185 ](https://github.com/frappe/erpnext/issues/44185 )) ([#44237 ](https://github.com/frappe/erpnext/issues/44237 )) ([d4f0512 ](d4f0512a10 ))
* added validation for quality inspection (backport [#44351 ](https://github.com/frappe/erpnext/issues/44351 )) ([#44357 ](https://github.com/frappe/erpnext/issues/44357 )) ([89bd4eb ](89bd4eba46 ))
* billed qty and received amount in PO analysis report (backport [#44349 ](https://github.com/frappe/erpnext/issues/44349 )) ([#44354 ](https://github.com/frappe/erpnext/issues/44354 )) ([ea0f24a ](ea0f24aa57 ))
* check difference with company currency ([d6ef438 ](d6ef43858c ))
* filter item with search fields ([d073b00 ](d073b005a8 ))
* filter with item group only if it is mentioned in pos profile ([a439862 ](a4398626f6 ))
* Get submitted documents in validate_for_closed_fiscal_year ([af74a3c ](af74a3c32f ))
* gp for return invoice ([f4518ca ](f4518cac9a ))
* include current invoice amount when tax_on_excess_amount is checked ([0ffeb9f ](0ffeb9f6ad ))
* Increase quantity by `1 UOM` when adding an item from the selector in POS ([0d38028 ](0d3802873b ))
* initially closing amt should be equal to expected amt ([3f57777 ](3f577779be ))
* make free qty round on large transaction qty ([4856a96 ](4856a9633e ))
* no permission to read Doctype (backport [#44256 ](https://github.com/frappe/erpnext/issues/44256 )) ([#44258 ](https://github.com/frappe/erpnext/issues/44258 )) ([8b15a96 ](8b15a965dd ))
* not able to fetch batch item price ([97f2341 ](97f2341b98 ))
* patch ([#44191 ](https://github.com/frappe/erpnext/issues/44191 )) ([8b02402 ](8b02402f62 ))
* reduce paid amount from grand total ([d0d97c2 ](d0d97c26a0 ))
* remove field precision in SO and PO for percentage fields ([860350a ](860350a5b3 ))
* remove irrelavent filters ([7423d7d ](7423d7d337 ))
* set debit transaction currency in gl entry ([a2612d5 ](a2612d5f36 ))
* set outstanding amount while creating payment request for invoices ([8d8027d ](8d8027d423 ))
* set price_list_currency only if it exists ([8cd455b ](8cd455b050 ))
* Show available stock qty in `stock_uom` instead of `uom` ([49dad1a ](49dad1a456 ))
* show cc on the email ([67809c7 ](67809c781a ))
* test case ([66af7f4 ](66af7f4a14 ))
* toggle debit credit amounts for transaction currency too; minor refactor ([7f8334f ](7f8334f29a ))
* unify company address query in sales transactions (backport [#44361 ](https://github.com/frappe/erpnext/issues/44361 )) ([#44365 ](https://github.com/frappe/erpnext/issues/44365 )) ([7e61aca ](7e61aca512 ))
* update gross profit for returned invoices ([ca56709 ](ca56709295 ))
* use field precision instead of hardcoded precision in so and po ([cde1906 ](cde19066fe ))
### Features
* available qty at company in sales transactions (backport [#44260 ](https://github.com/frappe/erpnext/issues/44260 )) ([#44325 ](https://github.com/frappe/erpnext/issues/44325 )) ([20d0e95 ](20d0e95d7c ))
* provision to disable item attribute (backport [#44358 ](https://github.com/frappe/erpnext/issues/44358 )) ([#44370 ](https://github.com/frappe/erpnext/issues/44370 )) ([ef882de ](ef882de509 ))
* Show Aggregate Value from Subsidiary Companies ([0469b0d ](0469b0d1ec ))
### Reverts
* use `+ flt(value)` instead of direct increment ([b65e16a ](b65e16a91b ))
2024-11-27 16:01:32 +00:00
ruthra kumar
9f3ae08e3b
Merge pull request #44341 from frappe/version-15-hotfix
...
chore: release v15
2024-11-27 21:30:10 +05:30
ruthra kumar
1f683afa43
Merge pull request #44396 from frappe/mergify/bp/version-15-hotfix/pr-44346
...
fix: reduce paid amount from grand total (backport #44346 )
2024-11-27 21:12:51 +05:30
ruthra kumar
0ab0b4f716
chore: resolve conflict
2024-11-27 20:52:14 +05:30
ruthra kumar
4be6a78691
Merge pull request #44394 from frappe/mergify/bp/version-15-hotfix/pr-44392
...
chore: Fix typo "Purchase Reecipt" (backport #44392 )
2024-11-27 20:24:46 +05:30
Sugesh393
d0d97c26a0
fix: reduce paid amount from grand total
...
(cherry picked from commit 82907672d9 )
2024-11-27 14:41:46 +00:00
Sugesh393
81b9832917
test: add unit test to validate outstanding amount in payment request
...
(cherry picked from commit bbe3bc95d0 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/test_payment_request.py
2024-11-27 14:41:46 +00:00
Sugesh393
8d8027d423
fix: set outstanding amount while creating payment request for invoices
...
(cherry picked from commit 38e7d0a41e )
2024-11-27 14:41:44 +00:00
ruthra kumar
9a374ddbd4
Merge pull request #44395 from frappe/mergify/bp/version-15-hotfix/pr-44316
...
fix: Initially Closing Amount Should be Equal to Expected Amount (backport #44316 )
2024-11-27 20:08:33 +05:30
Ninad1306
3f577779be
fix: initially closing amt should be equal to expected amt
...
(cherry picked from commit af9524920b )
2024-11-27 14:28:47 +00:00
vimalraj27
fd1cbf4b6f
chore: Fix typo "Purchase Reecipt"
...
(cherry picked from commit 21049bae91 )
2024-11-27 14:28:00 +00:00
ruthra kumar
5e7cfeb514
Merge pull request #44388 from frappe/mergify/bp/version-15-hotfix/pr-44378
...
fix: filter item with search fields (backport #44378 )
2024-11-27 17:53:51 +05:30
ruthra kumar
223d30ecd8
Merge pull request #44389 from frappe/mergify/bp/version-15-hotfix/pr-44327
...
fix: set debit transaction currency in gl entry (backport #44327 )
2024-11-27 17:53:37 +05:30
Abdeali Chharchhoda
0e1f5ff391
fix: Add translation for showing mandatory fields in error msg
...
(cherry picked from commit f42ec6a124 )
2024-11-27 12:01:10 +00:00
venkat102
a2612d5f36
fix: set debit transaction currency in gl entry
...
(cherry picked from commit 6e19c06e58 )
2024-11-27 11:59:09 +00:00
ruthra kumar
632412bd72
Merge pull request #44383 from frappe/mergify/bp/version-15-hotfix/pr-44376
...
fix: remove field precision in Sales and Purchase Order for percentage fields (backport #44376 )
2024-11-27 17:27:06 +05:30
ruthra kumar
09c28760e4
Merge pull request #44385 from frappe/mergify/bp/version-15-hotfix/pr-44323
...
fix: update gross profit for returned invoices (backport #44323 )
2024-11-27 17:21:26 +05:30
ruthra kumar
7c85e4056f
Merge pull request #44387 from frappe/mergify/bp/version-15-hotfix/pr-44359
...
fix: check difference with company currency (backport #44359 )
2024-11-27 17:21:00 +05:30
venkat102
d073b005a8
fix: filter item with search fields
...
(cherry picked from commit ebfbee3da5 )
2024-11-27 11:50:51 +00:00
ruthra kumar
45e41827c7
chore: resolve conflict
2024-11-27 17:20:36 +05:30
venkat102
d6ef43858c
fix: check difference with company currency
...
(cherry picked from commit e2bae4cf07 )
2024-11-27 11:26:58 +00:00
ljain112
66af7f4a14
fix: test case
...
(cherry picked from commit af5a3e5a48 )
2024-11-27 11:20:34 +00:00
ljain112
f4518cac9a
fix: gp for return invoice
...
(cherry picked from commit 00403515a8 )
2024-11-27 11:20:34 +00:00
ljain112
ca56709295
fix: update gross profit for returned invoices
...
(cherry picked from commit 8a42601e99 )
2024-11-27 11:20:34 +00:00
vishakhdesai
860350a5b3
fix: remove field precision in SO and PO for percentage fields
...
(cherry picked from commit eff9cd10cd )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order_list.js
2024-11-27 11:19:13 +00:00
ruthra kumar
6a34abefba
Merge pull request #44379 from frappe/mergify/bp/version-15-hotfix/pr-44377
...
fix: correct placeholder index in message (backport #44377 )
2024-11-27 15:38:48 +05:30
ljain112
a523c14fd5
fix: correct placeholder index in message
...
(cherry picked from commit d61cb9a4bf )
2024-11-27 09:26:09 +00:00
ruthra kumar
6f798ab288
Merge pull request #44372 from frappe/mergify/bp/version-15-hotfix/pr-44343
...
fix: show cc on the process statement of accounts email (backport #44343 )
2024-11-27 10:47:15 +05:30
mergify[bot]
ef882de509
feat: provision to disable item attribute (backport #44358 ) ( #44370 )
...
* feat: provision to disable item attribute (#44358 )
(cherry picked from commit 123e3ef263 )
# Conflicts:
# erpnext/stock/doctype/item_attribute/item_attribute.json
# erpnext/stock/doctype/item_variant_attribute/item_variant_attribute.json
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-27 10:31:30 +05:30
venkat102
67809c781a
fix: show cc on the email
...
(cherry picked from commit 2dd5699f6d )
2024-11-27 04:53:16 +00:00
Raffael Meyer
c20def5d59
chore: resolve conflicts
2024-11-26 21:12:39 +01:00
Raffael Meyer
e0cb5f9ba8
feat(Dunning): separate tab "Address & Contact" ( #44363 )
...
(cherry picked from commit e094473c65 )
# Conflicts:
# erpnext/accounts/doctype/dunning/dunning.json
2024-11-26 20:11:37 +00:00
mergify[bot]
7e61aca512
fix: unify company address query in sales transactions (backport #44361 ) ( #44365 )
...
fix: unify company address query in sales transactions (#44361 )
* fix: unify company address query in sales transactions
* refactor: get the correct field label
(cherry picked from commit 3f92a57d63 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-11-26 20:16:24 +01:00
mergify[bot]
89bd4eba46
fix: added validation for quality inspection (backport #44351 ) ( #44357 )
...
fix: added validation for quality inspection (#44351 )
(cherry picked from commit 0fd50b5048 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-26 21:18:26 +05:30
mergify[bot]
ea0f24aa57
fix: billed qty and received amount in PO analysis report (backport #44349 ) ( #44354 )
...
fix: billed qty and received amount in PO analysis report (#44349 )
(cherry picked from commit 2ab7ec5437 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-26 19:43:51 +05:30
ruthra kumar
069c763010
Merge pull request #44338 from frappe/mergify/bp/version-15-hotfix/pr-44319
...
fix: use field precision in Sales and Purchase Order (backport #44319 )
2024-11-26 14:02:33 +05:30
ruthra kumar
bc93de682b
chore: resolve conflict
2024-11-26 13:48:00 +05:30
ruthra kumar
8aa4779191
Merge pull request #44335 from frappe/mergify/bp/version-15-hotfix/pr-44304
...
chore: Add translations to QI validations in Update stock_controller.py (backport #44304 )
2024-11-26 12:09:56 +05:30
vishakhdesai
cde19066fe
fix: use field precision instead of hardcoded precision in so and po
...
(cherry picked from commit 1a1e2c7e01 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.js
2024-11-26 06:18:33 +00:00
Ernesto Ruiz
465a26f714
chore: Add translations to QI validations in Update stock_controller.py
...
chore: Add translations to QI validations in Update stock_controller.py
(cherry picked from commit 6754f15487 )
2024-11-26 06:07:15 +00:00
ruthra kumar
ca8e7e9891
Merge pull request #44332 from frappe/mergify/bp/version-15-hotfix/pr-44257
...
fix: add company dynamic filters in number cards (backport #44257 )
2024-11-26 11:19:43 +05:30
Sugesh393
7423d7d337
fix: remove irrelavent filters
...
(cherry picked from commit 29762c4826 )
2024-11-26 05:24:57 +00:00
Sugesh393
db21def58b
fix: add company dynamic filters in number cards
...
(cherry picked from commit 4e7725de66 )
2024-11-26 05:24:57 +00:00
ruthra kumar
6a4058052b
Merge pull request #44331 from frappe/mergify/bp/version-15-hotfix/pr-44320
...
fix: Increase quantity by `1 UOM` when adding an item from the selector in `POS` (backport #44320 )
2024-11-26 10:40:45 +05:30
Abdeali Chharchhoda
b65e16a91b
revert: use + flt(value) instead of direct increment
...
(cherry picked from commit 112b4c705b )
2024-11-26 05:00:41 +00:00
Abdeali Chharchhoda
49dad1a456
fix: Show available stock qty in stock_uom instead of uom
...
(cherry picked from commit 84dcbe6639 )
2024-11-26 05:00:40 +00:00
Abdeali Chharchhoda
0d3802873b
fix: Increase quantity by 1 UOM when adding an item from the selector in POS
...
(cherry picked from commit bbab850135 )
2024-11-26 05:00:40 +00:00
mergify[bot]
20d0e95d7c
feat: available qty at company in sales transactions (backport #44260 ) ( #44325 )
...
* feat: available qty at company in sales transactions
(cherry picked from commit d8b9aef14f )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
# erpnext/selling/doctype/quotation_item/quotation_item.json
# erpnext/selling/doctype/sales_order_item/sales_order_item.json
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-11-25 20:29:13 +05:30
ruthra kumar
d77a880a62
Merge pull request #44318 from frappe/mergify/bp/version-15-hotfix/pr-44274
...
fix: set price_list_currency only if it exists (backport #44274 )
2024-11-25 12:57:02 +05:30
ruthra kumar
7ccb2ead09
Merge pull request #44317 from frappe/mergify/bp/version-15-hotfix/pr-44163
...
feat: Show Aggregate Value from Subsidiary Companies (backport #44163 )
2024-11-25 12:56:37 +05:30
Sugesh393
8cd455b050
fix: set price_list_currency only if it exists
...
(cherry picked from commit f0b9cb4019 )
2024-11-25 07:10:04 +00:00
ruthra kumar
072c5b7753
chore: resolve conflict
2024-11-25 12:28:02 +05:30
l0gesh29
0469b0d1ec
feat: Show Aggregate Value from Subsidiary Companies
...
(cherry picked from commit c23af6af41 )
# Conflicts:
# erpnext/selling/report/sales_analytics/sales_analytics.js
2024-11-25 06:40:00 +00:00
rohitwaghchaure
74af7d01a2
Merge pull request #44312 from rohitwaghchaure/fixed-support-25969
...
fix: not able to fetch batch item price
2024-11-25 11:22:43 +05:30
ruthra kumar
c545de7bc6
Merge pull request #44315 from frappe/mergify/bp/version-15-hotfix/pr-44297
...
refactor: added translate function for some columns of report (backport #44297 )
2024-11-25 10:28:02 +05:30
Abdeali Chharchhoda
8928e062b1
refactor: added translate function for some columns of report
...
(cherry picked from commit e545c913b5 )
2024-11-25 04:39:36 +00:00
Rohit Waghchaure
97f2341b98
fix: not able to fetch batch item price
2024-11-24 22:23:11 +05:30
Smit Vora
aa2ae5e408
Merge pull request #44279 from frappe/mergify/bp/version-15-hotfix/pr-44263
...
fix: toggle debit credit amounts for transaction currency too; minor refactor (backport #44263 )
2024-11-22 18:38:26 +05:30
ruthra kumar
6d10ccfc15
Merge pull request #44287 from frappe/mergify/bp/version-15-hotfix/pr-44246
...
fix: Get submitted documents in validate_for_closed_fiscal_year (backport #44246 )
2024-11-22 16:15:48 +05:30
ruthra kumar
dc99e74ae3
Merge pull request #44285 from frappe/mergify/bp/version-15-hotfix/pr-44266
...
fix: make free qty round on large transaction qty (backport #44266 )
2024-11-22 16:15:35 +05:30
ruthra kumar
fd9aa288c4
Merge pull request #44283 from frappe/mergify/bp/version-15-hotfix/pr-44277
...
fix: filter with item group only if it is mentioned in pos profile (backport #44277 )
2024-11-22 16:15:08 +05:30
vimalraj27
af74a3c32f
fix: Get submitted documents in validate_for_closed_fiscal_year
...
(cherry picked from commit c607e5f940 )
2024-11-22 10:23:11 +00:00
venkat102
db1bc8a3db
test: add unit test to validate free qty round on large transaction qty
...
(cherry picked from commit 013a6fc6ec )
2024-11-22 10:20:57 +00:00
venkat102
4856a9633e
fix: make free qty round on large transaction qty
...
(cherry picked from commit f9b8165385 )
2024-11-22 10:20:56 +00:00
venkat102
a4398626f6
fix: filter with item group only if it is mentioned in pos profile
...
(cherry picked from commit 09641073e3 )
2024-11-22 10:15:50 +00:00
Frappe PR Bot
17e00b397f
chore(release): Bumped to Version 15.43.3
...
## [15.43.3](https://github.com/frappe/erpnext/compare/v15.43.2...v15.43.3 ) (2024-11-22)
### Bug Fixes
* patch ([#44191 ](https://github.com/frappe/erpnext/issues/44191 )) ([5f752e2 ](5f752e29f9 ))
2024-11-22 09:19:30 +00:00
rohitwaghchaure
1261513ab2
Merge pull request #44280 from frappe/mergify/bp/version-15/pr-44275
...
fix: patch (backport #44191 ) (backport #44275 )
2024-11-22 14:48:13 +05:30
rohitwaghchaure
5f752e29f9
fix: patch ( #44191 )
...
(cherry picked from commit 495528a758 )
(cherry picked from commit 8b02402f62 )
2024-11-22 06:48:01 +00:00
rohitwaghchaure
c0e6f3f4df
Merge pull request #44275 from frappe/mergify/bp/version-15-hotfix/pr-44191
...
fix: patch (backport #44191 )
2024-11-22 12:17:11 +05:30
Smit Vora
11deff98d9
test: test case for toggling debit and credit if negative
...
(cherry picked from commit a10e175bc9 )
2024-11-22 06:39:56 +00:00
Smit Vora
7f8334f29a
fix: toggle debit credit amounts for transaction currency too; minor refactor
...
(cherry picked from commit 8e759c32c4 )
2024-11-22 06:39:56 +00:00
rohitwaghchaure
8b02402f62
fix: patch ( #44191 )
...
(cherry picked from commit 495528a758 )
2024-11-22 06:23:24 +00:00
Frappe PR Bot
81f1f1f1bb
chore(release): Bumped to Version 15.43.2
...
## [15.43.2](https://github.com/frappe/erpnext/compare/v15.43.1...v15.43.2 ) (2024-11-22)
### Bug Fixes
* include current invoice amount when tax_on_excess_amount is checked ([52e1551 ](52e1551c23 ))
2024-11-22 06:00:44 +00:00
ruthra kumar
16ffee9992
Merge pull request #44273 from frappe/mergify/bp/version-15/pr-44194
...
fix: include current invoice amount when tax_on_excess_amount is checked (backport #44194 )
2024-11-22 11:29:29 +05:30
ruthra kumar
723d10241b
Merge pull request #44272 from frappe/mergify/bp/version-15-hotfix/pr-44194
...
fix: include current invoice amount when tax_on_excess_amount is checked (backport #44194 )
2024-11-22 11:25:35 +05:30
venkat102
2d284de426
test: add unit test for tax on excess amount
...
(cherry picked from commit 4820273595 )
2024-11-22 05:38:25 +00:00
venkat102
52e1551c23
fix: include current invoice amount when tax_on_excess_amount is checked
...
(cherry picked from commit b74f2896cd )
2024-11-22 05:38:25 +00:00
venkat102
08b896fc2c
test: add unit test for tax on excess amount
...
(cherry picked from commit 4820273595 )
2024-11-22 05:37:50 +00:00
venkat102
0ffeb9f6ad
fix: include current invoice amount when tax_on_excess_amount is checked
...
(cherry picked from commit b74f2896cd )
2024-11-22 05:37:50 +00:00
Frappe PR Bot
e0060f8ffe
chore(release): Bumped to Version 15.43.1
...
## [15.43.1](https://github.com/frappe/erpnext/compare/v15.43.0...v15.43.1 ) (2024-11-21)
### Bug Fixes
* no permission to read Doctype (backport [#44256 ](https://github.com/frappe/erpnext/issues/44256 )) ([#44258 ](https://github.com/frappe/erpnext/issues/44258 )) ([b047425 ](b047425a6f ))
2024-11-21 09:44:42 +00:00
rohitwaghchaure
3518991ff0
Merge pull request #44259 from frappe/mergify/bp/version-15/pr-44258
...
fix: no permission to read Doctype (backport #44256 ) (backport #44258 )
2024-11-21 15:13:16 +05:30
mergify[bot]
b047425a6f
fix: no permission to read Doctype (backport #44256 ) ( #44258 )
...
fix: no permission to read Doctype (#44256 )
(cherry picked from commit 57293aa18a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 8b15a965dd )
2024-11-21 09:22:50 +00:00
mergify[bot]
d4f0512a10
fix: added Stock UOM field for RM in work order (backport #44185 ) ( #44237 )
...
* fix: added Stock UOM field for RM in work order (#44185 )
fix: added UOM field for RM in work order
(cherry picked from commit cc571aca8f )
# Conflicts:
# erpnext/manufacturing/doctype/work_order_item/work_order_item.json
# erpnext/patches.txt
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-21 14:52:37 +05:30
mergify[bot]
8b15a965dd
fix: no permission to read Doctype (backport #44256 ) ( #44258 )
...
fix: no permission to read Doctype (#44256 )
(cherry picked from commit 57293aa18a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-21 14:51:33 +05:30
Frappe PR Bot
ccf99cf985
chore(release): Bumped to Version 15.43.0
...
# [15.43.0](https://github.com/frappe/erpnext/compare/v15.42.0...v15.43.0 ) (2024-11-20)
### Bug Fixes
* added disable_rounded_total field ([c98a0cc ](c98a0ccd1d ))
* added test cases ([234741f ](234741f35f ))
* apply posting date sorting to invoices in Payment Reconciliation similar to payments ([41c8cfa ](41c8cfac73 ))
* broken apply on other item pricing rule ([5d6451f ](5d6451fca7 ))
* broken UI on currency exchange ([f460391 ](f4603910e4 ))
* bulk update invoice remarks during site upgrade ([cc07402 ](cc07402b5e )), closes [#43634 ](https://github.com/frappe/erpnext/issues/43634 )
* check if pricing rule matches with coupon code ([#44104 ](https://github.com/frappe/erpnext/issues/44104 )) ([6089661 ](608966158a ))
* correctly set 'cannot_add_rows' property on allocations table field ([c59a778](c59a778503 ))
* disable conversion to user tz for sales order calender ([83b9680 ](83b9680318 ))
* Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue ([1fe5342 ](1fe534290d ))
* linters ([381101f ](381101f552 ))
* non group pos warehouse ([4335659 ](4335659905 ))
* payment reco for jv with negative dr or cr amount ([7483839 ](7483839418 ))
* remove trailing whitespace ([5bd633b ](5bd633b40f ))
* remove validate_name_in_customer function ([6bff9d3 ](6bff9d39e3 ))
* set conversion factor before applying price list ([5848de7 ](5848de76ea ))
* set debit in transaction currency in GL Entry ([c0d3f8c ](c0d3f8cbbe ))
* set default party type in Payment Entry ([08f6cee ](08f6ceeb50 ))
* **setup:** Fix typo in COA setup ([7abcfca ](7abcfca1cb ))
* stock ledger variance report filter options (backport [#44137 ](https://github.com/frappe/erpnext/issues/44137 )) ([#44150 ](https://github.com/frappe/erpnext/issues/44150 )) ([b6fe1f5 ](b6fe1f5842 ))
* update project cost from timesheet (backport [#44211 ](https://github.com/frappe/erpnext/issues/44211 )) ([#44212 ](https://github.com/frappe/erpnext/issues/44212 )) ([ad0c655 ](ad0c65500a ))
* validate sales team to ensure all sales person are enabled ([f3c3f17 ](f3c3f170a7 ))
* validation for serial no (backport [#44133 ](https://github.com/frappe/erpnext/issues/44133 )) ([#44151 ](https://github.com/frappe/erpnext/issues/44151 )) ([725d107 ](725d107288 ))
### Features
* inventory dimension for rejected materials (backport [#44156 ](https://github.com/frappe/erpnext/issues/44156 )) ([#44165 ](https://github.com/frappe/erpnext/issues/44165 )) ([d61f696 ](d61f696f85 ))
* new DocTypes "Code List" and "Common Code" (backport [#43425 ](https://github.com/frappe/erpnext/issues/43425 )) ([#44173 ](https://github.com/frappe/erpnext/issues/44173 )) ([b130e20 ](b130e2065b ))
* round off for opening entries ([8e6249d ](8e6249d361 ))
2024-11-20 08:41:13 +00:00
ruthra kumar
9b690e9ae6
Merge pull request #44209 from frappe/version-15-hotfix
...
chore: release v15
2024-11-20 14:09:56 +05:30
ruthra kumar
d0e2b7c341
Merge pull request #44183 from frappe/mergify/bp/version-15-hotfix/pr-44025
...
fix: `Disable Rounded Total` in Quotation DocType (backport #44025 )
2024-11-20 13:14:16 +05:30
ruthra kumar
4afd4b4044
Merge pull request #44245 from frappe/mergify/bp/version-15-hotfix/pr-44197
...
fix: payment reco for jv with negative dr or cr amount (backport #44197 )
2024-11-20 13:12:44 +05:30
ruthra kumar
80f0d5b5ec
chore: resolve conflict
2024-11-20 12:51:29 +05:30
ljain112
234741f35f
fix: added test cases
...
(cherry picked from commit 6f9ea6422d )
2024-11-20 07:18:27 +00:00
ljain112
7483839418
fix: payment reco for jv with negative dr or cr amount
...
(cherry picked from commit fee79b9445 )
2024-11-20 07:18:26 +00:00
ruthra kumar
9e7e6041ed
Merge pull request #44242 from frappe/mergify/bp/version-15-hotfix/pr-44240
...
fix: non group pos warehouse (backport #44240 )
2024-11-20 12:18:02 +05:30
ruthra kumar
9ce1c25c04
Merge pull request #44239 from frappe/mergify/bp/version-15-hotfix/pr-44220
...
refactor: Update `Payment Request` search query in PE's reference (backport #44220 )
2024-11-20 12:16:07 +05:30
Nihantra C. Patel
4335659905
fix: non group pos warehouse
...
(cherry picked from commit d526be0394 )
2024-11-20 06:41:56 +00:00
Abdeali Chharchhoda
514fe69b65
refactor: Update Payment Request search query in PE's reference
...
(cherry picked from commit 4ab3499a17 )
2024-11-20 06:22:17 +00:00
ruthra kumar
a0ea68499b
Merge pull request #44233 from frappe/mergify/bp/version-15-hotfix/pr-44207
...
fix: validate sales team to ensure all sales person are enabled (backport #44207 )
2024-11-20 11:51:33 +05:30
ruthra kumar
76d6dd346c
Merge pull request #44235 from frappe/mergify/bp/version-15-hotfix/pr-44203
...
fix: disable conversion to user tz for sales order calender (backport #44203 )
2024-11-20 11:51:09 +05:30
ljain112
83b9680318
fix: disable conversion to user tz for sales order calender
...
(cherry picked from commit cdf098c193 )
2024-11-20 05:17:57 +00:00
ljain112
f3c3f170a7
fix: validate sales team to ensure all sales person are enabled
...
(cherry picked from commit 548dbb33eb )
2024-11-20 05:11:41 +00:00
ruthra kumar
bc03b68b13
Merge pull request #44221 from frappe/mergify/bp/version-15-hotfix/pr-41025
...
fix: remove validate_name_in_customer function (backport #41025 )
2024-11-20 10:19:28 +05:30
mergify[bot]
ad0c65500a
fix: update project cost from timesheet (backport #44211 ) ( #44212 )
...
fix: update project cost from timesheet (#44211 )
(cherry picked from commit b21fb8f8b6 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-19 22:59:16 +05:30
RitvikSardana
6bff9d39e3
fix: remove validate_name_in_customer function
...
(cherry picked from commit 2b32d3644f )
2024-11-19 14:22:34 +00:00
ruthra kumar
704452a9fa
Merge pull request #44218 from frappe/mergify/bp/version-15-hotfix/pr-44190
...
fix(setup): Fix typo in COA setup (backport #44190 )
2024-11-19 19:51:41 +05:30
Corentin Forler
7abcfca1cb
fix(setup): Fix typo in COA setup
...
(cherry picked from commit a245cc6b07 )
2024-11-19 12:15:15 +00:00
ruthra kumar
610c483d83
Merge pull request #44217 from frappe/mergify/bp/version-15-hotfix/pr-44104
...
fix: check if pricing rule matches with coupon code (backport #44104 )
2024-11-19 17:37:55 +05:30
Nikolas Beckel
608966158a
fix: check if pricing rule matches with coupon code ( #44104 )
...
* fix: check if pricing rule matches with coupon code
* fix: correct linting error
(cherry picked from commit 9d31bf7647 )
2024-11-19 11:42:04 +00:00
ruthra kumar
efdbe93cf0
Merge pull request #44206 from frappe/mergify/bp/version-15-hotfix/pr-44145
...
fix: updated label "Is short year" to "Is Short/Long year" for both short and long fiscal years (backport #44145 )
2024-11-19 14:47:19 +05:30
ajiragroup
c2748e923e
refactor: update label and description on short year checkbox
...
Is short/long year.
(cherry picked from commit 1d6b9b405f )
2024-11-19 08:56:54 +00:00
ruthra kumar
a17e1f6b6d
Merge pull request #44202 from frappe/mergify/bp/version-15-hotfix/pr-44188
...
chore: update oldest_items.json, change owner back to administrator (backport #44188 )
2024-11-19 12:30:49 +05:30
Ismail Arif
0ea6691189
chore: update oldest_items.json, change owner back to administrator
...
Signed-off-by: Ismail Arif <38789073+ismxilxrif@users.noreply.github.com >
(cherry picked from commit 7ceb24fb4c )
2024-11-19 06:33:18 +00:00
ruthra kumar
eca43916f0
Merge pull request #44193 from frappe/mergify/bp/version-15-hotfix/pr-44134
...
fix: set debit in transaction currency in GL Entry (backport #44134 )
2024-11-19 11:58:14 +05:30
ruthra kumar
8cc59e3be7
refactor: update test case
...
(cherry picked from commit 4aab6f55f5 )
2024-11-19 11:40:37 +05:30
mergify[bot]
b130e2065b
feat: new DocTypes "Code List" and "Common Code" (backport #43425 ) ( #44173 )
...
Co-authored-by: David <dgx.arnold@gmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-11-18 21:08:21 +01:00
ruthra kumar
d7deed6c45
refactor: assume any of the foreign currency as transaction currency
...
On a foreign currency payment entry, assume any one of the foreign
currency as the transaction currency
(cherry picked from commit 6681882bd8 )
2024-11-18 11:42:49 +00:00
sudarsan2001
7cc31df587
chore: change account name
...
(cherry picked from commit 4a1cd5a8d6 )
2024-11-18 11:42:49 +00:00
sudarsan2001
c30a17cd7a
test: add unit test to validate gl values
...
(cherry picked from commit e8b8a589be )
2024-11-18 11:42:49 +00:00
sudarsan2001
c0d3f8cbbe
fix: set debit in transaction currency in GL Entry
...
(cherry picked from commit 29a6eb21a3 )
2024-11-18 11:42:49 +00:00
Ninad1306
b6524946bc
test: test to validate rounded total
...
(cherry picked from commit 5a6261d3b4 )
2024-11-18 06:00:12 +00:00
Ninad1306
c98a0ccd1d
fix: added disable_rounded_total field
...
(cherry picked from commit f8524d526b )
# Conflicts:
# erpnext/selling/doctype/quotation/quotation.json
2024-11-18 06:00:12 +00:00
ruthra kumar
73a31cb395
Merge pull request #44182 from frappe/mergify/bp/version-15-hotfix/pr-44127
...
fix: set default Party Type based on Payment Type in Payment Entry (backport #44127 )
2024-11-18 10:49:24 +05:30
vishakhdesai
08f6ceeb50
fix: set default party type in Payment Entry
...
(cherry picked from commit 19222690d3 )
2024-11-18 04:44:58 +00:00
ruthra kumar
f04a934ed1
Merge pull request #44180 from frappe/mergify/bp/version-15-hotfix/pr-44147
...
fix: set conversion factor before applying price list (backport #44147 )
2024-11-18 10:14:45 +05:30
ruthra kumar
c6bfaa41be
Merge pull request #44178 from frappe/mergify/bp/version-15-hotfix/pr-44157
...
fix: apply "cannot_add_rows" directly to table field for more efficient solution (backport #44157 )
2024-11-18 10:14:23 +05:30
vishakhdesai
5848de76ea
fix: set conversion factor before applying price list
...
(cherry picked from commit 9749fe23cc )
2024-11-18 04:38:37 +00:00
UmakanthKaspa
2a54cd5004
refactor: set 'cannot_add_rows' directly in the allocations table field (optimized approach)
...
(cherry picked from commit 5dd8eafdfc )
2024-11-18 04:36:19 +00:00
mergify[bot]
d61f696f85
feat: inventory dimension for rejected materials (backport #44156 ) ( #44165 )
...
feat: inventory dimension for rejected materials (#44156 )
(cherry picked from commit 9bf16df41e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-15 17:28:41 +05:30
mergify[bot]
725d107288
fix: validation for serial no (backport #44133 ) ( #44151 )
...
* fix: validation for serial no (#44133 )
(cherry picked from commit 93c8b4c39a )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-15 16:55:32 +05:30
mergify[bot]
b6fe1f5842
fix: stock ledger variance report filter options (backport #44137 ) ( #44150 )
...
fix: stock ledger variance report filter options (#44137 )
(cherry picked from commit e8bbf6492f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-15 15:04:48 +05:30
ruthra kumar
5b3f0825af
Merge pull request #44162 from frappe/mergify/bp/version-15-hotfix/pr-43414
...
fix: Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue fixed (backport #43414 )
2024-11-15 13:09:45 +05:30
Vishakh Desai
381101f552
fix: linters
...
(cherry picked from commit 9cc22b4cac )
2024-11-15 07:19:01 +00:00
Vishakh Desai
1fe534290d
fix: Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue
...
(cherry picked from commit 6de6f55b39 )
2024-11-15 07:19:01 +00:00
ruthra kumar
5004b8fbc9
Merge pull request #44160 from frappe/mergify/bp/version-15-hotfix/pr-44158
...
fix: broken UI on currency exchange (backport #44158 )
2024-11-15 12:29:32 +05:30
ruthra kumar
f4603910e4
fix: broken UI on currency exchange
...
(cherry picked from commit e91b65e7bd )
2024-11-15 06:52:46 +00:00
ruthra kumar
50d15249fc
Merge pull request #44155 from frappe/mergify/bp/version-15-hotfix/pr-44089
...
fix: apply posting date sorting to invoices in Payment Reconciliation similar to payments (backport #44089 )
2024-11-15 10:49:12 +05:30
UmakanthKaspa
5bd633b40f
fix: remove trailing whitespace
...
(cherry picked from commit d6703eb88b )
2024-11-15 05:00:07 +00:00
UmakanthKaspa
41c8cfac73
fix: apply posting date sorting to invoices in Payment Reconciliation similar to payments
...
(cherry picked from commit 0bd83d920d )
2024-11-15 05:00:06 +00:00
ruthra kumar
68f3dd848a
Merge pull request #44153 from frappe/mergify/bp/version-15-hotfix/pr-44148
...
Fix: Disable "Add Row" button in allocations table during UnReconcile process (backport #44148 )
2024-11-15 10:24:16 +05:30
UmakanthKaspa
c59a778503
fix: correctly set 'cannot_add_rows' property on allocations table field
...
(cherry picked from commit 13ca2700f8 )
2024-11-15 04:47:53 +00:00
ruthra kumar
8ee7e7d828
Merge pull request #44140 from frappe/mergify/bp/version-15-hotfix/pr-43189
...
fix: broken apply on other item (backport #43189 )
2024-11-14 13:45:29 +05:30
ruthra kumar
5d6451fca7
fix: broken apply on other item pricing rule
...
(cherry picked from commit e5119a749c )
2024-11-14 07:54:15 +00:00
ruthra kumar
90b7ce2dd6
Merge pull request #44136 from frappe/mergify/bp/version-15-hotfix/pr-42588
...
refactor: separate round off account for opening (backport #42588 )
2024-11-14 13:04:13 +05:30
ruthra kumar
7b77128aab
Merge pull request #43651 from vv-varun/erpnext_issue_43634
...
fix: bulk update invoice remarks during site upgrade
2024-11-14 12:48:50 +05:30
ruthra kumar
9598b1fc0f
chore: resolve conflicts
2024-11-14 12:36:56 +05:30
ruthra kumar
ba79560c0c
refactor(test): filter for active ledger entries
...
(cherry picked from commit cf11ac87fb )
2024-11-14 07:01:54 +00:00
ruthra kumar
9bfd5cdb2b
test: opening purchase invoice with rounding adjustment
...
(cherry picked from commit b7edc6dea9 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2024-11-14 07:01:54 +00:00
ruthra kumar
8bec67cbcf
refactor: handle opening round off on purchase invoice
...
(cherry picked from commit a5d6a25a96 )
2024-11-14 07:01:53 +00:00
ruthra kumar
7eb4b42280
refactor: filter on account_type
...
(cherry picked from commit 193ea9ad8f )
2024-11-14 07:01:53 +00:00
ruthra kumar
da2f6a045a
test: opening round off with inclusive tax
...
(cherry picked from commit 79267358d0 )
2024-11-14 07:01:53 +00:00
ruthra kumar
820692f246
test: rounding adjustment validation and posting
...
(cherry picked from commit 5021c7ca2c )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2024-11-14 07:01:53 +00:00
ruthra kumar
186b646dee
refactor: handle opening round off from sales invoice
...
(cherry picked from commit 96e3c2ad10 )
2024-11-14 07:01:52 +00:00
ruthra kumar
b28ff25180
chore: default should return 3 elements
...
(cherry picked from commit fc46ebcd7c )
2024-11-14 07:01:52 +00:00
ruthra kumar
9a3e9c4c9a
refactor: use separate round off for opening entries
...
(cherry picked from commit 88e68168e3 )
# Conflicts:
# erpnext/accounts/general_ledger.py
2024-11-14 07:01:52 +00:00
ruthra kumar
8e6249d361
feat: round off for opening entries
...
(cherry picked from commit a5b228549c )
2024-11-14 07:01:51 +00:00
Varun Verma
cc07402b5e
fix: bulk update invoice remarks during site upgrade
...
fixes issue #43634
2024-11-14 12:01:16 +05:30
Frappe PR Bot
7c78e0025d
chore(release): Bumped to Version 15.42.0
...
# [15.42.0](https://github.com/frappe/erpnext/compare/v15.41.2...v15.42.0 ) (2024-11-13)
### Bug Fixes
* add default height to POS item card selector (backport [#44071 ](https://github.com/frappe/erpnext/issues/44071 )) ([#44075 ](https://github.com/frappe/erpnext/issues/44075 )) ([65ec7c5 ](65ec7c5604 ))
* add field conversion_factor when include_uom is settled ([#43701 ](https://github.com/frappe/erpnext/issues/43701 )) ([f387a8f ](f387a8fceb ))
* better gls for purchases with tax witholding ([#42743 ](https://github.com/frappe/erpnext/issues/42743 )) ([705a26a ](705a26a2fa ))
* bind this object explicitly on callback event function ([3423d3c ](3423d3c13d ))
* calculate percentage received and delivered considering over-receipt and over-delivery (backport [#43870 ](https://github.com/frappe/erpnext/issues/43870 )) ([#44030 ](https://github.com/frappe/erpnext/issues/44030 )) ([5958d0c ](5958d0c257 ))
* Cannot read properties of undefined (reading 'work_order_closed') (backport [#44117 ](https://github.com/frappe/erpnext/issues/44117 )) ([#44122 ](https://github.com/frappe/erpnext/issues/44122 )) ([c1983a4 ](c1983a4846 ))
* consider service item cost in the RM cost of the BOM (backport [#43962 ](https://github.com/frappe/erpnext/issues/43962 )) ([#44111 ](https://github.com/frappe/erpnext/issues/44111 )) ([6e83fec ](6e83fec5ca ))
* Drop Shipping address based on customer shopping address ([8af005c ](8af005cef0 ))
* duplicate items and outdated item price in POS (backport [#42978 ](https://github.com/frappe/erpnext/issues/42978 )) ([#44038 ](https://github.com/frappe/erpnext/issues/44038 )) ([4cde77d ](4cde77d8d8 ))
* exception on register reports when filtered on cost center ([be07421 ](be07421ab7 ))
* improved the conditions for determining voucher subtypes ([58ca4a2 ](58ca4a2b99 ))
* incorrect produced qty in Production Plan Summary (backport [#44112 ](https://github.com/frappe/erpnext/issues/44112 )) ([#44113 ](https://github.com/frappe/erpnext/issues/44113 )) ([bce7acf ](bce7acf9cc ))
* item mapping from modal to batch form ([#44090 ](https://github.com/frappe/erpnext/issues/44090 )) ([9ac54f6 ](9ac54f694c ))
* item not set in the batch quick entry form (backport [#44028 ](https://github.com/frappe/erpnext/issues/44028 )) ([#44031 ](https://github.com/frappe/erpnext/issues/44031 )) ([6dcd015 ](6dcd015a39 ))
* Negative stock validation against inventory dimension (backport [#43834 ](https://github.com/frappe/erpnext/issues/43834 )) ([#43846 ](https://github.com/frappe/erpnext/issues/43846 )) ([b314f38 ](b314f3839b ))
* NoneType while updating ordered_qty in SO for removed items ([978a007 ](978a0078d8 ))
* not able to cancel DN (backport [#44108 ](https://github.com/frappe/erpnext/issues/44108 )) ([#44109 ](https://github.com/frappe/erpnext/issues/44109 )) ([290bdde ](290bddea77 ))
* not able to reconcile expired batches ([#44012 ](https://github.com/frappe/erpnext/issues/44012 )) ([4ba07a4 ](4ba07a40eb ))
* patch ([107d53b ](107d53b358 ))
* populate payment schedule from payment terms (backport [#44082 ](https://github.com/frappe/erpnext/issues/44082 )) ([#44083 ](https://github.com/frappe/erpnext/issues/44083 )) ([363f151 ](363f15124e ))
* purchase receipt creation from SCR ([#44095 ](https://github.com/frappe/erpnext/issues/44095 )) ([e3d7468 ](e3d74684d5 ))
* slow reposting due to SABB update ([3e29ae8 ](3e29ae8534 ))
* sort by ascending to get the first period closing voucher (backport [#44029 ](https://github.com/frappe/erpnext/issues/44029 )) ([#44035 ](https://github.com/frappe/erpnext/issues/44035 )) ([56f25ae ](56f25ae065 ))
* task path (backport [#44073 ](https://github.com/frappe/erpnext/issues/44073 )) ([#44078 ](https://github.com/frappe/erpnext/issues/44078 )) ([34b5639 ](34b5639d1c ))
* tyeerror while saving pick list ([7d09832 ](7d098328d0 ))
* update payment amount for partial pos return ([61559be ](61559be8a4 ))
* update per_billed value in Purchase Receipt while creating Debit Note ([#43977 ](https://github.com/frappe/erpnext/issues/43977 )) ([a833dd6 ](a833dd67f3 ))
* when company is created with other company template Chart of Account the Create Taxe Template failed ([#42755 ](https://github.com/frappe/erpnext/issues/42755 )) ([e6894b9 ](e6894b949c ))
### Features
* Add item group filtering for search results ([2754793 ](2754793ff9 ))
* add template taxe for charts of account France - Plan Comptable General avec code ([#42757 ](https://github.com/frappe/erpnext/issues/42757 )) ([865786e ](865786e0b6 ))
2024-11-13 15:02:57 +00:00
ruthra kumar
d8d8330123
Merge pull request #44103 from frappe/version-15-hotfix
...
chore: release v15
2024-11-13 20:31:36 +05:30
ruthra kumar
825571ac98
Merge pull request #44115 from frappe/mergify/bp/version-15-hotfix/pr-43977
...
fix: update per_billed value in Purchase Receipt while creating Debit Note (backport #43977 )
2024-11-13 19:01:53 +05:30
ruthra kumar
836a05d07f
Merge pull request #44125 from frappe/mergify/copy/version-15-hotfix/pr-44124
...
refactor: 'Partly Billed' status for Purchase Receipt (copy #44124 )
2024-11-13 17:22:36 +05:30
ruthra kumar
b9ec43c354
refactor: 'Partly Billed' status for Purchase Receipt
...
(cherry picked from commit c58bbd25f2 )
2024-11-13 11:28:52 +00:00
mergify[bot]
c1983a4846
fix: Cannot read properties of undefined (reading 'work_order_closed') (backport #44117 ) ( #44122 )
...
fix: Cannot read properties of undefined (reading 'work_order_closed') (#44117 )
(cherry picked from commit 13834014b5 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-13 16:24:12 +05:30
Nihantra C. Patel
b65b57c054
Merge pull request #44120 from frappe/mergify/bp/version-15-hotfix/pr-44116
...
fix: Drop Shipping address based on customer shopping address (backport #44116 )
2024-11-13 15:51:28 +05:30
Nihantra Patel
8af005cef0
fix: Drop Shipping address based on customer shopping address
...
(cherry picked from commit c7499f3528 )
2024-11-13 10:02:20 +00:00
mergify[bot]
bce7acf9cc
fix: incorrect produced qty in Production Plan Summary (backport #44112 ) ( #44113 )
...
fix: incorrect produced qty in Production Plan Summary (#44112 )
(cherry picked from commit 0828c74fe3 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-13 12:31:31 +05:30
NaviN
a833dd67f3
fix: update per_billed value in Purchase Receipt while creating Debit Note ( #43977 )
...
* fix: update per_billed value in Purchase Receipt while creating Debit Note
* test: add unit test for validating per_billed value for partial Debit Note
(cherry picked from commit 494fd7ceea )
2024-11-13 06:54:54 +00:00
mergify[bot]
6e83fec5ca
fix: consider service item cost in the RM cost of the BOM (backport #43962 ) ( #44111 )
...
fix: consider service item cost in the RM cost of the BOM (#43962 )
(cherry picked from commit c0ffaa444c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-12 23:22:18 +05:30
mergify[bot]
290bddea77
fix: not able to cancel DN (backport #44108 ) ( #44109 )
...
fix: not able to cancel DN (#44108 )
(cherry picked from commit e8882718c9 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-12 18:12:13 +05:30
ruthra kumar
5fea0b5525
Merge pull request #44107 from frappe/mergify/bp/version-15-hotfix/pr-44012
...
fix: not able to reconcile expired batches (backport #44012 )
2024-11-12 16:34:15 +05:30
ruthra kumar
c2f7615eeb
Merge pull request #44106 from frappe/mergify/bp/version-15-hotfix/pr-44095
...
fix: purchase receipt creation from SCR (backport #44095 )
2024-11-12 16:33:45 +05:30
rohitwaghchaure
4ba07a40eb
fix: not able to reconcile expired batches ( #44012 )
...
(cherry picked from commit 8805e74784 )
2024-11-12 10:19:19 +00:00
rohitwaghchaure
e3d74684d5
fix: purchase receipt creation from SCR ( #44095 )
...
(cherry picked from commit 774845f886 )
2024-11-12 10:14:17 +00:00
ruthra kumar
73661ac633
Merge pull request #44100 from frappe/mergify/bp/version-15-hotfix/pr-44053
...
Pos barcode search fix (backport #44053 )
2024-11-12 13:54:03 +05:30
ruthra kumar
55f7f63e6e
refactor: simpler filtering
...
(cherry picked from commit f072b1266e )
2024-11-12 07:16:09 +00:00
Bhavan23
aca1577040
refactor: Relocate doc variable for better scope management
...
(cherry picked from commit 488b60fc27 )
2024-11-12 07:16:08 +00:00
Bhavan23
2754793ff9
feat: Add item group filtering for search results
...
(cherry picked from commit 5e7cf3899b )
2024-11-12 07:16:08 +00:00
ruthra kumar
5e196b9f8b
Merge pull request #44098 from frappe/mergify/bp/version-15-hotfix/pr-44065
...
fix: update payment amount for partial pos return (backport #44065 )
2024-11-12 10:10:58 +05:30
Kavin
61559be8a4
fix: update payment amount for partial pos return
...
(cherry picked from commit 53ef6336b6 )
2024-11-12 04:20:31 +00:00
ruthra kumar
07dcf3fac2
Merge pull request #44040 from ruthra-kumar/manual_backport_pr_39481
...
fix: specify precision for net_amount (backport #39481 )
2024-11-11 17:11:11 +05:30
ruthra kumar
471781a47e
Merge pull request #44088 from frappe/mergify/bp/version-15-hotfix/pr-43695
...
fix: exception on register reports when filtered on cost center (backport #43695 )
2024-11-11 17:00:23 +05:30
ruthra kumar
0afe893a83
Merge pull request #44093 from frappe/mergify/bp/version-15-hotfix/pr-44072
...
fix: bind this object explicitly on callback event function (backport #44072 )
2024-11-11 17:00:10 +05:30
ruthra kumar
92551751bf
Merge pull request #44063 from frappe/mergify/bp/version-15-hotfix/pr-42757
...
feat: add template taxe for charts of account France - Plan Comptable General avec code (backport #42757 )
2024-11-11 16:53:15 +05:30
ruthra kumar
c8682d33d0
Merge pull request #44062 from frappe/mergify/bp/version-15-hotfix/pr-42755
...
fix: when company is created with other company template Chart of Account the Create Taxe Template failed (backport #42755 )
2024-11-11 16:52:54 +05:30
Kavin
3423d3c13d
fix: bind this object explicitly on callback event function
...
(cherry picked from commit 5e790a0fce )
2024-11-11 11:21:09 +00:00
ruthra kumar
f3ee439b33
Merge pull request #44091 from frappe/mergify/bp/version-15-hotfix/pr-44090
...
fix: item mapping from modal to batch form (backport #44090 )
2024-11-11 16:50:18 +05:30
ruthra kumar
ba6e068abc
refactor(test): update tests for new rounding logic
2024-11-11 16:47:38 +05:30
ruthra kumar
34f64f02bf
Merge pull request #44092 from frappe/mergify/bp/version-15-hotfix/pr-43701
...
fix: add field conversion_factor when include_uom is settled (backport #43701 )
2024-11-11 16:45:25 +05:30
ruthra kumar
762f3bac65
chore: filter report output on document name
2024-11-11 16:42:13 +05:30
mergify[bot]
b314f3839b
fix: Negative stock validation against inventory dimension (backport #43834 ) ( #43846 )
...
fix: Negative stock validation against inventory dimension (#43834 )
(cherry picked from commit c330a292d2 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-11-11 16:12:01 +05:30
HarryPaulo
f387a8fceb
fix: add field conversion_factor when include_uom is settled ( #43701 )
...
(cherry picked from commit cfe6af1f68 )
2024-11-11 10:41:40 +00:00
rohitwaghchaure
9ac54f694c
fix: item mapping from modal to batch form ( #44090 )
...
(cherry picked from commit 9223ef2f37 )
2024-11-11 10:38:42 +00:00
ruthra kumar
2bce735300
chore: use FrappeTestCase
2024-11-11 15:06:55 +05:30
ruthra kumar
2de9292ac0
refactor(test): assertion refactoring and exact decimals
...
(cherry picked from commit 1d11131afe )
2024-11-11 09:18:14 +00:00
ruthra kumar
d0e5568010
refactor(test): pass all mandatory fields
...
(cherry picked from commit c53e9637dd )
2024-11-11 09:18:14 +00:00
ruthra kumar
9724cefce8
refactor(test): fix incorrect assertion
...
(cherry picked from commit d6030e7112 )
2024-11-11 09:18:14 +00:00
ruthra kumar
2affa60ea9
test: journals with cost center
...
(cherry picked from commit c255f34eea )
2024-11-11 09:18:14 +00:00
ruthra kumar
2183b99330
test: basic report output
...
(cherry picked from commit 657201b324 )
2024-11-11 09:18:13 +00:00
Vishv-silveroak
be07421ab7
fix: exception on register reports when filtered on cost center
...
1
(cherry picked from commit f01e1a8e20 )
2024-11-11 09:18:13 +00:00
mergify[bot]
363f15124e
fix: populate payment schedule from payment terms (backport #44082 ) ( #44083 )
...
fix: populate payment schedule from payment terms (#44082 )
(cherry picked from commit c81eb6c824 )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-11-11 13:12:30 +05:30
mergify[bot]
34b5639d1c
fix: task path (backport #44073 ) ( #44078 )
...
fix: task path (#44073 )
(cherry picked from commit 8c99acb1b9 )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-11-11 13:00:27 +05:30
mergify[bot]
4cfeb79355
chore: update CODEOWNERS (backport #44074 ) ( #44081 )
...
chore: update `CODEOWNERS` (#44074 )
(cherry picked from commit 9a758ea826 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2024-11-11 12:51:48 +05:30
mergify[bot]
65ec7c5604
fix: add default height to POS item card selector (backport #44071 ) ( #44075 )
...
fix: add default height to POS item card selector
(cherry picked from commit 5f5a514d6f )
Co-authored-by: Kavin <78342682+kavin0411@users.noreply.github.com >
2024-11-11 12:27:26 +05:30
rohitwaghchaure
593428b16d
Merge pull request #44070 from frappe/mergify/bp/version-15-hotfix/pr-44058
...
fix: type error while saving pick list (backport #44058 )
2024-11-11 12:26:43 +05:30
rohitwaghchaure
3c0623f593
Merge pull request #44068 from frappe/mergify/bp/version-15-hotfix/pr-44064
...
fix: slow reposting due to SABB update (backport #44064 )
2024-11-11 12:10:12 +05:30
vishnu
7d098328d0
fix: tyeerror while saving pick list
...
(cherry picked from commit 22de0ecbdc )
2024-11-11 06:24:54 +00:00
Rohit Waghchaure
3e29ae8534
fix: slow reposting due to SABB update
...
(cherry picked from commit 2447b3f424 )
2024-11-11 06:23:40 +00:00
ruthra kumar
d648875681
Merge pull request #44010 from frappe/mergify/bp/version-15-hotfix/pr-43689
...
refactor: allow multiple payment requests through customer portal (backport #43689 )
2024-11-11 11:35:11 +05:30
HENRY Florian
865786e0b6
feat: add template taxe for charts of account France - Plan Comptable General avec code ( #42757 )
...
* feat: add template taxe for charts of account France - Plan Comptable General avec code
* feat: add template taxe for charts of account France - Plan Comptable General avec code
* feat: add template taxe for charts of account France - Plan Comptable General avec code
* feat: add template taxe for charts of account France - Plan Comptable General avec code
* feat: add template taxe for charts of account France - Plan Comptable General avec code
(cherry picked from commit 1fe6efdeb9 )
2024-11-11 04:48:37 +00:00
HENRY Florian
e6894b949c
fix: when company is created with other company template Chart of Account the Create Taxe Template failed ( #42755 )
...
fix: when company if create with other company template Created Template Taxe failed
(cherry picked from commit 8383883977 )
2024-11-11 04:47:02 +00:00
Sagar Vora
11745add18
Merge pull request #44048 from frappe/mergify/bp/version-15-hotfix/pr-42743
...
fix: better gls for purchases with tax witholding (backport #42743 )
2024-11-09 20:14:08 +05:30
Smit Vora
705a26a2fa
fix: better gls for purchases with tax witholding ( #42743 )
...
* fix: better gls for purchases with tax witholding
* test: test case for purchase invoice gl entries with tax witholding
* fix: use flag `_skip_merge` instead of skipping merge based on against account
* test: fix test `test_single_threshold_tds` for newer implementation
(cherry picked from commit e3cd6539c3 )
2024-11-09 09:45:25 +00:00
ruthra kumar
50fa77276e
refactor: depracate old method and handle inclusive tax
2024-11-08 16:14:13 +05:30
mergify[bot]
4cde77d8d8
fix: duplicate items and outdated item price in POS (backport #42978 ) ( #44038 )
...
fix: duplicate items and outdated item price in POS (#42978 )
* fix: duplicate items and outdated item price in POS
* fix: duplicate items and outdated item price in POS --formatter
(cherry picked from commit 4ea2071265 )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-11-08 13:05:48 +05:30
mergify[bot]
56f25ae065
fix: sort by ascending to get the first period closing voucher (backport #44029 ) ( #44035 )
...
fix: sort by ascending to get the first period closing voucher (#44029 )
(cherry picked from commit 42dcdcde1a )
Co-authored-by: Venkatesh <47534423+venkat102@users.noreply.github.com >
2024-11-08 12:34:47 +05:30
mergify[bot]
5958d0c257
fix: calculate percentage received and delivered considering over-receipt and over-delivery (backport #43870 ) ( #44030 )
...
fix: calculate percentage received and delivered considering over-receipt and over-delivery (#43870 )
(cherry picked from commit adba1168c1 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-11-08 12:24:21 +05:30
mergify[bot]
6dcd015a39
fix: item not set in the batch quick entry form (backport #44028 ) ( #44031 )
...
fix: item not set in the batch quick entry form (#44028 )
(cherry picked from commit 0399ccc51e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-08 12:23:50 +05:30
ruthra kumar
489fde8220
Merge pull request #44027 from frappe/mergify/bp/version-15-hotfix/pr-43873
...
fix: add missing fields to field_no_map array (backport #43873 )
2024-11-08 11:52:13 +05:30
Ravindu Nethmina
487b5776e6
refactor: add "margin_type" and "margin_rate_or_amount" to no copy
...
(cherry picked from commit 70f090c1ec )
2024-11-08 06:00:33 +00:00
ruthra kumar
f397361ba7
Merge pull request #44024 from frappe/mergify/bp/version-15-hotfix/pr-43762
...
fix: handle NoneType error when updating ordered_qty in SO for remove… (backport #43762 )
2024-11-08 10:58:57 +05:30
ruthra kumar
23e9a4607e
Merge pull request #44022 from frappe/mergify/bp/version-15-hotfix/pr-43273
...
fix: improved the conditions for determining voucher subtypes (backport #43273 )
2024-11-08 10:55:33 +05:30
bhaveshkumar.j
978a0078d8
fix: NoneType while updating ordered_qty in SO for removed items
...
(cherry picked from commit 442cdd7ce4 )
2024-11-08 05:11:25 +00:00
ruthra kumar
6649d17b06
chore: resolve conflict
2024-11-08 10:33:56 +05:30
Smit Vora
d7f91824c0
test: test voucher subtype for sales invoice
...
(cherry picked from commit ad6cc352f1 )
2024-11-08 04:51:12 +00:00
ljain112
107d53b358
fix: patch
...
(cherry picked from commit d76cc21086 )
# Conflicts:
# erpnext/patches.txt
2024-11-08 04:51:12 +00:00
ljain112
58ca4a2b99
fix: improved the conditions for determining voucher subtypes
...
(cherry picked from commit 00eee16190 )
2024-11-08 04:51:11 +00:00
ruthra kumar
ff4751c9e8
refactor: handle PR's in advance stage
...
(cherry picked from commit 18c13a2cff )
2024-11-07 09:51:10 +00:00
ruthra kumar
eeff0a1252
refactor: cancel old PR and invalidate tokens
...
(cherry picked from commit cda7800777 )
2024-11-07 09:51:10 +00: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