Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
1595 Weergaven

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


Avatar
Annuleer
Auteur Beste antwoord

just edit css file to make keypad bigger.

Avatar
Annuleer

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.

Auteur

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>

Gerelateerde posts Antwoorden Weergaven Activiteit
1
aug. 25
659
1
jul. 25
916
3
jul. 25
3061
3
mei 25
1643
1
jul. 25
1126