Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3102 Lượt xem

My customer like to leave the POS receipt screen on and he always forget to click [Next Order] but just scan a new barcode for the next order, as a result, it appends the scanned product into the previous order although the previous order had already issued a receipt. I think is a bug in odoo8

Is there a way  I can ignore barcode scan at Receipt screen, only allow [Print] [Next Order]?I have figure out some changes is required at screens.js  but need some help where to do the checking.


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Add the following code in screens.js line 161


if (this.show_leftpane){

                        self.pos_widget.screen_selector.set_current_screen(self.barcode_product_screen);

                    }

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 25
1785
0
thg 1 25
4009
1
thg 8 23
15551
change password Đã xử lý
1
thg 8 23
14136
1
thg 7 23
11306