diff --git a/.gitignore b/.gitignore index 770d796..9455f0a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ tmp.pdf *.env *templ.txt token.json -.aider* \ No newline at end of file +.aider* +output.html \ No newline at end of file diff --git a/assets/html/invoice.html b/assets/html/invoice.html index 2f4990c..744913c 100644 --- a/assets/html/invoice.html +++ b/assets/html/invoice.html @@ -1,288 +1,288 @@ - -
+ + - + - -
-
+ | {{ .Name }} | -|
| Tel: | +|
| Tel : | {{ .PhoneNumber }} | -
| Voyageurs: | +|
| Client : | {{ .CustomersNumber }} | -
| Plateforme: | +|
| Plateforme : | {{ .Platform }} | -
| Nº de facture: | +|
| Nº de facture : | {{ .ID }} | -
| Du: | +|
| Du : | {{ .From }} | -
| Au: | +|
| Au : | {{ .To }} | -
| Montant Total: | +|
| Montant Total : | {{ .Total }} | -
| Objet | Quantité | Prix (€) | Total (€) | -
|---|---|---|---|
| {{ .Name }} | {{ .Quantity }} | {{ .Price }} | {{ .Total }} | -
| Date | Mode de Paiement | Montant (€) | -
|---|---|---|
| {{ .Date }} | {{ .Method }} | {{ .Amount }} | -
| Montant Total: | +|
| Montant Total : | {{ .Total }} | -
| Montant Payé: | +|
| Montant Payé : | {{ .AmountPaid }} | -
| Solde Restant: | +|
| Solde Restant : | {{ .BalanceDue }} | -
- | VillaFleurie | -|
| Tel: | -+590 690 44 15 30 | -
| Voyageurs: | -2 | -
| Plateforme: | -Privée | -
| Nº de facture: | -VFNI0332 | -
| Du: | -15 Janvier 2025 | -
| Au: | -15 Mars 2025 | -
| Montant Total: | -2065.00 | -
| Objet | -Quantité | -Prix | -Total | -
|---|---|---|---|
| T2 | -59 | -35.00 | -2065.00 | -
| Montant Total: | -2065.00 | -
| Montant Payé: | -1565.00 | -
| Solde Restant: | -500.00 | -
| Date | -Mode de Paiement | -Montant | -
|---|---|---|
| - | Espèces | -500.00 | -
| - | Cheque | -1565.00 | -