Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    f39943e2
    fix: improve invoice handling for the electronic invoice · f39943e2
    verfasst von Henning Leutz
    This commit offers a more detailed pricing calculation, including Net and Gross pricing for the
    electronic invoice export. It adds essential support for VAT calculation for invoice articles. It
    also includes the quantity into the gross price calculation which was previously based only on the
    net price. This could help in maintaining proper financial records. We also replaced the implicit
    variable declaration with explicit variable assignment for better code readability.
    f39943e2
    Verlauf
    fix: improve invoice handling for the electronic invoice
    verfasst von Henning Leutz
    This commit offers a more detailed pricing calculation, including Net and Gross pricing for the
    electronic invoice export. It adds essential support for VAT calculation for invoice articles. It
    also includes the quantity into the gross price calculation which was previously based only on the
    net price. This could help in maintaining proper financial records. We also replaced the implicit
    variable declaration with explicit variable assignment for better code readability.