remettre la notion de jour validé hors schedule et ajout notion de frais (fixes #76)

This commit is contained in:
2021-11-22 10:55:34 +01:00
parent cab4ee98f0
commit 02dc56c7c9
15 changed files with 664 additions and 5 deletions

View File

@@ -53,10 +53,13 @@
<div class="card-body">
{{ form_row(form.name) }}
{{ form_row(form.ref) }}
{{ form_row(form.project) }}
{{ form_row(form.quantity) }}
{{ form_row(form.pu) }}
{{ form_row(form.validate) }}
{{ form_row(form.cost) }}
{{ form_row(form.active) }}
{{ form_row(form.project) }}
</div>
</div>
{{ form_end(form) }}