Simple Invoices logo
Simple Invoices - Home Simple Invoices - Download Simple Invoices - Demo Simple Invoices - Blog Simple Invoices - oOrum Simple Invoices - Wiki
Home Download Demo Blog Forum Wiki
    • CommentAuthorjavisan43
    • CommentTimeJul 10th 2008
     permalink
    Hello,,

    I have a problem with rounding tax.

    As an example I have a product that its final price is 99.00 with taxes

    If I draw 16% VAT proceeds stays in 85.35 + 16% = 99.01 vat
    If I draw 16% VAT proceeds stays in 85.34 + 16% = 89.99 vat

    How do I change the rounding tax?

    Regards
    • CommentAuthorjustin
    • CommentTimeJul 11th 2008
     permalink
    Hi Javisan43,

    the best i can think of is to adjust the unit_price field (in phpMyAdmin or such)to be 6 decimal place and then enter a unit_price of 85.344828

    in the svn trunk version of Simple Invoices ( which is not released yet ) all these fields are now 6 decimal places in an attempt to overcome this problem

    let us know if this fixes your problem

    Cheers

    Justin