KR
Asked
Hello,
I can't find how to edit the template for the invoice and the quote.
Thanks.
I can't find how to edit the template for the invoice and the quote.
Thanks.
- KRAnsweredOups its in the v4, in the v3 i've find.
- MSAnsweredHello,
V4 uses the Vuejs and the file path is `resources/js/Pages/Invoice/Details.vue`
After editing, you need to build the application with `npm i` and then `npm run dev` for development and `npm run build` for production build.
Thank you - Login to Reply