Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
7251 มุมมอง

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
มี.ค. 15
4202
1
ส.ค. 25
893
1
ก.ค. 25
1139
3
ก.ค. 25
3954
Import/Export Excel files แก้ไขแล้ว
3
พ.ค. 25
2037