Commit 136eb296 by Yvon

Merge branch 'develop' into 4111-evol-role-comptoir-des-habitants

parents 28299e90 9a2d6212
...@@ -79,7 +79,10 @@ Création des tables et des contraintes : ...@@ -79,7 +79,10 @@ Création des tables et des contraintes :
Charger les fixtures standards : Charger les fixtures standards :
Pour une instance non TAV :
**$ php bin/console hautelook:fixtures:load --purge-with-truncate --env=pro** **$ php bin/console hautelook:fixtures:load --purge-with-truncate --env=pro**
Pour une instance TAV :
**$ php bin/console hautelook:fixtures:load --purge-with-truncate --env=tav**
Vous obtiendrez cette erreur ci dessous, c'est normal ! Vous obtiendrez cette erreur ci dessous, c'est normal !
...@@ -88,7 +91,10 @@ There is no main category related to context: rubrique ...@@ -88,7 +91,10 @@ There is no main category related to context: rubrique
**$ php bin/console sonata:media:fix-media-context** **$ php bin/console sonata:media:fix-media-context**
Pour une instance non TAV :
**$ php bin/console hautelook:fixtures:load --append --env=pro** **$ php bin/console hautelook:fixtures:load --append --env=pro**
Pour une instance TAV :
**$ php bin/console hautelook:fixtures:load --append --env=tav**
Supprimer le cache (si besoin) Supprimer le cache (si besoin)
......
...@@ -155,7 +155,7 @@ Prodigious\Sonata\MenuBundle\Entity\Menu: ...@@ -155,7 +155,7 @@ Prodigious\Sonata\MenuBundle\Entity\Menu:
Prodigious\Sonata\MenuBundle\Entity\MenuItem: Prodigious\Sonata\MenuBundle\Entity\MenuItem:
menuitem4: menuitem4:
menu: '@menu_main' menu: '@menu_main'
name: 'Professionnels' name: 'Professionels'
url: '#' url: '#'
position: 1 position: 1
target: 0 target: 0
......
...@@ -5,24 +5,26 @@ ...@@ -5,24 +5,26 @@
{% endif %} {% endif %}
{# {% include '@kohinos/block/transactions.html.twig' %} #} {# {% include '@kohinos/block/transactions.html.twig' %} #}
{% include '@kohinos/block/operations.html.twig' %} {% include '@kohinos/block/operations.html.twig' %}
{% if getCurrentPrestataire().mlc == true %} {% if not tav_env %}
{% include '@kohinos/block/operations.html.twig' with {'title' : 'Compte de fonctionnement €', 'operations': getLastOperations(app.request, app.user, constant('App\\Enum\\CurrencyEnum::CURRENCY_EURO'))} %} {% if getCurrentPrestataire().mlc == true %}
{% elseif getCurrentPrestataire().solidoume == false %} {% include '@kohinos/block/operations.html.twig' with {'title' : 'Compte de fonctionnement €', 'operations': getLastOperations(app.request, app.user, constant('App\\Enum\\CurrencyEnum::CURRENCY_EURO'))} %}
{% include '@kohinos/block/cotisations.html.twig' %} {% elseif getCurrentPrestataire().solidoume == false %}
{% set groupeprestataires = getAllGroupePrestataires() %} {% include '@kohinos/block/cotisations.html.twig' %}
{% if groupeprestataires|length > 0 %} {% set groupeprestataires = getAllGroupePrestataires() %}
{% include '@kohinos/groupepresta/block/inscription.html.twig' %} {% if groupeprestataires|length > 0 %}
{% include '@kohinos/groupepresta/block/inscription.html.twig' %}
{% endif %}
{% endif %} {% endif %}
{% endif %} {% if getCurrentPrestataire().solidoume == false %}
{% if getCurrentPrestataire().solidoume == false %} {% if KOH_USE_PAYZEN == 'true' or KOH_USE_HELLOASSO == 'true' %}
{% if KOH_USE_PAYZEN == 'true' or KOH_USE_HELLOASSO == 'true' %} {% include '@kohinos/presta/block/achat_monnaie.html.twig' %}
{% include '@kohinos/presta/block/achat_monnaie.html.twig' %} {% else %}
{% else %} {% include '@kohinos/presta/block/demande_achat_monnaie.html.twig' %}
{% include '@kohinos/presta/block/demande_achat_monnaie.html.twig' %} {% endif %}
{% endif %} {% endif %}
{% include '@kohinos/presta/block/transaction_presta.html.twig' %}
{% include '@kohinos/presta/block/transaction_adherent.html.twig' %}
{% endif %} {% endif %}
{% include '@kohinos/presta/block/transaction_presta.html.twig' %}
{% include '@kohinos/presta/block/transaction_adherent.html.twig' %}
{% if getCurrentPrestataire().mlc == false and getCurrentPrestataire().solidoume == false and getCurrentPrestataire().emlcAccount.balance > 0 %} {% if getCurrentPrestataire().mlc == false and getCurrentPrestataire().solidoume == false and getCurrentPrestataire().emlcAccount.balance > 0 %}
{% include '@kohinos/presta/block/reconversion.html.twig' %} {% include '@kohinos/presta/block/reconversion.html.twig' %}
{% endif %} {% endif %}
\ No newline at end of file
...@@ -8,26 +8,34 @@ ...@@ -8,26 +8,34 @@
<i class="fas fa-check"> </i> {{ showMlcStats('user') }} {{ 'utilisateurs'|trans }}<br> <i class="fas fa-check"> </i> {{ showMlcStats('user') }} {{ 'utilisateurs'|trans }}<br>
</p> </p>
<p> <p>
<i class="fa fa-check"> </i> {{ showMlcStats('prestataire') }} <a href="{{ path('liste_prestataire') }}" title="{{ 'Nombre de prestataires'|trans }}">{{'prestataires'|trans}}</a> {{'et'|trans}} {{ showMlcStats('partenaire') }} <a href="{{ path('liste_partenaire') }}" title="{{'Nombre de partenaires'|trans}}">{{ 'partenaires'|trans }}</a> {% if tav_env %}
<i class="fa fa-check"> </i> {{ showMlcStats('prestataire') }} <a href="{{ path('liste_prestataire') }}" title="{{ 'Nombre de prestataires'|trans }}">{{'Points de vente'|trans}}</a>
{% else %}
<i class="fa fa-check"> </i> {{ showMlcStats('prestataire') }} <a href="{{ path('liste_prestataire') }}" title="{{ 'Nombre de prestataires'|trans }}">{{'prestataires'|trans}}</a> {{'et'|trans}} {{ showMlcStats('partenaire') }} <a href="{{ path('liste_partenaire') }}" title="{{'Nombre de partenaires'|trans}}">{{ 'partenaires'|trans }}</a>
{% endif %}
</p> </p>
{% if not tav_env %}
<p>
<i class="fa fa-check"> </i> {{ showMlcStats('groupe') }} {{ 'groupes locaux'|trans }}
</p>
{% endif %}
<p> <p>
<i class="fa fa-check"> </i> {{ showMlcStats('groupe') }} {{ 'groupes locaux'|trans }} <i class="fa fa-check"> </i> {{ showMlcStats('comptoir') }} <a href="{{ path('comptoirs_liste') }}" title="{{ 'Nombre de comptoirs'|trans }}">{% if tav_env %}{{ 'Comptoirs des habitants'|trans }}{% else %}{{ 'comptoirs'|trans }}{% endif %}</a>
</p>
<p>
<i class="fa fa-check"> </i> {{ showMlcStats('comptoir') }} <a href="{{ path('comptoirs_liste') }}" title="{{ 'Nombre de comptoirs'|trans }}">{{ 'comptoirs'|trans }}</a>
</p> </p>
{# <p> {# <p>
<i class="fa fa-exchange-alt"> </i> {{ getTotalMonnaieEmise() }} {{ KOH_MLC_NAME_SMALL|default('') }} émises <i class="fa fa-exchange-alt"> </i> {{ getTotalMonnaieEmise() }} {{ KOH_MLC_NAME_SMALL|default('') }} émises
</p> #} </p> #}
<p> {% if not tav_env %}
<i class="fa fa-exchange-alt"> </i> {{ getStatsMonnaie('mlc_nantie') }} {{ KOH_MLC_NAME_SMALL|default('') }} papier nantie <p>
</p> <i class="fa fa-exchange-alt"> </i> {{ getStatsMonnaie('mlc_nantie') }} {{ KOH_MLC_NAME_SMALL|default('') }} papier nantie
<p> </p>
<i class="fa fa-exchange-alt"> </i> {{ getStatsMonnaie('emlc') }} {{ KOH_MLC_NAME_SMALL|default('') }} numérique nantie <p>
</p> <i class="fa fa-exchange-alt"> </i> {{ getStatsMonnaie('emlc') }} {{ KOH_MLC_NAME_SMALL|default('') }} numérique nantie
<p> </p>
<i class="fa fa-exchange-alt"> </i> {{ (getStatsMonnaie('emlc') + getStatsMonnaie('mlc_nantie')) }} {{ KOH_MLC_NAME_SMALL|default('') }} en circulation <p>
</p> <i class="fa fa-exchange-alt"> </i> {{ (getStatsMonnaie('emlc') + getStatsMonnaie('mlc_nantie')) }} {{ KOH_MLC_NAME_SMALL|default('') }} en circulation
</p>
{% endif %}
{# @TODO (pas prioritaire) : Statistiques avancées : {# @TODO (pas prioritaire) : Statistiques avancées :
<p> <p>
<i class="fa fa-check"> </i> 350304 {{ KOH_MLC_NAME_SMALL|default('') }} reconverties <i class="fa fa-check"> </i> 350304 {{ KOH_MLC_NAME_SMALL|default('') }} reconverties
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{# {% block blocktoggle %}{% if isCotisationValid(app.user) %}collapse{% endif %}{% endblock blocktoggle %} #} {# {% block blocktoggle %}{% if isCotisationValid(app.user) %}collapse{% endif %}{% endblock blocktoggle %} #}
{% block blocktitle %} {% block blocktitle %}
<i class="fa fa-external-link fa-external-link-alt mr-4"></i> {{ 'Reconversion'|trans }} <i class="fa fa-external-link fa-external-link-alt mr-4"></i> {% if tav_env %}{{ 'Demander une reconversion en €'|trans }}{% else %}{{ 'Reconversion'|trans }}{% endif %}
{% endblock blocktitle %} {% endblock blocktitle %}
{% block blockcontent %} {% block blockcontent %}
{% if isCotisationValid(app.user) %} {% if isCotisationValid(app.user) %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment