Compare commits

..

No commits in common. "93591595a76220409ceb7fee481da1e01016e340" and "1877984f41f08577e724a8e03646ecefecc70a18" have entirely different histories.

4 changed files with 12 additions and 4 deletions

View file

@ -53,7 +53,7 @@
}}
{{:assign var=cat_name from=categories.%s|args:$category}}
<tr>
<td>{{:link href="equipment_history.html?key=%s&prop=1"|args:$key" label=$name}}</td>
<td>{{$name}}</td>
<td>{{$cat_name}}</td>
<td class="num">{{$stock}}</td>
<td class="num">{{$out}}</td>
@ -72,6 +72,10 @@
href="movements/input_equipment.html?key=%s"|args:$key
target="_dialog"}}
{{:linkbutton
label="Historique"
href="equipment_history.html?key=%s&prop=1"|args:$key
shape="table"}}
{{:linkbutton
label="Modifier"
href="modify_equipment.html?key=%s&prop=1"|args:$key
shape="edit"

View file

@ -51,7 +51,7 @@
}}
{{:assign var=cat_name from=categories.%s|args:$category}}
<tr>
<td>{{:link href="equipment_history.html?key=%s&prop=0"|args:$key" label=$name}}</td>
<td>{{$name}}</td>
<td>{{$cat_name}}</td>
<td class="num">{{$col3}}</td>
<td class="actions">
@ -61,6 +61,10 @@
href="movements/input_equipment.html?key=%s"|args:$key
target="_dialog"}}
{{:linkbutton
label="Historique"
href="equipment_history.html?key=%s&prop=0"|args:$key
shape="table"}}
{{:linkbutton
label="Modifier"
href="modify_equipment.html?key=%s&prop=0"|args:$key
shape="edit"

View file

@ -1,6 +1,6 @@
{{* -*- brindille -*- *}}
{{:admin_header title="Gestion des matériels" custom_css="./style.css" current="module_equipment"}}
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
{{* barre de navigation *}}
{{if $_GET.prop == null || $_GET.prop}}

View file

@ -2,7 +2,7 @@ name="Gestion des matériels"
description="Permet de gérer un inventaire de matériels, ainsi que de suivre les prêts (en test)."
author="Jean-Christophe Engel"
author_url="https://gitea.zaclys.com/lesanges"
home_button=true
home_button=false
menu=true
restrict_section="accounting"
restrict_level="write"