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

hi, 

i am using odoo13ce pos for my convenience store. it very powerful thanks odoo.

my problem is
100% item is search by barcode use barcode scanner i dont need item icon. but i need the keypad bigger size. so edit pos.xml file. i dont know how to enlarge the keypad to 200% bigger. refer my attachment.

\https://drive.google.com/file/d/1Q9uPdV8IQB-hV3vT2KcFYeEHT2kcQfXm/view?usp=sharing


thanks


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

just edit css file to make keypad bigger.

Ảnh đại diện
Huỷ bỏ

If you have the exact solution, please pass on the modification as well and the exact path of the CSS file so that it could be helpful for other developers.

Once you post your code, then your answer should be marked as a solution.

Tác giả

Most simple way is edit pos index file under the technical/views between <style> body { background: #222; } </style> for example
<style> body { background: #222; }
.pos .numpad button { height: 108px !important; width: 108px !important; }
</style>

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 8 25
891
1
thg 7 25
1133
3
thg 7 25
3932
3
thg 5 25
2032
1
thg 7 25
1313