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

pos_stock_available_online #1060

Open
okelekemike opened this issue Sep 29, 2023 · 3 comments
Open

pos_stock_available_online #1060

okelekemike opened this issue Sep 29, 2023 · 3 comments
Labels

Comments

@okelekemike
Copy link

The model does not subtract live quantity on current sale.

Module

The name of the module that has a bug.
pos_stock_available_online

Describe the bug

A clear and concise description of what the bug is.
When you make a film on the current opened POS section the quantity will still remain the same as when loaded. Only after you close the session and then open again will all the quantity be updated with the normal values of the item sold.

To Reproduce

Affected versions:

Steps to reproduce the behavior:

  1. Open a new. session.
  2. Make a seal of an item.
  3. Check the quantity. It will remain the same.

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)

@quentinDupont
Copy link

Hello !

It seems that stock is impacted only after the session being closed.
So, that's not really an issue about this module but rather a feature request ?

@flotho
Copy link
Member

flotho commented Mar 20, 2024

Hi @quentinDupont , it depends, you could enable the validation of the picking at each order, so the issue still relevant

@quentinDupont
Copy link

Hi @quentinDupont , it depends, you could enable the validation of the picking at each order, so the issue still relevant

thanks i didn't know !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants