Deepesh Garg
3a8b7e9b96
Merge pull request #38852 from frappe/version-14-hotfix
...
chore: release v14
2023-12-20 10:14:59 +05:30
mergify[bot]
22b442d593
fix: close PO on SCO close (backport #38667 ) ( #38680 )
...
fix: close PO on SCO close
(cherry picked from commit b023e5d6b3 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-20 09:14:54 +05:30
mergify[bot]
f7bfbd82dd
fix(ux): don't override Item Name and Description in MR (backport #38720 ) ( #38762 )
...
fix(ux): don't override Item Name and Description in MR
(cherry picked from commit 726ac6bda1 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-20 09:14:03 +05:30
rohitwaghchaure
d375164100
fix: if not budget then don't validate ( #38861 )
2023-12-19 18:19:20 +05:30
rohitwaghchaure
7fdac62393
fix: incoming rate for sales return with Moving Average valuation method ( #38849 )
2023-12-19 18:01:50 +05:30
rohitwaghchaure
2184e8ef58
fix: on closed unreserved the production plan qty ( #38848 )
2023-12-19 17:20:41 +05:30
rohitwaghchaure
857843bc29
chore: fix test case ( #38856 )
2023-12-19 15:54:29 +05:30
rohitwaghchaure
e0c8ff10da
fix: item variant with manufacturer ( #38845 )
2023-12-19 12:45:08 +05:30
ruthra kumar
61b02ec75c
Merge pull request #38843 from frappe/mergify/bp/version-14-hotfix/pr-38797
...
fix: wrong paid and cn amount on pos invoice (backport #38797 )
2023-12-19 11:33:25 +05:30
Dany Robert
939b7f7cbf
test: partial payment for pos invoice
...
(cherry picked from commit 8772628912 )
2023-12-19 05:33:10 +00:00
Dany Robert
77da0da945
fix: wrong paid and cn amount on pos invoice
...
(cherry picked from commit 5cb5e09dbb )
2023-12-19 05:33:09 +00:00
mergify[bot]
4114760efd
perf: index return_against on delivery note (backport #38827 ) ( #38831 )
...
* perf: index `return_against` on delivery note (#38827 )
There's a multi-column index but that's useful IFF all parts of column
are part of query.
return against on it's own is VERY unique because it's a primary key, we
don't need a multi-column index here.
(cherry picked from commit 8d79365e0d )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
* chore: conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-18 18:10:54 +05:30
rohitwaghchaure
23042dfc3c
fix: not able to make inter-company po from so ( #38826 )
2023-12-18 17:44:17 +05:30
ruthra kumar
9216a852d4
Merge pull request #38824 from frappe/mergify/bp/version-14-hotfix/pr-38820
...
refactor: ignore ERR journals in Statment of Accounts (backport #38820 )
2023-12-18 16:24:57 +05:30
ruthra kumar
6478c80359
refactor: ignore ERR journals in Statment of Accounts
...
(cherry picked from commit 39ef75e2d0 )
2023-12-18 15:59:59 +05:30
rohitwaghchaure
e18dc5cea3
fix: incorrect limit ( #38818 )
2023-12-18 15:59:56 +05:30
rohitwaghchaure
fb5090fd3f
fix: not able to cancel SCR with Batch ( #38817 )
2023-12-18 14:11:36 +05:30
Deepesh Garg
20a764a4a3
Merge pull request #38809 from vorasmit/fetch-item-taxes-v14
...
fix: fetch item_tax_template values if fields with fetch_from exisit (#38284 )
2023-12-17 18:51:22 +05:30
Smit Vora
24ae45ce84
fix: fetch item_tax_template values if fields with fetch_from exisit
2023-12-17 14:03:37 +05:30
Deepesh Garg
a14e7f0e84
Merge pull request #38751 from frappe/mergify/bp/version-14-hotfix/pr-38505
...
feat: set lead name from email (#38505 )
2023-12-16 22:29:43 +05:30
mergify[bot]
942f34a734
fix: Reset SLA on issue doesn't work (backport #38789 ) ( #38790 )
...
fix: Reset SLA on issue doesn't work (#38789 )
This was broken since last refactor where it was spun off to work with
all types of doctypes but client side code was never adapted.
(cherry picked from commit fa1c7b663c )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-15 22:02:29 +05:30
Raffael Meyer
4821919695
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-38505
2023-12-15 15:15:37 +01:00
Deepesh Garg
34549b62bd
Merge pull request #38782 from frappe/mergify/bp/version-14-hotfix/pr-38691
...
fix: Init internal child table values (#38691 )
2023-12-15 18:48:10 +05:30
Deepesh Garg
d593f81a16
fix: Init internal child table values
...
(cherry picked from commit 2588970d55 )
2023-12-15 12:45:51 +00:00
mergify[bot]
e05b23c388
fix: wrong currency in Stock Balance report (backport #38778 ) ( #38779 )
...
fix: wrong currency in Stock Balance report
(cherry picked from commit 5a83a16e60 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-15 15:32:50 +05:30
ruthra kumar
d4c131b153
Merge pull request #38774 from frappe/mergify/bp/version-14-hotfix/pr-38766
...
fix: validation error on reconciling PE to Journals as Invoice (backport #38766 )
2023-12-15 14:41:43 +05:30
ruthra kumar
9836205725
fix: validation error on reconciling PE to Journals as Invoice
...
With the same exchange rate on Journal Entry and Payment Entry,
reconcilition should not post exc gain/loss journal and should not
throw validation error
(cherry picked from commit 5eeb650dfd )
2023-12-15 13:20:38 +05:30
Deepesh Garg
12cd7a7083
Merge pull request #38674 from frappe/mergify/bp/version-14-hotfix/pr-38672
...
fix: get data for leaderboard (#38672 )
2023-12-15 10:15:41 +05:30
Deepesh Garg
e539152c6b
Merge pull request #38753 from barredterra/contact-from-customer-creation
...
fix: address and contact from customer creation (backport #38055 , #37386 , #38060 )
2023-12-15 10:14:58 +05:30
David Arnold
6ed7c6610a
fix(customer): quick form and integration fixes ( #37386 )
2023-12-14 16:50:20 +01:00
barredterra
d6d717c315
test: parse full name
2023-12-14 16:47:46 +01:00
barredterra
935e23449f
refactor: parse full name
2023-12-14 16:47:36 +01:00
David Arnold
ed9b38bc8d
fix(customer): contact creation for companies ( #38055 )
2023-12-14 16:47:15 +01:00
Raffael Meyer
2c52f2ce13
chore: resolve conflicts
2023-12-14 13:51:47 +01:00
barredterra
1469ca7d0b
feat: set lead name from email
...
(cherry picked from commit ceeb724acc )
# Conflicts:
# erpnext/crm/doctype/lead/lead.json
2023-12-14 12:49:40 +00:00
mergify[bot]
73d525e84d
fix: timezone aware SLA banner (backport #38745 ) ( #38746 )
...
fix: timezone aware SLA banner (#38745 )
(cherry picked from commit eaf86a6461 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-14 15:59:19 +05:30
ruthra kumar
f6c611d026
Merge pull request #38744 from ruthra-kumar/filter_error_on_reconciliation_tool
...
fix: error while filtering on name on reconciliation tool
2023-12-14 15:10:12 +05:30
ruthra kumar
30b6321fd5
fix: error while filtering on name on reconciliation tool
2023-12-14 14:28:20 +05:30
Frappe PR Bot
20a26c3dd4
chore(release): Bumped to Version 14.54.2
...
## [14.54.2](https://github.com/frappe/erpnext/compare/v14.54.1...v14.54.2 ) (2023-12-14)
### Bug Fixes
* fetch exc rate of multi currency journals ([cdef0bd ](cdef0bd503 ))
v14.54.2
2023-12-14 06:20:30 +00:00
ruthra kumar
d975eccaab
Merge pull request #38741 from frappe/mergify/bp/version-14/pr-38717
...
fix: fetch exc rate of multi currency journals on reconciliation (backport #38717 )
2023-12-14 11:49:20 +05:30
ruthra kumar
cdef0bd503
fix: fetch exc rate of multi currency journals
...
(cherry picked from commit 1b3ba25220 )
2023-12-14 06:00:23 +00:00
ruthra kumar
a714114cd9
Merge pull request #38736 from frappe/mergify/bp/version-14-hotfix/pr-38717
...
fix: fetch exc rate of multi currency journals on reconciliation (backport #38717 )
2023-12-14 09:59:44 +05:30
ruthra kumar
bf585de558
fix: fetch exc rate of multi currency journals
...
(cherry picked from commit 1b3ba25220 )
2023-12-14 04:06:43 +00:00
Frappe PR Bot
b7fd24074d
chore(release): Bumped to Version 14.54.1
...
## [14.54.1](https://github.com/frappe/erpnext/compare/v14.54.0...v14.54.1 ) (2023-12-13)
### Bug Fixes
* supplier removed on selection of item (backport [#38712 ](https://github.com/frappe/erpnext/issues/38712 )) (backport [#38732 ](https://github.com/frappe/erpnext/issues/38732 )) ([#38735 ](https://github.com/frappe/erpnext/issues/38735 )) ([d53a9f6 ](d53a9f6530 ))
v14.54.1
2023-12-13 19:09:56 +00:00
mergify[bot]
d53a9f6530
fix: supplier removed on selection of item (backport #38712 ) (backport #38732 ) ( #38735 )
...
fix: supplier removed on selection of item (backport #38712 ) (#38732 )
fix: supplier removed on selection of item (#38712 )
(cherry picked from commit db24e24882 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit dda95ea892 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-14 00:38:47 +05:30
mergify[bot]
dda95ea892
fix: supplier removed on selection of item (backport #38712 ) ( #38732 )
...
fix: supplier removed on selection of item (#38712 )
(cherry picked from commit db24e24882 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-13 19:05:52 +00:00
mergify[bot]
4908d03a88
Revert "fix(ux): don't update qty blindly" (backport #38728 ) (backport #38729 ) ( #38733 )
...
Revert "fix(ux): don't update qty blindly" (backport #38728 ) (#38729 )
Revert "fix(ux): don't update qty blindly" (#38728 )
(cherry picked from commit 6851c5042f )
Co-authored-by: Ankush Menat <ankush@frappe.io >
(cherry picked from commit 0d49dd3648 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-14 00:30:36 +05:30
mergify[bot]
229075048b
feat(RFQ): special properties in print preview (backport #38725 ) ( #38726 )
...
feat: RFQ print preview
(cherry picked from commit 27f05145ae )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-12-14 00:10:58 +05:30
mergify[bot]
0d49dd3648
Revert "fix(ux): don't update qty blindly" (backport #38728 ) ( #38729 )
...
Revert "fix(ux): don't update qty blindly" (#38728 )
(cherry picked from commit 6851c5042f )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-13 23:16:26 +05:30
Frappe PR Bot
214861d68f
chore(release): Bumped to Version 14.54.0
...
# [14.54.0](https://github.com/frappe/erpnext/compare/v14.53.0...v14.54.0 ) (2023-12-12)
### Bug Fixes
* 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ([#38697 ](https://github.com/frappe/erpnext/issues/38697 )) ([753a1b5 ](753a1b511d ))
* calc monthly_repayment_amount correctly in regenerate_repayment_schedule ([#38636 ](https://github.com/frappe/erpnext/issues/38636 )) ([008400d ](008400d287 ))
* format only if searched text contain link value text ([b28deaa ](b28deaae2c ))
* limit end date to current date ([cbe15e1 ](cbe15e159a ))
* typo in unittest ([#38673 ](https://github.com/frappe/erpnext/issues/38673 )) ([c87a3c7 ](c87a3c7793 ))
* **ux:** don't update qty blindly (backport [#38608 ](https://github.com/frappe/erpnext/issues/38608 )) ([#38638 ](https://github.com/frappe/erpnext/issues/38638 )) ([29cd474 ](29cd474f44 ))
### Features
* add employee number to client user bootinfo (backport [#38477 ](https://github.com/frappe/erpnext/issues/38477 )) ([#38602 ](https://github.com/frappe/erpnext/issues/38602 )) ([c2a137f ](c2a137f0fb ))
### Reverts
* Revert "refactor: bank transaction (backport #38182 )" (#38653 ) ([7813efa ](7813efad35 )), closes [#38182 ](https://github.com/frappe/erpnext/issues/38182 ) [#38653 ](https://github.com/frappe/erpnext/issues/38653 ) [#38182 ](https://github.com/frappe/erpnext/issues/38182 )
v14.54.0
2023-12-12 16:12:27 +00:00