This question has been flagged
1 Reply
5170 Views

I am trying to modify the ticket printed by the POS + Posbox system, to accomodate first to Spanish laws, like the fact it has to include the VAT number and a slightly different format. I also need to get the Logo bigger.

I have tried to figure out which files are involved, but found myself uncapable to find them, any help would be appreciated.

Thanks.

Ismael.

Avatar
Discard
Best Answer

/static/src/js/pos.js --> If you need to add functions or fields.

/static/src/xml/pos.xml --> Search <t t-name="XmlReceipt"> and that is the POSbox xml template receipt.

 

Avatar
Discard