-
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
fix: POS runtime effect #36492
fix: POS runtime effect #36492
Conversation
Does it update the stock real time for all cases or only on returns? |
…lop-ritvik-POS-runtime-effect
the stock is updated both times |
@rtdany10 This is not for real-time stock updation. This is to handle the return stock item where they will be readily available to be sold again unlike earlier where they were available only after POS Closing |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #36492 +/- ##
===========================================
+ Coverage 64.54% 64.83% +0.28%
===========================================
Files 787 792 +5
Lines 61176 61800 +624
===========================================
+ Hits 39486 40065 +579
- Misses 21690 21735 +45
|
Issue:
In POS whenever we return an item it is not reflected in the item quantity till we close the POS, because of this the returned item can't be used in the current POS.
Solution:
The item qty is updated as soon as it is returned.