Sunday, September 15, 2019¶
Testing Lino Così after #3192¶
I upgraded our Lino Così production server and tested #3192. Found another problem : reset_totals doesn’t yet work when returnable VAT is used. Code changes:
When using returnable VAT, the total_vat
field is now always
empty and the total_incl
field does not include the VAT. This is valid
per invoice item and per invoice. The total_incl
field is labelled
“Total to pay” also on items. The amount of retturnable VAT is computed only
when the invoice is registered.