Hello @kurpa
You can customize the invoice from ..../wp-erp/modules/accounting/assets/src/admin/components/invoice/InvoiceCreate.vue file. It’s not possible to customize the invoice template graphically or without changing it from the codes.
Thanks
Thread Starter
Kurpa
(@kurpa)
Thank you for your response.
But i can’t find the provided path in my wp-erp installation. I’m currently using version 1.5.16. Let me know if i’m looking in the wrong place.
Thanks
No @kurpa
This is the file location and it must have under your ERP installation. Please find the file again carefully, as I mentioned on the folder after folder.
Thanks
Thread Starter
Kurpa
(@kurpa)
Thanks again for your response But i Look into the path provided and it doesn’t exist please verify.
this is as far i can go following your path
…/erp/modules/accounting/assets/ the src folder doesn’t exist, the only folders i have are CSS, FONT, IMAGES and JS.
I’m using version 1.5.16
Thanks your time
cant find InvoiceCreate.vue in this path
Sorry, It’s a Vue.js compiled file. customize the invoice under the file .../wp-content/plugins/erp/modules/accounting/assets/js/admin.js
Thanks