From: Raphael Michel Date: Tue, 2 Sep 2025 12:39:42 +0000 (+0200) Subject: Improve readme (fixes #73) X-Git-Tag: 2025.2.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0ad6d727bf8f5efbcfc3c453c2b44800c73271;p=thirdparty%2Fpython-drafthorse.git Improve readme (fixes #73) --- diff --git a/README.rst b/README.rst index 51157a4..af469b3 100644 --- a/README.rst +++ b/README.rst @@ -98,10 +98,10 @@ Generating:: li.document.line_id = "1" li.product.name = "Rainbow" li.agreement.gross.amount = Decimal("999.00") - li.agreement.gross.basis_quantity = (Decimal("1.0000"), "C62") # C62 == pieces + li.agreement.gross.basis_quantity = (Decimal("1.0000"), "H87") # H87 == pieces li.agreement.net.amount = Decimal("999.00") li.agreement.net.basis_quantity = (Decimal("999.00"), "EUR") - li.delivery.billed_quantity = (Decimal("1.0000"), "C62") # C62 == pieces + li.delivery.billed_quantity = (Decimal("1.0000"), "H87") # H87 == pieces li.settlement.trade_tax.type_code = "VAT" li.settlement.trade_tax.category_code = "E" li.settlement.trade_tax.rate_applicable_percent = Decimal("0.00")