Skip to content
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

fix(UX): Optimize rate updation on changing price list #28953

Merged

Conversation

deepeshgarg007
Copy link
Member

@deepeshgarg007 deepeshgarg007 commented Dec 20, 2021

Consider a scenario where you selected more than 100 items in an Invoice and then later realize that the price list selected is incorrect

On changing the price list rate and other related fields are updated and triggers like calculate_taxes_and_charges are run for each row which freezes the form for minutes in some cases and the user has to wait for to make other updates

Solution: Do not call any triggers and just cal the required functions manually either at the item or parent level

@deepeshgarg007 deepeshgarg007 changed the title fix(UX): Optimize rate updation of changing price list fix(UX): Optimize rate updation on changing price list Dec 22, 2021
@deepeshgarg007
Copy link
Member Author

@Mergifyio backport develop

@mergify
Copy link
Contributor

mergify bot commented Dec 24, 2021

backport develop

🟠 Waiting for conditions to match

  • merged [:pushpin: backport requirement]

@mergify
Copy link
Contributor

mergify bot commented Dec 24, 2021

backport develop

✅ Backports have been created

deepeshgarg007 added a commit that referenced this pull request Dec 26, 2021
fix(UX): Optimize rate updation on changing price list (backport #28953)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants