v1.0 - Dépenses Trello avec status, envoi par ligne

This commit is contained in:
h3r7
2026-02-27 13:39:08 +01:00
parent d3cb9b06aa
commit d507e4e0a6
3 changed files with 194 additions and 51 deletions

View File

@@ -1,13 +1,29 @@
{
"prenoms": [
"HERY"
"H3R7"
],
"format": "{prenom} - {date} - {libelle} - {montant}\u20ac",
"depenses": [],
"depenses": [
{
"id": 1,
"prenom": "H3R7",
"date": "2026-02-27",
"libelle": "COURSES CARREFOUR test ",
"montant": 25.36,
"status": "Envoy\u00e9 \u2705"
},
{
"id": 2,
"prenom": "H3R7",
"date": "2026-02-23",
"libelle": "GAZOLE",
"montant": 33.55,
"status": "Envoy\u00e9 \u2705"
}
],
"trello": {
"api_key": "",
"token": "",
"board_id": "",
"list_id": ""
"api_key": "0e86fa879fe9cc1bd5bff8a4b32bceff",
"token": "ATTA55718bc108ac05e2828a9406b9a0bf843dc47e958bd659d215210a7b0726bd6f4C4A53CE",
"list_id": "698499e98171f1383a04dbd6"
}
}