first implementation of dolibarr api

This commit is contained in:
2020-10-12 14:49:58 +02:00
parent bceee0582e
commit 1691620986
8 changed files with 242 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
</h1>
<a class="btn btn-success" href={{ path('app_offer_submit') }}>Ajouter</a>
<a class="btn btn-success" href={{ path('app_offer_getorders') }}>Récupérer les commandes de Dolibarr</a>
<div class="custom-control custom-switch float-right">
<input type="checkbox" class="custom-control-input" id="switchactiveproject" {% if app.session.get('activeproject') %} checked {% endif %}>