Skip to content
Snippets Groups Projects
Commit 80eee5d5 authored by Jean-Marie Place's avatar Jean-Marie Place
Browse files

change Celine & Deborah

parent 313e5aa3
Branches main
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ liste des participants
|:-------------|-----------:|:-------------------|
| Ahmed | _10.50 €_ | _37.50 - 27.00_ |
| Bruno | _-27.50 €_ | _37.50 + 27.50_ |
| Celine | _-6.00 €_ | _37.50 - 43.50_ |
| Déborah | _23.00 €_ | _37.50 - 14.50_ |
| Marine | _-6.00 €_ | _37.50 - 43.50_ |
| Yasmina | _23.00 €_ | _37.50 - 14.50_ |
**_NOTE_** Calcul: `cumul_total / nb_participants - cumul_participant`
......@@ -103,9 +103,9 @@ liste des opérations
|:------------|:-------------|--------:|
| Ahmed | TRANSPORT | 15.00 € |
| Bruno | HEBERGEMENT | 65.00 € |
| Celine | TRANSPORT | 43.50 € |
| Marine | TRANSPORT | 43.50 € |
| Ahmed | AUTRES | 12.00 € |
| Déborah | RESTAURATION | 14.50 € |
| Yasmina | RESTAURATION | 14.50 € |
[//]: # (</div>)
......
......@@ -2,14 +2,14 @@
"participants": [
"Ahmed",
"Bruno",
"Celine",
"Déborah"
"Marine",
"Yasmina"
],
"operations" : [
{ "participant": "Ahmed", "poste": "TRANSPORT", "amount" = 15.0 },
{ "participant": "Bruno", "poste": "HEBERGEMENT", "amount" = 65.0 },
{ "participant": "Celine", "poste": "TRANSPORT", "amount" = 43.50 },
{ "participant": "Marine", "poste": "TRANSPORT", "amount" = 43.50 },
{ "participant": "Ahmed", "poste": "AUTRES", "amount" = 12.0 },
{ "participant": "Déborah", "poste": "RESTAURATION", "amount" = 14.5 },
{ "participant": "Yasmina", "poste": "RESTAURATION", "amount" = 14.5 },
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment