• Resolved jcrg1967

    (@jcrg1967)


    Greetings. When I enter an invoice with taxes the system works correctly, but when I print the invoice the column where the tax should be is not reflected. What can be? At the end of the invoice only appears sub total and total but the amount of the tax does not appear. Also the letters of the fields are very large and lower a line to complete the word. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jcrg1967,

    I have let our developer know about this issue and it will be fixed in the next release.

    Thank you.

    @jcrg1967,

    However, you can do the following:

    You will have to modify “class-form-handler.php” file.

    First of all, comment out the line no. 608,611, 612 and 613.

    Then you will have to modify the line no.607 and 608 with the following line of code:

    if ( isset( $postdata['line_tax'] [$key] )) {
                    $line_tax =  $postdata['line_tax'][$key]; 

    Check out this screenshot: https://prnt.sc/kjmy1e

    Here’s the file location: /wp-content/plugins/wp-erp/modules/accounting/includes/class-form-handler.php

    This should fix this “Tax not appearing in the Invoice” issue.

    I hope this helps you out.

    Thank you.

    Thread Starter jcrg1967

    (@jcrg1967)

    Greetings.
    This solution did not work. When I make an invoice, it is first seen on the screen. The invoice carries taxes but in the visualization as pdf to print I can not see after the total sub, the tax applied.
    When I generate it the system calculates the tax but in the pdf invoice I can not visualize it.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the tax does not appear on the invoice in pdf’ is closed to new replies.