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: process on background based on number of invoices on POS Closing Entry (backport #42417) #42421

Closed

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jul 20, 2024

At the moment the parameter to cancel a POS Closing Entry on backgroud is the number of consolidate "grouped" invoices.

Problem:
but if i use a commum customer for all sales, i can have 500 POS Invoice consolidate on a unique Sales Invoice, for this case i need to process the cancel on background.

Solution:
Count number of POS Invoice inside of this POS Closing Entry, if is to big process on background


This is an automatic backport of pull request #42417 done by Mergify.

… Entry (#42417)

* fix: process on background based on number of invoices on POS Closing Entry

* fix: process on background based on number of invoices on POS Closing Entry

(cherry picked from commit 669cf60)
@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Jul 20, 2024
Copy link

stale bot commented Aug 4, 2024

This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Aug 4, 2024
@stale stale bot closed this Aug 11, 2024
@mergify mergify bot deleted the mergify/bp/version-15-hotfix/pr-42417 branch August 11, 2024 12:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
inactive needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant