# BR-DEC-14

> The allowed maximum number of decimals for the Invoice total amount with VAT (BT-112) is 2.

Checked against Peppol BIS Billing 3.0 2026.5

Canonical: https://einvoicecheck.eu/rules/br-dec-14

## Official rule text

The allowed maximum number of decimals for the Invoice total amount with VAT (BT-112) is 2.

## Why did my invoice fail BR-DEC-14?

The Invoice total amount with VAT (BT-112), the tax-inclusive grand total (tax-exclusive amount plus total VAT), is limited to two decimals. As the invoice's headline payable figure it must reconcile exactly with the amount due, so it is held to currency precision.

## Common causes

- Adding tax-exclusive and VAT figures that carried residual precision
- Floating-point sum leaving a trailing decimal
- Total recomputed after conversion without re-rounding

## How do I fix it?

```
Round the grand total: <cbc:TaxInclusiveAmount currencyID="EUR">2970.00</cbc:TaxInclusiveAmount> in cac:LegalMonetaryTotal.
```
