VAT/taxes not showing

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #450
    altaphista
    Participant

    First of all, thanks to the developers who put time in this and are updating the software, great job!

    I just updated my SimpleInvoices, but i’m running into some problems (getting stuck), hopefully you could help me.
    I downloaded the latest stable version from github (Version: 2019.1.1).

    Quick view:
    – the taxes (VAT) isn’t showing on module=invoices&view=quick_view
    – total amount is excl vat

    PDF
    – on generating a PDF it does show a line with ‘subtotal’ but the amount is “€,00”
    – total amount is INCL vat this time…

    EMAIL:
    – I keep getting a fatal error (i’m 100% sure my gmail settings are correct!!)
    – Fatal error: Uncaught Swift_TransportException: Expected response code 220 but got an empty response in […] /vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php on line 445

    • This topic was modified 4 years, 7 months ago by altaphista.
    #452
    altaphista
    Participant

    @ the taxes, I just discovered after some debugging that the var $invoice.gross isn’t set/doesn’t exist in template.tpl on row 207:
    Export::getData() - templatePath[templates/invoices/mycompany/template.tpl]

    my sollution:
    {($invoice.total - $invoice.total_tax)|siLocal_number}

    • This reply was modified 4 years, 7 months ago by altaphista.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.