@@ -32,11 +37,24 @@
|
{{ festival.name }} |
{% if festival.dateCreation %}{{ festival.dateCreation|date('Y-m-d H:i:s') }}{% endif %} |
+ {{ festival.fraisInscription + festival.fraisTransport + festival.fraisRepas + festival.fraisHebergement }}
+ €
+ |
{{ festival.sellRecords|length }} |
- {{ festival.fondDeCaisseAvant }} |
- {{ festival.fondDeCaisseApres }} |
- {{ festival.chiffreAffaire }} |
+ {{ festival.fondDeCaisseAvant }}€ |
+ {{ festival.fondDeCaisseApres }}€ |
+ {{ festival.chiffreAffaire }}€ |
+ {{ festival.fondDeCaisseAvant + festival.chiffreAffaire }}€ |
+ {{ festival.chiffreAffaire - festival.fondDeCaisseApres }}€
+ |
+ {{ festival.chiffreAffaire - (festival.fraisInscription + festival.fraisTransport + festival.fraisRepas + festival.fraisHebergement ) }} |
-
diff --git a/app/Resources/views/logged/angular/current.html.twig b/app/Resources/views/logged/angular/current.html.twig
index 76347b19..392b05d6 100755
--- a/app/Resources/views/logged/angular/current.html.twig
+++ b/app/Resources/views/logged/angular/current.html.twig
@@ -6,7 +6,11 @@
Festival:
- {{ activeFestival.chiffreAffaire }} €
+
+
+ {{ activeFestival.fondDeCaisseAvant + activeFestival.chiffreAffaire}} €
+
+ CA {{ activeFestival.chiffreAffaire }} €
{{ activeFestival.clientsCount }}
@@ -14,14 +18,29 @@
-
- Client actuel:
-
- {{ activeSelling.length }} produits
-
-
+
+
+
+ Client actuel:
+ {{ activeSelling.length }} produit s
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|