OA
Asked
Hi,
This is my invoice -
[](https://postimg.cc/gwV8v4nn)
As you can see the product price is 2650 and VAT amount is 397.50
In my invoice it prints like this -
[](https://postimg.cc/qhBh2TP5)
My customer did not like this and this is not a local practice. They want to see the actual product price, then the VAT/TAX amount and then total price.
Can you please suggest how I can change the format?
This is my invoice -
[](https://postimg.cc/gwV8v4nn)
As you can see the product price is 2650 and VAT amount is 397.50
In my invoice it prints like this -
[](https://postimg.cc/qhBh2TP5)
My customer did not like this and this is not a local practice. They want to see the actual product price, then the VAT/TAX amount and then total price.
Can you please suggest how I can change the format?
- MSAnsweredHello,
You can modify the `resources/js/Pages/Invoice/Details.vue` as you need then build the app with `npm i && npm run build-only`
Thank you - Login to Reply