-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: add in some indexes (backport #40590) #40604
Merged
s-aga-r
merged 3 commits into
version-14-hotfix
from
mergify/bp/version-14-hotfix/pr-40590
Mar 22, 2024
Merged
perf: add in some indexes (backport #40590) #40604
s-aga-r
merged 3 commits into
version-14-hotfix
from
mergify/bp/version-14-hotfix/pr-40590
Mar 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`Sales Invoice Item.purchase_order` `Delivery Note Item.purchase_order` Signed-off-by: Akhil Narang <me@akhilnarang.dev> (cherry picked from commit 1cd38c8) # Conflicts: # erpnext/selling/doctype/sales_order_item/sales_order_item.json # erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
mergify
bot
requested review from
rohitwaghchaure,
s-aga-r,
deepeshgarg007 and
ruthra-kumar
as code owners
March 22, 2024 03:18
Cherry-pick of 1cd38c8 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
s-aga-r
reviewed
Mar 22, 2024
erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
Outdated
Show resolved
Hide resolved
frappe-pr-bot
pushed a commit
that referenced
this pull request
Mar 27, 2024
# [14.66.0](v14.65.8...v14.66.0) (2024-03-27) ### Bug Fixes * achieved targets for sales partners ([f9ab763](f9ab763)) * Add default finance book check in P&L statement ([4485121](4485121)) * incorrect total qty in job card ([fb252ec](fb252ec)) * pass empty string email content of pos invoice ([ee7bd98](ee7bd98)) * permissions during bulk transaction logs ([99faafb](99faafb)) * rate not fetching from the item price ([9b3c4ac](9b3c4ac)) * rate reset to zero ([2f839fb](2f839fb)) * remove microsecond from posting datetime ([#40017](#40017)) ([c3f9338](c3f9338)) * show correct variance for durations with no vouchers ([fe3bee4](fe3bee4)) * style for tax breakup ([e922ac7](e922ac7)) * use Text Editor for rendering tax breakup table ([bba1ac5](bba1ac5)) * validate gl for previous fiscal year ([82b6133](82b6133)) * wrong buying amount if delivered and billed qty varies ([2b31113](2b31113)) ### Features * bisect doctype ([5ad3918](5ad3918)) * nodes doctype ([6afb6ff](6afb6ff)) ### Performance Improvements * add in some indexes (backport [#40590](#40590)) ([#40604](#40604)) ([390d3a6](390d3a6)) * new column posting datetime in SLE to optimize stock ledger related queries ([5e68ebd](5e68ebd))
🎉 This PR is included in version 14.66.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add in some missing indices, adding them down dropped some calls down from ~864 seconds to ~20 seconds - support ticket 11452
Sales Invoice Item.purchase_order
Delivery Note Item.purchase_order
This is an automatic backport of pull request #40590 done by [Mergify](https://mergify.com).