v1.0 - Status, envoi par ligne, config restaurée

This commit is contained in:
h3r7
2026-02-27 14:49:07 +01:00
parent d507e4e0a6
commit 47e4648a03

View File

@@ -1,23 +1,144 @@
{ {
"prenoms": [ "prenoms": [
"H3R7" "HERY",
"BINOU"
], ],
"format": "{prenom} - {date} - {libelle} - {montant}\u20ac", "format": "{prenom} - {date} - {libelle} - {montant}\u20ac",
"depenses": [ "depenses": [
{ {
"id": 1, "id": 1,
"prenom": "H3R7", "prenom": "HERY",
"date": "2026-02-27", "date": "2026-02-06",
"libelle": "COURSES CARREFOUR test ", "libelle": "ALIEXPRESS - PISTOLET MASSAGE",
"montant": 25.36, "montant": 13.67,
"status": "Envoy\u00e9 \u2705" "status": "Envoy\u00e9 \u2705"
}, },
{ {
"id": 2, "id": 2,
"prenom": "H3R7", "prenom": "HERY",
"date": "2026-02-10",
"libelle": "LUMINAIRE LAMPADAIRE",
"montant": 97.87,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 3,
"prenom": "HERY",
"date": "2026-02-17",
"libelle": "ALIEXPRESS BOITIER AMPOUL REGLABLE",
"montant": 22.43,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 4,
"prenom": "HERY",
"date": "2026-02-24",
"libelle": "LIDL GAUFFRIER",
"montant": 24.98,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 5,
"prenom": "HERY",
"date": "2026-02-11",
"libelle": "LEETCHI FABIENNE",
"montant": 30.0,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 6,
"prenom": "HERY",
"date": "2026-02-02",
"libelle": "CB LCL GAZOLE TOTAL LOOS ",
"montant": 12.54,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 7,
"prenom": "HERY",
"date": "2026-02-16",
"libelle": "BAR LA CLOCHE (soleil)",
"montant": 8.0,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 8,
"prenom": "HERY",
"date": "2026-02-23", "date": "2026-02-23",
"libelle": "GAZOLE", "libelle": "COURSES CARREFOUR MOSELLE",
"montant": 33.55, "montant": 44.47,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 9,
"prenom": "HERY",
"date": "2026-02-24",
"libelle": "AMAZON CAFE FOLLIER",
"montant": 16.2,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 10,
"prenom": "HERY",
"date": "2026-02-17",
"libelle": "CT CONTRE VISITE",
"montant": 25.0,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 11,
"prenom": "HERY",
"date": "2026-02-16",
"libelle": "CONTROLE TECHNIQUE",
"montant": 54.0,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 12,
"prenom": "HERY",
"date": "2026-02-16",
"libelle": "LOTO - EUROMILLION",
"montant": 9.0,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 13,
"prenom": "HERY",
"date": "2026-02-14",
"libelle": "LUMIERE TOILLETTES ",
"montant": 14.78,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 14,
"prenom": "HERY",
"date": "2026-02-09",
"libelle": "COMPTOIRE AFRIQ WAZEMME",
"montant": 9.4,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 15,
"prenom": "HERY",
"date": "2026-02-7",
"libelle": "BOUCHERIE LILLE",
"montant": 35.02,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 16,
"prenom": "HERY",
"date": "2026-02-06",
"libelle": "COURSES CARREFOUR",
"montant": 83.66,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 17,
"prenom": "HERY",
"date": "2026-02-02",
"libelle": "PARKING",
"montant": 2.0,
"status": "Envoy\u00e9 \u2705" "status": "Envoy\u00e9 \u2705"
} }
], ],