Editorial mistake on BR-DEX-09

Die Beschreibung von BR-DEX-09 weicht von der geprüften Logik ab.

Amount due for payment (BT-115) = Invoice total amount with VAT (BT-112) - Paid amount (BT-113) + Rounding amount (BT-114) - Σ Third party payment amount (BT-DEX-002).

vs.

(round((xs:decimal(cbc:PayableAmount) - $payableroundingamount) * 10 * 10) div 100) = (round((xs:decimal(cbc:TaxInclusiveAmount) - $prepaidamount + $thirdpartyprepaidamount) * 10 * 10) div 100)

Laut der Beschreibung wird der Third party payment amount abgezogen sollte laut Logik aber addiert werden. Die Beschreibung wird entsprechend korrigert.

Siehe: https://projekte.kosit.org/xrechnung/xrechnung-intern/-/issues/1940#note_282886