Hi every body,
how can i avoid to sale product over his on hand quantity. I need to make constraint to avoid a negative stock or just alert to help cashier.
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi every body,
how can i avoid to sale product over his on hand quantity. I need to make constraint to avoid a negative stock or just alert to help cashier.
Thanks
Hello,
for this customization please contact on parikshitvaghasiya@gmail.com.
Hi,
We have this module named POS stock management https://apps.openerp.com/apps/modules/8.0/pos_stocks/ , the basic feature of this module is to display stock and deny or allow order for out of stock products, for further functioning and workflow you can refer its blog http://webkul.com/blog/point-of-sale-stock/.
Regards
Webkul SoftWare PVT LTD
http://webkul.com
Hello !
You can check available quantity of particular product when you click on product.
There is a function in point_of_sale/static/src/js/model.js - addProduct()
Here you can check with attr.qty_available field.
var prod_qty = attr.qty_available;
if (prod_qty <= 0 ) {
alert('Not enough stock for this product');
}
Hope this will work for you.
Thanks,
Acespritech Solutions Pvt. Ltd.
Skype: acespritech
info@acespritech.com
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
mar 15
|
4045 | ||
|
1
sie 25
|
657 | ||
|
1
lip 25
|
899 | ||
|
3
lip 25
|
3032 | ||
Import/Export Excel files
Rozwiązane
|
|
3
maj 25
|
1629 |