ajout entrée sur page inventaire

This commit is contained in:
Jean-Christophe Engel 2024-11-08 19:49:23 +01:00
parent 34f3328f12
commit 528120d3a0
2 changed files with 94 additions and 4 deletions

View file

@ -43,11 +43,11 @@
{{/if}}
{{if $present}}
{{if $print_cat_name}}
{{*if $print_cat_name*}}
<details class="inventaire" open="open">
<summary>
<h3>{{$cat_elem.name}}</h3>
{{/if}}
{{*/if*}}
</summary>
<table class="list">
@ -79,6 +79,11 @@
<td>{{$exterieur}}</td>
<td>{{$dispo}}</td>
<td class="actions">
{{:linkbutton
label="Ajouter entrée"
shape="plus"
href="mouvements/entrees/repertorie.html?key=%s"|args:$eqpmt_key
target="_dialog"}}
{{:linkbutton
label="Mouvements"
href="%shistorique.html?key=%s&prop=1"|args:$module.url:$eqpmt_key
@ -125,11 +130,11 @@
{{/if}}
{{if $present}}
{{if $print_cat_name}}
{{*if $print_cat_name*}}
<details class="inventaire" open="open">
<summary>
<h3>{{$cat_elem.name}}</h3>
{{/if}}
{{*/if*}}
</summary>
<table class="list">
@ -151,6 +156,11 @@
<td>{{$eqpmt.designation}}</td>
<td>{{$eqpmt.nonproprio}}</td>
<td class="actions">
{{:linkbutton
label="Ajouter entrée"
shape="plus"
href="mouvements/entrees/repertorie.html?key=%s"|args:$eqpmt_key
target="_dialog"}}
{{:linkbutton
label="Mouvements"
href="historique.html?key=%s"|args:$eqpmt_key