mise en place des budgets

This commit is contained in:
2021-06-07 13:58:56 +02:00
parent 1954c00b39
commit 54dc485503
31 changed files with 1705 additions and 53 deletions

View File

@@ -30,6 +30,7 @@ DOMAINES
<thead>
<tr>
<th width="70px" class="no-sort no-print">Action</th>
<th>Catégorie</th>
<th>Nom</th>
</tr>
</thead>
@@ -39,6 +40,7 @@ DOMAINES
<td class="no-print">
<a href="{{path("app_domaine_update",{id:domaine.id})}}"><i class="fa fa-file"></i></a>
</td>
<td>{{domaine.category}}</td>
<td>{{domaine.name}}</td>
</tr>
{% endfor %}