Deepesh Garg
f7c820ffad
Merge pull request #38331 from frappe/mergify/bp/version-14-hotfix/pr-38309
...
feat: new Report "Lost Quotations" (#38309 )
2023-11-25 17:36:27 +05:30
Raffael Meyer
1773e31499
feat: new Report "Lost Quotations" ( #38309 )
...
(cherry picked from commit 477d9fa87e )
2023-11-24 21:27:50 +00:00
Deepesh Garg
466d0849e8
Merge pull request #38313 from frappe/mergify/bp/version-14-hotfix/pr-36797
...
fix(regional): item wise tax calc issue (#36797 )
2023-11-24 16:31:03 +05:30
Deepesh Garg
28b6afcb10
Merge pull request #38315 from frappe/mergify/bp/version-14-hotfix/pr-38269
...
fix: skip fixed assets in product bundle (#38269 )
2023-11-24 16:30:05 +05:30
Deepesh Garg
bdde30a456
Merge pull request #38324 from frappe/mergify/bp/version-14-hotfix/pr-38273
...
fix: annual income and expenses in email digest (#38273 )
2023-11-24 16:29:16 +05:30
Gursheen Kaur Anand
aea169d4d4
chore: resolve conflicts
2023-11-24 15:30:19 +05:30
Gursheen Anand
b0aa4efd3d
fix: fiscal year using future date
...
(cherry picked from commit 728cc9f725 )
2023-11-24 09:51:29 +00:00
Gursheen Anand
7dce68bdcc
fix: annual income and expenses in digest
...
(cherry picked from commit 52305e3000 )
# Conflicts:
# erpnext/accounts/utils.py
2023-11-24 09:51:29 +00:00
Frappe PR Bot
436ba6f244
chore(release): Bumped to Version 14.50.0
...
# [14.50.0](https://github.com/frappe/erpnext/compare/v14.49.0...v14.50.0 ) (2023-11-24)
### Bug Fixes
* don't depreciate non-depreciable assets on scrapping [v14] ([#38294 ](https://github.com/frappe/erpnext/issues/38294 )) ([5261aba ](5261aba81f ))
* partial cancel of gle and ple (backport [#35609 ](https://github.com/frappe/erpnext/issues/35609 )) ([80bc235 ](80bc235d6e ))
* patch - Duplicate entry quality inspection parameter (backport [#38262 ](https://github.com/frappe/erpnext/issues/38262 )) ([#38263 ](https://github.com/frappe/erpnext/issues/38263 )) ([756f08b ](756f08b9ba ))
* Supplier `Primary Contact` (backport [#38268 ](https://github.com/frappe/erpnext/issues/38268 )) ([#38285 ](https://github.com/frappe/erpnext/issues/38285 )) ([f170cb9 ](f170cb9214 ))
### Features
* add Bank Transaction to connections in Journal and Payment Entry ([#38297 ](https://github.com/frappe/erpnext/issues/38297 )) ([06c6da5 ](06c6da5c0d ))
### Performance Improvements
* optimize total_purchase_cost update ([a88d322 ](a88d322e4f ))
v14.50.0
2023-11-24 08:47:31 +00:00
ruthra kumar
79ded4bf19
Merge pull request #38320 from ruthra-kumar/version-14
...
chore: release v14
2023-11-24 14:16:16 +05:30
ruthra kumar
5af23e760c
Merge branch 'version-14-hotfix' into version-14
2023-11-24 13:26:25 +05:30
ruthra kumar
7601861f21
Merge pull request #38318 from frappe/mergify/bp/version-14-hotfix/pr-38298
...
perf: optimize update_purchase_cost method (backport #38298 )
2023-11-24 12:20:57 +05:30
ruthra kumar
1d1af26f7a
chore: resolve conflict
2023-11-24 11:54:55 +05:30
ruthra kumar
47093bebd3
refactor: update project costing based on frequency
...
(cherry picked from commit dd016e6ced )
2023-11-24 06:20:04 +00:00
ruthra kumar
205d971253
refactor: make update_project_cost optional through Buying Settings
...
(cherry picked from commit 0fe6dcd742 )
2023-11-24 06:20:04 +00:00
ruthra kumar
49a787b1a8
refactor: provide UI button to recalculate when needed
...
(cherry picked from commit bcbe6c4a53 )
# Conflicts:
# erpnext/projects/doctype/project/project.py
2023-11-24 06:20:04 +00:00
ruthra kumar
a88d322e4f
perf: optimize total_purchase_cost update
...
(cherry picked from commit aa17110bde )
2023-11-24 06:20:02 +00:00
Deepesh Garg
dfdaad0111
Merge pull request #38300 from frappe/mergify/bp/version-14-hotfix/pr-38297
...
feat: add Bank Transaction to connections in Journal and Payment Entry (#38297 )
2023-11-24 10:06:59 +05:30
ruthra kumar
d80e8c6b15
Merge pull request #38311 from frappe/mergify/bp/version-14-hotfix/pr-38296
...
chore: index to speed up basic submit/cancel functions on purchase invoice (backport #38296 )
2023-11-24 10:04:59 +05:30
Gursheen Anand
d7d5317b0e
chore: linting issues
...
(cherry picked from commit 1657337887 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
445e9c9041
fix: skip disabled bundles for non-report utils
...
(cherry picked from commit 362f377f61 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
e96ef7338e
fix: condition in other bundle utils
...
(cherry picked from commit 8bdb61cb87 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
ae960e735a
fix: validation for existing bundles
...
(cherry picked from commit 67f43d37df )
2023-11-24 04:30:38 +00:00
Gursheen Anand
fd19ac55e3
fix: has_product_bundle util to only check for enabled bundles
...
(cherry picked from commit 3543f86c63 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
8a3a0688ba
fix: filter bundle items based on disabled check
...
(cherry picked from commit 874774fe6c )
2023-11-24 04:30:37 +00:00
Gursheen Anand
8d5efc901d
feat: add disabled field in product bundle
...
(cherry picked from commit ee76af7681 )
2023-11-24 04:30:37 +00:00
Gursheen Anand
5dcd806176
fix: skip fixed assets in parent
...
(cherry picked from commit f9713eeb56 )
2023-11-24 04:30:36 +00:00
Dany Robert
0448d56a4f
fix(regional): item wise tax calc issue
...
(cherry picked from commit 89ddf3272e )
2023-11-24 04:28:23 +00:00
ruthra kumar
f74132b0be
chore: speed up Purchase Invoice cancellation
...
(cherry picked from commit 1efff268b0 )
2023-11-24 04:16:22 +00:00
ruthra kumar
6353deacf0
chore: index to speed up queries on JE child table reference
...
(cherry picked from commit 24fcd67f8b )
2023-11-24 04:16:21 +00:00
mergify[bot]
756f08b9ba
fix: patch - Duplicate entry quality inspection parameter (backport #38262 ) ( #38263 )
...
fix: patch - Duplicate entry quality inspection parameter (#38262 )
(cherry picked from commit 0ca7527f7a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-23 22:39:14 +05:30
Raffael Meyer
2293696ab4
chore: resolve conflicts
2023-11-23 15:10:29 +01:00
Raffael Meyer
06c6da5c0d
feat: add Bank Transaction to connections in Journal and Payment Entry ( #38297 )
...
* feat(Payment Entry): Bank Transaction connection
* feat(Journal Entry): Bank Transaction connection
(cherry picked from commit 3be345e605 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.json
2023-11-23 13:03:38 +00:00
Anand Baburajan
5261aba81f
fix: don't depreciate non-depreciable assets on scrapping [v14] ( #38294 )
...
fix: don't depreciate non-depreciable assets on scrapping
2023-11-23 14:15:40 +05:30
mergify[bot]
f170cb9214
fix: Supplier Primary Contact (backport #38268 ) ( #38285 )
...
fix: Supplier `Primary Contact`
(cherry picked from commit 627165dc7c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-23 11:45:57 +05:30
ruthra kumar
8055773425
Merge pull request #38281 from frappe/mergify/bp/version-14-hotfix/pr-38258
...
refactor: rename 'Unreconcile Payments' doctype to singular 'Unreconcile Payment' (backport #38258 )
2023-11-23 11:09:11 +05:30
ruthra kumar
82fa58d4e3
chore: update new unreconcile doctype name in JS and PY files
...
(cherry picked from commit 74f9e34182 )
2023-11-23 05:09:23 +00:00
ruthra kumar
57c6d616e6
chore: rename 'unreconcile payments' to 'unreconcile payment'
...
(cherry picked from commit 9006c9b747 )
2023-11-23 05:09:23 +00:00
ruthra kumar
639512a7c2
Merge pull request #38279 from frappe/mergify/bp/version-14-hotfix/pr-38257
...
refactor: optmize outstanding amount query (backport #38257 )
2023-11-23 10:16:11 +05:30
ruthra kumar
ac13e7362c
refactor: optimize outstanding vouchers query
...
(cherry picked from commit 8b04c1d4f6 )
2023-11-23 04:12:42 +00:00
Marica
1e7dfd3071
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-37859
2023-11-22 20:51:30 +05:30
marination
e7183e3ea9
fix: Merge conflicts
2023-11-22 16:16:37 +01:00
ruthra kumar
c4e57040b7
Merge pull request #38205 from vorasmit/partial-cancel
...
fix: partial cancel of gle and ple (backport #35609 )
2023-11-22 10:27:05 +05:30
Smit Vora
c1a7d614a2
test: partial cancel for gl entries reversal
2023-11-22 10:07:38 +05:30
Frappe PR Bot
7392f9c662
chore(release): Bumped to Version 14.49.0
...
# [14.49.0](https://github.com/frappe/erpnext/compare/v14.48.1...v14.49.0 ) (2023-11-22)
### Bug Fixes
* add revaluation journal filter in Payable report ([d0698b3 ](d0698b32bb ))
* attributes were mandatory for manufacturers ([430980a ](430980a836 ))
* duplicate field in `Closing Stock Balance` ([#38105 ](https://github.com/frappe/erpnext/issues/38105 )) ([1f16c47 ](1f16c47a2c ))
* incorrect incoming rate for serial and batch items in standalone debit note ([#38121 ](https://github.com/frappe/erpnext/issues/38121 )) ([9a34518 ](9a34518e54 ))
* pass check permission in render_address ([1ccd5e4 ](1ccd5e4ff5 ))
* payment entry rounding error ([49735bc ](49735bc120 ))
* remove ESS role when not mapped to employee (backport [#37867 ](https://github.com/frappe/erpnext/issues/37867 )) ([#38132 ](https://github.com/frappe/erpnext/issues/38132 )) ([bc01007 ](bc01007c16 ))
* round `unreconciled_amount` before asserting ([392ee2e ](392ee2e0fd ))
* set asset's valuation_rate according to asset quantity (backport [#38254 ](https://github.com/frappe/erpnext/issues/38254 )) ([#38255 ](https://github.com/frappe/erpnext/issues/38255 )) ([00def82 ](00def82843 ))
* set default asset quantity as 1 [v14] ([#38224 ](https://github.com/frappe/erpnext/issues/38224 )) ([3daf6f8 ](3daf6f822a ))
* show party values when naming by is not naming series ([dd76695 ](dd76695d3a ))
* Supplier Quotation fields ([#37963 ](https://github.com/frappe/erpnext/issues/37963 )) ([883eaee ](883eaee014 ))
* test case for rounded total with cash disc ([9b5185a ](9b5185adc9 ))
* **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134 ](https://github.com/frappe/erpnext/issues/38134 )) ([#38152 ](https://github.com/frappe/erpnext/issues/38152 )) ([c7c751e ](c7c751ecd0 ))
* **Timesheet:** warn user if billing hours > actual hours instead of resetting (backport [#38239 ](https://github.com/frappe/erpnext/issues/38239 )) ([#38240 ](https://github.com/frappe/erpnext/issues/38240 )) ([e08f114 ](e08f1145c9 ))
* update modified timestamp ([2849e0d ](2849e0daed ))
* valuation rate in report Item Prices ([#38161 ](https://github.com/frappe/erpnext/issues/38161 )) ([a70696e ](a70696ea77 ))
* wrong round off and rounded total ([296433a ](296433a1dd ))
### Features
* add `Supplier Delivery Note` field in SCR (backport [#38127 ](https://github.com/frappe/erpnext/issues/38127 )) ([#38155 ](https://github.com/frappe/erpnext/issues/38155 )) ([8d4a19c ](8d4a19cecf ))
* Add accounting dimensions to Supplier Quotation ([51e33e1 ](51e33e1556 ))
* virtual parent doctype ([8dbf2ce ](8dbf2ced79 ))
v14.49.0
2023-11-22 04:16:31 +00:00
Deepesh Garg
aa6ef76043
Merge pull request #38247 from frappe/version-14-hotfix
...
chore: release v14
2023-11-22 09:43:45 +05:30
Deepesh Garg
f6f5ff0be9
Merge branch 'version-14' into version-14-hotfix
2023-11-22 00:28:38 +05:30
mergify[bot]
00def82843
fix: set asset's valuation_rate according to asset quantity (backport #38254 ) ( #38255 )
...
fix: set asset's valuation_rate according to asset quantity (#38254 )
(cherry picked from commit e2bb4e2baa )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-21 22:53:31 +05:30
mergify[bot]
e08f1145c9
fix(Timesheet): warn user if billing hours > actual hours instead of resetting (backport #38239 ) ( #38240 )
...
fix(Timesheet): warn user if billing hours > actual hours instead of resetting (#38239 )
* revert: "fix(Timesheet): reset billing hours equal to hours if they exceed actual hours"
This reverts commit 0ec8034507 .
* fix: warn user if billing hours > actual hours
(cherry picked from commit ac91030b31 )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-11-21 13:41:08 +05:30
ruthra kumar
ddf82cf433
Merge pull request #38235 from frappe/mergify/bp/version-14-hotfix/pr-38234
...
test: prevent rounding loss based validation error (backport #38234 )
2023-11-21 12:30:34 +05:30