ruthra kumar
88e1c28e7d
test: advance against purchase invoice
...
(cherry picked from commit 90c84822d0 )
2024-06-22 23:58:09 +00:00
ruthra kumar
259d7cde39
test: exc gain/loss booking on advances under asset/liability
...
(cherry picked from commit 827d67d02f )
2024-06-22 23:58:09 +00:00
ruthra kumar
6ebd4ba2cc
refactor(test): simpler create_account helper method
...
(cherry picked from commit 475e0ddeee )
2024-06-22 23:58:09 +00:00
ruthra kumar
47071cec5d
refactor: for advances uses the party account in references table
...
(cherry picked from commit 7dce6e03c7 )
2024-06-22 23:58:09 +00:00
ruthra kumar
5d2f296ca8
refactor: convert amount to base currency for advances
...
(cherry picked from commit c9ede1ffbe )
2024-06-22 23:58:09 +00:00
ruthra kumar
199a64937b
chore: remove validation on payment entry
...
(cherry picked from commit e7740033ca )
2024-06-22 23:58:09 +00:00
Sagar Vora
a535933a09
Merge pull request #41995 from frappe/mergify/bp/version-15-hotfix/pr-41993
...
perf: dont run queries unnecessarily, improved filters (backport #41993 )
2024-06-22 21:51:27 +05:30
Sagar Vora
b59c91a341
perf: dont run queries unnecessarily, improved filters ( #41993 )
...
* perf: dont run queries unnecessarily, improved filters
* perf: dont run query if `in` filter is empty
(cherry picked from commit ac6d85aed6 )
2024-06-22 15:58:00 +00:00
Frappe PR Bot
e99ef572a2
chore(release): Bumped to Version 15.28.0
...
# [15.28.0](https://github.com/frappe/erpnext/compare/v15.27.7...v15.28.0 ) (2024-06-22)
### Features
* default account head for operating cost (backport [#41985 ](https://github.com/frappe/erpnext/issues/41985 )) ([#41987 ](https://github.com/frappe/erpnext/issues/41987 )) ([6f3a6ca ](6f3a6ca2ca ))
v15.28.0
2024-06-22 05:49:34 +00:00
rohitwaghchaure
ea9095c824
Merge pull request #41991 from frappe/mergify/bp/version-15/pr-41987
...
feat: default account head for operating cost (backport #41985 ) (backport #41987 )
2024-06-22 11:18:18 +05:30
mergify[bot]
6f3a6ca2ca
feat: default account head for operating cost (backport #41985 ) ( #41987 )
...
* feat: default account head for operating cost (#41985 )
(cherry picked from commit fd7666a029 )
# Conflicts:
# erpnext/manufacturing/doctype/bom/bom.py
# erpnext/setup/doctype/company/company.json
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 44c16713ba )
2024-06-22 05:12:33 +00:00
mergify[bot]
44c16713ba
feat: default account head for operating cost (backport #41985 ) ( #41987 )
...
* feat: default account head for operating cost (#41985 )
(cherry picked from commit fd7666a029 )
# Conflicts:
# erpnext/manufacturing/doctype/bom/bom.py
# erpnext/setup/doctype/company/company.json
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-06-22 10:39:53 +05:30
Khushi Rawat
8d299d1495
Merge pull request #41989 from khushi8112/rename-number-of-depreciation-v15-hotfix
...
refactor: renamed number of depreciations booked to opening booked depreciations
2024-06-22 01:19:16 +05:30
Khushi Rawat
f9574366b5
chore: added nosemgrep for security checks
2024-06-22 01:01:03 +05:30
Khushi Rawat
7b5d5043c5
fix: reload asset when creating asset depreciation
2024-06-22 00:57:00 +05:30
Khushi Rawat
ca343f12d8
refactor: renamed number of depreciations booked to opening booked de… ( #41515 )
...
* refactor: renamed number of depreciations booked to opening booked depreciations
* feat: introduced new field for showing total number of booked depreciations
2024-06-21 19:53:46 +05:30
ruthra kumar
9515b96049
Merge pull request #41984 from frappe/mergify/bp/version-15-hotfix/pr-41981
...
fix: incorrect against_account upon reposting (backport #41981 )
2024-06-21 19:10:33 +05:30
mergify[bot]
9945a90b3f
fix: decimal issue in pick list (backport #41972 ) ( #41982 )
...
fix: decimal issue in pick list (#41972 )
(cherry picked from commit 21adc7b63e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-06-21 18:26:05 +05:30
ruthra kumar
a41577a1cd
fix: incorrect against_account upon reposting
...
(cherry picked from commit 20c4098399 )
2024-06-21 12:30:39 +00:00
ruthra kumar
657daf9a43
Merge pull request #41977 from frappe/mergify/bp/version-15-hotfix/pr-41956
...
fix: incorrect discount on other item (backport #41956 )
2024-06-21 15:55:22 +05:30
ruthra kumar
77f4199e2a
fix: incorrect discount on other item
...
When discount is applied on other item, don't update `discount_amount`
as the amount is calculated for current item
(cherry picked from commit 654764e398 )
2024-06-21 10:23:42 +00:00
Raffael Meyer
7b322e7437
Merge pull request #41441 from frappe/mergify/bp/version-15-hotfix/pr-41384
...
fix(SO, DN): only show permitted actions (backport #41384 )
2024-06-20 15:58:39 +02:00
barredterra
21802396ce
fix: move condition for shipment
2024-06-20 14:32:01 +02:00
barredterra
9bad219f0a
refactor: remove use of can_create for Payment Request ( #41647 )
...
(cherry picked from commit 47bc5691a1 )
2024-06-20 14:28:24 +02:00
barredterra
ddbf9317a1
Merge remote-tracking branch 'upstream/version-15-hotfix' into mergify/bp/version-15-hotfix/pr-41384
2024-06-20 14:27:08 +02:00
mergify[bot]
48dc24b9bf
fix: add string for translation (backport #41903 ) ( #41963 )
...
fix: add string for translation (#41903 )
fix: add string for translation
(cherry picked from commit f28c692dca )
Co-authored-by: mahsem <137205921+mahsem@users.noreply.github.com >
2024-06-20 17:05:39 +05:30
mergify[bot]
c10b123a81
fix: do not show zero balance stock items in stock balance report (backport #41958 ) ( #41961 )
...
fix: do not show zero balance stock in stock balance
(cherry picked from commit 7f7b363d48 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-06-20 17:04:58 +05:30
Frappe PR Bot
fa6a479ed9
chore(release): Bumped to Version 15.27.7
...
## [15.27.7](https://github.com/frappe/erpnext/compare/v15.27.6...v15.27.7 ) (2024-06-19)
### Bug Fixes
* add LCV flag to determine negative expenses ([83ccb32 ](83ccb32be6 ))
* add strings for translation in pos_item_cart.js ([f4852d4 ](f4852d472a ))
* add test case for update received qty in MR ([858058c ](858058c9e1 ))
* add test case for update received qty in MR ([aaee028 ](aaee02835b ))
* add test case for update received qty in MR ([125d97a ](125d97a182 ))
* add test case for update received qty in MR - import sorter ([084658e ](084658e8ff ))
* add test case for update received qty in MR - import sorter ([21596c6 ](21596c6c23 ))
* allow Employee role to select Department (backport [#41877 ](https://github.com/frappe/erpnext/issues/41877 )) ([#41881 ](https://github.com/frappe/erpnext/issues/41881 )) ([3bc5076 ](3bc5076dfc ))
* batch qty in the dropdown field ([67d1709 ](67d1709ef8 ))
* consistent query field name in item wise purchase register with item wise sales register ([a43c181 ](a43c181673 ))
* download materials request plan in PP ([7193633 ](7193633773 ))
* download materials request plan in PP ([ef2a6c7 ](ef2a6c788e ))
* download materials request plan in PP -prettier ([3370825 ](337082512e ))
* download materials request plan in production plan ([9cb7c27 ](9cb7c279a4 ))
* duplicate rows fetching in RFQ ([c159e3b ](c159e3b06f ))
* handle NoneType error where customer details are not available in sales register ([ceafa0c ](ceafa0ce28 ))
* incorrect batch return from sales return ([b64b433 ](b64b4330a3 ))
* item_code filter in item-wise sales-purchase register ([98c8fed ](98c8feded0 ))
* migrate lead notes ([5663432 ](5663432bd8 ))
* only show user and date if available ([24ee765 ](24ee765e6a ))
* parameters for PI references ([8618402 ](8618402829 ))
* regional overide for updating item valution ([5ea2cdc ](5ea2cdcaad ))
* reposting validation related PCV ([794ade8 ](794ade832f ))
* reset perpetual inventory flag after test ([4c11f2b ](4c11f2bff2 ))
* return from accepted and rejected warehouse at a same time not working ([6c57971 ](6c57971abc ))
* update received qty in MR on purchase invoice submit with update stock ([7e9f6ae ](7e9f6aee58 ))
* update received qty in MR on purchase invoice submit with update stock ([4551b4b ](4551b4b638 ))
* use invoice outstanding on Dunning ([#41817 ](https://github.com/frappe/erpnext/issues/41817 )) ([04f0c96 ](04f0c96af7 ))
v15.27.7
2024-06-19 06:28:10 +00:00
ruthra kumar
a60879fec0
Merge pull request #41941 from frappe/version-15-hotfix
...
chore: release v15
2024-06-19 11:56:54 +05:30
ruthra kumar
cd1db37c74
chore: fix linter
2024-06-19 11:25:02 +05:30
ruthra kumar
e3608f285f
Merge branch 'version-15' into version-15-hotfix
2024-06-19 11:02:14 +05:30
Raffael Meyer
c110a9f2ad
Merge pull request #41945 from frappe/mergify/bp/version-15-hotfix/pr-41421
...
fix: migrate lead notes (backport #41421 )
2024-06-19 01:17:52 +02:00
barredterra
24ee765e6a
fix: only show user and date if available
...
(cherry picked from commit 895aede590 )
2024-06-18 22:57:25 +00:00
barredterra
5663432bd8
fix: migrate lead notes
...
(cherry picked from commit 382d0ff453 )
2024-06-18 22:57:24 +00:00
ruthra kumar
d64432c3f4
Merge pull request #41938 from frappe/mergify/bp/version-15-hotfix/pr-41900
...
refactor: ignore unreconcile doc for PO and SO on cancel/delete (backport #41900 )
2024-06-18 10:54:51 +05:30
ljain112
7cc5579eca
refactor: ignore unreconcile doc for PO and SO on cancel/delete
...
(cherry picked from commit b618d685c6 )
2024-06-18 04:58:09 +00:00
rohitwaghchaure
60b16a4b1e
Merge pull request #41935 from frappe/mergify/bp/version-15-hotfix/pr-41931
...
fix: reposting validation related PCV (backport #41931 )
2024-06-18 09:41:43 +05:30
mergify[bot]
ff8027b8eb
Merge branch 'version-15-hotfix' into mergify/bp/version-15-hotfix/pr-41384
2024-06-17 17:46:28 +00:00
Rohit Waghchaure
794ade832f
fix: reposting validation related PCV
...
(cherry picked from commit 194f1dc674 )
2024-06-17 12:21:59 +00:00
rohitwaghchaure
75edb7708f
Merge pull request #41932 from frappe/mergify/bp/version-15-hotfix/pr-41907
...
fix: add strings for translation in pos_item_cart.js (backport #41907 )
2024-06-17 17:49:24 +05:30
mahsem
f4852d472a
fix: add strings for translation in pos_item_cart.js
...
fix: add strings for translation in pos_item_cart.js
(cherry picked from commit 2fb3e5da4a )
2024-06-17 11:40:49 +00:00
rohitwaghchaure
db7fb7d7b1
Merge pull request #41928 from frappe/mergify/bp/version-15-hotfix/pr-41927
...
fix: consistent query field name in item wise purchase register with item wise sales register (backport #41927 )
2024-06-17 16:53:28 +05:30
rohitwaghchaure
ae0725d55a
Merge pull request #41929 from frappe/mergify/bp/version-15-hotfix/pr-41920
...
fix: handle NoneType error where customer details are not available in sales register (backport #41920 )
2024-06-17 16:52:59 +05:30
Nihantra C. Patel
d48a2c9f8e
fix: correcting balance sheet calculation for zero liabilities and equity
2024-06-17 15:14:59 +05:30
Nihantra C. Patel
0bab609a6f
fix: completed DC will not appear in a delivery trip
2024-06-17 15:09:31 +05:30
ljain112
ceafa0ce28
fix: handle NoneType error where customer details are not available in sales register
...
(cherry picked from commit f876fec6f5 )
2024-06-17 09:29:38 +00:00
ljain112
a43c181673
fix: consistent query field name in item wise purchase register with item wise sales register
...
(cherry picked from commit 6d539e0fc0 )
2024-06-17 09:28:27 +00:00
rohitwaghchaure
ae83236b7c
Merge pull request #41926 from frappe/mergify/bp/version-15-hotfix/pr-41921
...
fix: item_code filter in item-wise sales-purchase register (backport #41921 )
2024-06-17 14:56:21 +05:30
Nihantra Patel
98c8feded0
fix: item_code filter in item-wise sales-purchase register
...
(cherry picked from commit 757aef3972 )
2024-06-17 08:32:26 +00:00
rohitwaghchaure
5a2005395b
Merge pull request #41918 from frappe/mergify/bp/version-15-hotfix/pr-41898
...
fix: update received qty in MR on purchase invoice submit with update stock (backport #41898 )
2024-06-17 13:59:54 +05:30