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(POS): selling bundle not reduce the items associate with it #43285

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

MhmedRjb
Copy link

@MhmedRjb MhmedRjb commented Sep 18, 2024

Bundles have no effect on items in the POS system, so the number of bundles sold will not make a difference in the individual items themselves tell close the shift so you need to make a return

bundle item is bundle product consists of one unit each of item1 and item2

366335621-df0acb80-6db9-4bb4-b8ce-0f62c1e795ae

version-15-hotfix
version-14-hotfix
fix #43167

@MhmedRjb MhmedRjb marked this pull request as draft September 18, 2024 19:02
@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Sep 18, 2024
@MhmedRjb MhmedRjb marked this pull request as ready for review September 21, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The POS system doesn't handle bundles correctly and results in insufficient stock levels.
1 participant