invoice update

This commit is contained in:
laurent roro 2025-05-05 17:30:36 +02:00
parent 9046d94599
commit 1ada11b765

View File

@ -30,7 +30,7 @@
// festival Allemagne // festival Allemagne
( (
date: datetime(day: 24, month: 4, year: 2025), date: datetime(day: 29, month: 4, year: 2025),
recipient: invoice_recip( recipient: invoice_recip(
[PrevYou], [PrevYou],
none, none,
@ -46,9 +46,9 @@
// festival Lausanne // festival Lausanne
( (
date: datetime(day: 24, month: 4, year: 2025), date: datetime(day: 5, month: 5, year: 2025),
recipient: invoice_recip( recipient: invoice_recip(
[BDFIL], [BDFIL, Gaëlle Kovaliv],
none, none,
[Switzerland],[Lausanne],[1005],[Place de la Cathédrale 12] [Switzerland],[Lausanne],[1005],[Place de la Cathédrale 12]
), ),
@ -109,9 +109,8 @@
), ),
)) ))
#for i in invoice_data {invoice_render(i)} #invoice_render(invoice_data.at(2))
#invoice_render_bilan(invoice_data)
// #invoice_data.map( i => invoice_render(i))
// #invoice_render(invoice_data.last()) // #invoice_render(invoice_data.last())
// #for i in invoice_data {invoice_render(i)}
// #invoice_render_bilan(invoice_data)