Hello @beacasalm
With the ticket, you actually meant for the PDF invoice, right? It’s actually coming from the Vue.js file and could not be edit. Rather, you can use wp_enqueue_style to add your own styles.
Thanks
Sorry, I meant the receipt
There is another easier way to edit it?
Hello @beacasalm
Unfortunately no, adding own styles in Vue.js is kinda difficult and using wp_enqueue_style is the better way, so far I can suggest.
Thanks
Could you tell me the path where the file is allocated?, i didn’t find the proper file to edit receipts
Hello @beacasalm
The released version comes with the minified JS file, which doesn’t include the main vue.js where the codes available. You’ll need to use the GitHub development version in case you like to customize the Vue.js file directly. -> https://github.com/weDevsOfficial/wepos
Thanks