OA
Asked
As you can see the product price is 2650 and VAT amount is 397.50
In my invoice it prints like this -
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?
- MSAnswered
Hello,
You can modify the
resources/js/Pages/Invoice/Details.vue
as you need then build the app withnpm i && npm run build-only
Thank you
- Login to Reply