From 2f16a34aa45ece6eff174b9b3260cd75ba5fac83 Mon Sep 17 00:00:00 2001 From: Kayn Ty Date: Thu, 19 Apr 2018 15:53:29 +0200 Subject: [PATCH] fix formatting --- .../logged/angular/loaded-caisse.html.twig | 13 +++-- .../views/logged/angular/messages.html.twig | 24 ++++++++- app/Resources/views/logged/history.html.twig | 2 +- .../views/logged/mass-register.html.twig | 18 ++++--- .../Controller/DefaultController.php | 53 ++++++++++--------- 5 files changed, 69 insertions(+), 41 deletions(-) diff --git a/app/Resources/views/logged/angular/loaded-caisse.html.twig b/app/Resources/views/logged/angular/loaded-caisse.html.twig index 7a841baf..025821d1 100755 --- a/app/Resources/views/logged/angular/loaded-caisse.html.twig +++ b/app/Resources/views/logged/angular/loaded-caisse.html.twig @@ -1,10 +1,12 @@
- {% include 'logged/angular/messages.html.twig' %} +
+
+ {% include 'logged/angular/messages.html.twig' %} {% include 'logged/angular/listing-products.html.twig' %} @@ -13,15 +15,18 @@
{% include 'logged/angular/validate-button.html.twig' %} - {% include 'logged/angular/current.html.twig' %} + {% if app.user.products |length %} + + {% include 'logged/angular/current.html.twig' %} + {% endif %} + {#{% include 'logged/angular/paused.html.twig' %}#}
- Festival choisi par l'utilsateur: - {{ app.user.activeFestival.name }} + {% include 'logged/angular/recent.html.twig' %}
diff --git a/app/Resources/views/logged/angular/messages.html.twig b/app/Resources/views/logged/angular/messages.html.twig index ad2d32f6..a14092b3 100755 --- a/app/Resources/views/logged/angular/messages.html.twig +++ b/app/Resources/views/logged/angular/messages.html.twig @@ -8,9 +8,29 @@ Vous n'avez pas encore enregistré de produit, ajoutez-en donc. - Créez facilement vos catégories de produits et vos produits juste en écrivant un nom par ligne dans {% endverbatim %} -l'interface d'importation simplifiée +
+ + + {% if app.user.activeFestival is null %} +
+ + Sélectionnez un festival pour grouper vos ventes clients par évènement. +
+ {% endif %} + +
+ +{% if not app.user.products |length %} +
+ + Créez facilement vos catégories de produits et vos produits juste en écrivant un nom par ligne dans + + l'interface d'importation simplifiée +
+
+{% endif %} + {% verbatim %} diff --git a/app/Resources/views/logged/history.html.twig b/app/Resources/views/logged/history.html.twig index e3938d0c..49be47b8 100644 --- a/app/Resources/views/logged/history.html.twig +++ b/app/Resources/views/logged/history.html.twig @@ -28,7 +28,7 @@ panier moyen
- {{ chiffreAffaires / (recentSells |length) }} € + {{ chiffreAffaires / ((recentSells |length) or 1) }} €
diff --git a/app/Resources/views/logged/mass-register.html.twig b/app/Resources/views/logged/mass-register.html.twig index 7ac4116b..cff5cceb 100644 --- a/app/Resources/views/logged/mass-register.html.twig +++ b/app/Resources/views/logged/mass-register.html.twig @@ -9,14 +9,16 @@
Vous pouvez copier et adapter cet exemple:
-    catégorie: livre
-        mon livre 1;5€
-        mon livre 2;6€
-        mon livre 2;7€
-    catégorie: poster
-        super bannière A2;10€
-    catégorie: dessin à la demande
-        dessin;20€
+catégorie: livre
+    les moutaines;5€
+    la laine des moutons;6€
+    star wars spécial noël;7€
+catégorie: poster
+    super bannière A2;10€
+    Sébastien Chabal sexy;10€
+catégorie: dessin à la demande
+    dessin A4 crayon;20€
+    dessin A4 aquarelle;150€