Compare commits
No commits in common. "74ee34104fbdc4d5ba46ef3d7a7e4497fda169bd" and "b5afcb8ea380ade86796300ab650b06c090b8ce7" have entirely different histories.
74ee34104f
...
b5afcb8ea3
17
categories/list_equipment.html
Normal file
17
categories/list_equipment.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{{* -*- brindille -*- *}}
|
||||||
|
|
||||||
|
{{#load key=$_GET.key}}
|
||||||
|
{{:assign cat_name=$name}}
|
||||||
|
{{/load}}
|
||||||
|
|
||||||
|
{{:admin_header title="Matériels de la catégorie « %s »"|args:$cat_name current="module_equipment"}}
|
||||||
|
|
||||||
|
{{* barre de navigation *}}
|
||||||
|
{{if ! $dialog}}
|
||||||
|
{{:include file="../_nav.html" current="entrees"}}
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
{{:assign var="category_keys." value=$_GET.key}}
|
||||||
|
{{:include file="../inventaire.html"}}
|
||||||
|
|
||||||
|
{{:admin_footer}}
|
@ -114,17 +114,17 @@
|
|||||||
<td class="actions">
|
<td class="actions">
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Dupliquer"
|
label="Dupliquer"
|
||||||
href="mouvements/dupliquer_mouvement.html?key=%s&direction=%s"|args:$key:$direction
|
href="%smouvements/dupliquer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$module.url:$key:$direction:$_GET.prop
|
||||||
shape="plus"
|
shape="plus"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Modifier"
|
label="Modifier"
|
||||||
href="mouvements/modifier_mouvement.html?key=%s&direction=%s"|args:$key:$direction
|
href="%smouvements/modifier_mouvement.html?key=%s&direction=%s&prop=%s"|args:$module.url:$key:$direction:$_GET.prop
|
||||||
shape="edit"
|
shape="edit"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Supprimer"
|
label="Supprimer"
|
||||||
href="mouvements/supprimer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$key:$direction:$_GET.prop
|
href="%smouvements/supprimer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$module.url:$key:$direction:$_GET.prop
|
||||||
shape="delete"
|
shape="delete"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
</td>
|
</td>
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
{{if $exterieur > 0}}
|
{{if $exterieur > 0}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Retour"
|
label="Retour"
|
||||||
href="mouvements/entrees/retour.html?key=%s"|args:$equipment
|
href="mouvements/entrees/retour.html?key=%s&prop=1"|args:$equipment
|
||||||
shape="history"
|
shape="history"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
@ -88,21 +88,21 @@
|
|||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Sortie"
|
label="Sortie"
|
||||||
shape="plus"
|
shape="plus"
|
||||||
href="mouvements/sorties/stock_disponible.html?key=%s"|args:$equipment
|
href="mouvements/sorties/stock_disponible.html?key=%s&prop=1"|args:$equipment
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Entrée"
|
label="Entrée"
|
||||||
shape="plus"
|
shape="plus"
|
||||||
href="mouvements/entrees/repertorie.html?key=%s"|args:$equipment
|
href="mouvements/entrees/repertorie.html?key=%s&prop=1"|args:$equipment
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Mouvements"
|
label="Mouvements"
|
||||||
href="historique.html?key=%s&prop=1"|args:$equipment
|
href="%shistorique.html?key=%s&prop=1"|args:$module.url:$equipment
|
||||||
shape="table"}}
|
shape="table"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Modifier"
|
label="Modifier"
|
||||||
href="modifier_materiel.html?key=%s&prop=1"|args:$equipment
|
href="%smodifier_materiel.html?key=%s&prop=1"|args:$module.url:$equipment
|
||||||
shape="edit"
|
shape="edit"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
</td>
|
</td>
|
||||||
|
@ -73,22 +73,22 @@
|
|||||||
{{if $qte > 0}}
|
{{if $qte > 0}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Retour"
|
label="Retour"
|
||||||
href="mouvements/sorties/emprunte.html?key=%s"|args:$equipment
|
href="mouvements/sorties/emprunte.html?key=%s&prop=0"|args:$equipment
|
||||||
shape="history"
|
shape="history"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Entrée"
|
label="Entrée"
|
||||||
shape="plus"
|
shape="plus"
|
||||||
href="mouvements/entrees/repertorie.html?key=%s"|args:$equipment
|
href="mouvements/entrees/repertorie.html?key=%s&prop=0"|args:$equipment
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Mouvements"
|
label="Mouvements"
|
||||||
href="historique.html?key=%s&prop=0"|args:$equipment
|
href="%shistorique.html?key=%s&prop=0"|args:$module.url:$equipment
|
||||||
shape="table"}}
|
shape="table"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Modifier"
|
label="Modifier"
|
||||||
href="modifier_materiel.html?key=%s&prop=0"|args:$equipment
|
href="%smodifier_materiel.html?key=%s&prop=0"|args:$module.url:$equipment
|
||||||
shape="edit"
|
shape="edit"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
</td>
|
</td>
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
{{*
|
{{*
|
||||||
Paramètres :
|
Paramètres :
|
||||||
- key : clé du matériel à modifier
|
- key : clé du matériel à modifier
|
||||||
- prop : =1 si matériel propriété de l'association
|
|
||||||
*}}
|
*}}
|
||||||
|
|
||||||
{{:admin_header title="Modifier matériel" current="module_equipment"}}
|
{{:admin_header title="Modifier matériel" current="module_equipment"}}
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
paramètres :
|
paramètres :
|
||||||
- key : clé du mouvement à dupliquer
|
- key : clé du mouvement à dupliquer
|
||||||
- direction du mouvement input/output)
|
- direction du mouvement input/output)
|
||||||
|
- prop : =1 si matériel propriété de l'asso
|
||||||
*}}
|
*}}
|
||||||
|
|
||||||
{{if $_GET.direction == "input"}}
|
{{if $_GET.direction == "input"}}
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
{{:assign prop=1}}
|
{{:assign prop=1}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{:redirect force="../../index.html?ok=1&msg=entrée&prop=%s"|args:$prop}}
|
{{:redirect force="%sindex.html?ok=1&msg=entrée&prop=%s"|args:$module.url:$prop}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{:form_errors}}
|
{{:form_errors}}
|
||||||
{{/form}}
|
{{/form}}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
{{*
|
{{*
|
||||||
paramètres :
|
paramètres :
|
||||||
- key : clé du matériel qui revient
|
- key : clé du matériel qui revient
|
||||||
|
- prop : = 1 si matériel propriété
|
||||||
*}}
|
*}}
|
||||||
|
|
||||||
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
|
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
|
||||||
@ -60,7 +61,7 @@
|
|||||||
comment=$_POST.remarques|trim
|
comment=$_POST.remarques|trim
|
||||||
}}
|
}}
|
||||||
|
|
||||||
{{:redirect force="../../historique.html?ok=1&key=%s&prop=1&msg=retour"|args:$_GET.key}}
|
{{:redirect force="../../historique.html?ok=1&key=%s&prop=%s&msg=retour"|args:$_GET.key:$_GET.prop}}
|
||||||
|
|
||||||
{{else}}
|
{{else}}
|
||||||
{{:form_errors}}
|
{{:form_errors}}
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
paramètres :
|
paramètres :
|
||||||
- key : clé du mouvement à modifier
|
- key : clé du mouvement à modifier
|
||||||
- direction : du mouvement à modifier
|
- direction : du mouvement à modifier
|
||||||
|
- prop : = 1 si matériel propriété
|
||||||
*}}
|
*}}
|
||||||
|
|
||||||
{{if $_GET.direction == "input"}}
|
{{if $_GET.direction == "input"}}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
{{*
|
{{*
|
||||||
paramètres :
|
paramètres :
|
||||||
- key : clé du matériel à modifier
|
- key : clé du matériel à modifier
|
||||||
|
- prop : = 1 si matériel propriété de l'asso
|
||||||
|
|
||||||
TODO : simplifier
|
TODO : simplifier
|
||||||
*}}
|
*}}
|
||||||
@ -106,7 +107,7 @@
|
|||||||
date=$_POST.date|parse_date
|
date=$_POST.date|parse_date
|
||||||
comment=$_POST.remarques|trim
|
comment=$_POST.remarques|trim
|
||||||
}}
|
}}
|
||||||
{{:redirect force="../../historique.html?ok=1&key=%s&prop=0&msg=sortie"|args:$_GET.key}}
|
{{:redirect force="../../historique.html?ok=1&key=%s&prop=%s&msg=sortie"|args:$_GET.key:$_GET.prop}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{:form_errors}}
|
{{:form_errors}}
|
||||||
{{/form}}
|
{{/form}}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
{{*
|
{{*
|
||||||
paramètres :
|
paramètres :
|
||||||
- key : clé du matériel à modifier
|
- key : clé du matériel à modifier
|
||||||
|
- prop : = 1 si matériel propriété de l'asso
|
||||||
|
|
||||||
TODO : simplifier
|
TODO : simplifier
|
||||||
*}}
|
*}}
|
||||||
@ -106,7 +107,7 @@
|
|||||||
date=$_POST.date|parse_date
|
date=$_POST.date|parse_date
|
||||||
comment=$_POST.remarques|trim
|
comment=$_POST.remarques|trim
|
||||||
}}
|
}}
|
||||||
{{:redirect force="../../historique.html?ok=1&key=%s&prop=1&msg=sortie"|args:$_GET.key}}
|
{{:redirect force="../../historique.html?ok=1&key=%s&prop=%s&msg=sortie"|args:$_GET.key:$_GET.prop}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{:form_errors}}
|
{{:form_errors}}
|
||||||
{{/form}}
|
{{/form}}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
{{*
|
{{*
|
||||||
paramètres GET :
|
paramètres GET :
|
||||||
- key : clé du mouvement à supprimer
|
- key : clé du mouvement à supprimer
|
||||||
- prop : = 1 si matériel propriété de l'asso
|
|
||||||
*}}
|
*}}
|
||||||
|
|
||||||
{{:assign var="libelles.input" value="entrée"}}
|
{{:assign var="libelles.input" value="entrée"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user