From 1ada11b765a0437acfc7f98ac8b90086e53b8a23 Mon Sep 17 00:00:00 2001 From: laurent roro Date: Mon, 5 May 2025 17:30:36 +0200 Subject: [PATCH] invoice update --- 2025/invoice_2025.typ | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/2025/invoice_2025.typ b/2025/invoice_2025.typ index e6679a9..624b185 100644 --- a/2025/invoice_2025.typ +++ b/2025/invoice_2025.typ @@ -30,7 +30,7 @@ // festival Allemagne ( - date: datetime(day: 24, month: 4, year: 2025), + date: datetime(day: 29, month: 4, year: 2025), recipient: invoice_recip( [PrevYou], none, @@ -46,9 +46,9 @@ // festival Lausanne ( - date: datetime(day: 24, month: 4, year: 2025), + date: datetime(day: 5, month: 5, year: 2025), recipient: invoice_recip( - [BDFIL], + [BDFIL, Gaëlle Kovaliv], none, [Switzerland],[Lausanne],[1005],[Place de la Cathédrale 12] ), @@ -109,9 +109,8 @@ ), )) -#for i in invoice_data {invoice_render(i)} - -#invoice_render_bilan(invoice_data) - -// #invoice_data.map( i => invoice_render(i)) +#invoice_render(invoice_data.at(2)) // #invoice_render(invoice_data.last()) + +// #for i in invoice_data {invoice_render(i)} +// #invoice_render_bilan(invoice_data)