UseLineItemsToGetVatTable

Available starting with Kofax ReadSoft Invoices 6.1.

Description

If this flag is enabled, ReadSoft Invoices calculates the total amount by adding the amount from line 1 to line N-1, which should be equal to line N total amount. Then line N is copied to the VAT table.

The difference between the total amount calculated by adding the amount from line 1 to line N-1 and line N total amount should not be more than the absolute tolerance value set in the VatTableAbsoluteTolerance flag. The lines are not copied to the VAT table if the difference is more than the set value.

Example

Validation is accepted if:

Absolute Tolerance Value = 1.0

Line N total amount = 100

Addition of line 1 to Line N-1 amount = 101

If the difference between line N total amount and the addition of line 1 to line N-1 amount is more than 1, the line is not copied to the VAT table.

Valid values

  • 0 = Disabled

  • 1 = Enabled and ReadSoft Invoices uses line items to extract VAT table.