Question: price to be displayed without VAT

price to be displayed without VAT

Hello Saleem I am Darek from Greece for whom you have often done a lot of jobs and updates, We would like you to correct something in the invoices. In the attached photo you will better und

DS

Darek Sroka

Asked
Hello Saleem I am Darek from Greece for whom you have often done a lot of jobs and updates,

We would like you to correct something in the invoices. In the attached photo you will better understand ...

We want the particular price to be displayed without VAT. Please give us an estimated cost for the job or if it is something easy, please tell us where and what to correct.

Thank you.

Darek
  • MS

    Mian Saleem

    Answered
    Hello Darek,

    You just need to modify the view files `themes/default/admin/views/sales/modal_view.php`, `view.php`, `pdf.php` to replace

    ```
    $this->sma->formatMoney($row->unit_price)
    ```

    with

    ```
    $this->sma->formatMoney($row->net_unit_price)
    ```

    If you want us modify these 3 files, you can [open support ticket](/support/tickets/new) for $5 to get the code snippet.

    Thank you
  • DS

    Darek Sroka

    Answered
    Ok, thank you the problem has been solved.
  • Login to Reply