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

Hi, I'm working on displaying and updating the stock quantity of products in the pos module. When I click the "validate' button to finish ordered products, I want to update the quantities of products in the browser, without talking to the server (in order to avoid breaking the offline feature of pos) The idea is that I retrive the products data using :

self.pos.get('products').models

I would like to update the 'products' field contained in the static/src/js/models.js of the point of sale module.

Where "self" is the object that inherits from the pos_baseWidget Widget.

then I change the content of that data and I wonder how can I push it to the stored data?

Another concern is that I wonder if the widget containing the products get redrawn after clicking on the "validate" button. Otherwise, I need to redraw the ProductScreenWidget myself.

If anyone knows how widgets are drawn after clicking at this button, please help me.

Thank you

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 9 25
499
1
thg 8 25
456
0
thg 7 25
354
2
thg 6 25
1697
1
thg 5 25
1649