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

remove colors

parent 63ad4d19
No related branches found
No related tags found
No related merge requests found
......@@ -71,27 +71,27 @@ Un certain nombre d'amis (appelés participants) font une sortie. L'application
* Afficher au fur et à mesure le montant total des dépenses par poste (il y a 5 postes: TRANSPORT, HEBERGEMENT, RESTAURATION, LOISIRS, AUTRES)
* Au final afficher pour chaque participant le montant qu'il doit payer (ou recevoir) pour que chacun ait participé équitablement.
L'exemple du jeu d'essai fourni est le suivant <!--(<b>les valeurs calculées par le modèle sont en bleu</b>)-->:
L'exemple du jeu d'essai fourni est le suivant <!--(les valeurs calculées par le modèle sont en bleu)-->:
[//]: # (<div style="float:left; width:35%">)
<!--
<div style="float:left; width:35%">
liste des participants
-->
| Participants | Solde | <b> Détail du calcul |
|:-------------|------------------------:|:-----------------------|
| Ahmed | <b> 10.50 € | <b> 37.50 - 27.00 |
| Bruno | <b> -27.50 € | <b> 37.50 + 27.50 |
| Celine | <b> -6.00 € | <b> 37.50 - 43.50 |
| Déborah | <b> 23.00 € | <b> 37.50 - 14.50 |
| Participants | Solde | Détail du calcul |
|:-------------|---------------------:|:--------------------|
| 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 |
**_NOTE_** Calcul:
cumul_total / nb_participants - cumul_participant
</div>
[//]: # (</div>)
<div style="float:left;width:35%">
[//]: # (<div style="float:left;width:35%">
)
liste des opérations
| Participant | Poste | Montant |
......@@ -102,23 +102,24 @@ liste des opérations
| Ahmed | AUTRES | 12.00 € |
| Déborah | RESTAURATION | 14.50 € |
</div>
[//]: # (</div>)
<div style="float:left;width:30%">
[//]: # (<div style="float:left;width:30%">)
liste des postes
| Poste | <b> Cumul |
| Poste | Cumul |
|:-------------|--------------------:|
| TRANSPORT | <b> 58.50 € |
| HEBERGEMENT | <b> 65.00 € |
| RESTAURATION | <b> 14.50 € |
| LOISIRS | <b> 0.00 € |
| AUTRES | <b> 12.00 € |
| **TOTAL** | <b> **150.00 €** |
</div>
| TRANSPORT | 58.50 € |
| HEBERGEMENT | 65.00 € |
| RESTAURATION | 14.50 € |
| LOISIRS | 0.00 € |
| AUTRES | 12.00 € |
| **TOTAL** | **150.00 €** |
[//]: # (</div>)
<div style="clear:both"></div>
[//]: # (<div style="clear:both"></div>)
## Interface de l'application
......@@ -127,7 +128,7 @@ L'interface de l'application se présente sous la forme de deux activités:
### Activité principale
<img src="img/Screenshot_1.png" alt="image" style="width:200px"/>
<img src="img/offline.png" alt="image" style="width:200px"/>
* La partie supérieure de l'activité principale présente le titre de l'application ainsi que les cumul des opérations par poste.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment