commit fc5e88bfc1796cecdccbc73e68f7353af07281c2 parent 85b040a75c6185c4c5f0f0bd16f3aba4901e64fc Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 20 Feb 2026 23:46:03 +0100 add template for PDF for GET /private/orders -- comment Diffstat:
| M | contrib/typst/orders.typ | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/contrib/typst/orders.typ b/contrib/typst/orders.typ @@ -67,6 +67,9 @@ "-" } else { // a is already a human-readable string like "EUR:5.50" + // Note: eventually we want it formatted *nicely*, but this + // needs the currency rendering data, so probably better done + // on the C side (where we don't yet have an amount renderer). str(a) } }