From 04c8270d43fa7b3c381656b2bd55f376d30faa08 Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Thu, 4 Dec 2025 07:27:36 +0100 Subject: [PATCH] Update pricing.rst to fix number typo (#5691) I think you meant to point out the difference to the values in the table above... --- doc/development/algorithms/pricing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/algorithms/pricing.rst b/doc/development/algorithms/pricing.rst index aa1c7769fc..f64790e121 100644 --- a/doc/development/algorithms/pricing.rst +++ b/doc/development/algorithms/pricing.rst @@ -211,7 +211,7 @@ The line-based computation has a few significant advantages: The main disadvantage is that the tax looks "wrong" when computed from the sum. Taking the sum of net prices (420.15) and multiplying it with the tax rate (19%) yields a tax amount of 79.83 (instead of 79.85) and a gross sum of 499.98 -(instead of 499.98). This becomes a problem when juristictions, data formats, or external systems expect this calculation +(instead of 500.00). This becomes a problem when juristictions, data formats, or external systems expect this calculation to work on the level of the entire order. A prominent example is the EN 16931 standard for e-invoicing that does not allow the computation as created by pretix.