{{:admin_header title="Gestion des matériels" current="module_equipment"}} {{* barre de navigation *}} {{:include file="../../_nav.html" current="entrees"}} {{if $_GET.ok}} {{if $_GET.msg|match:"suppression"}} {{:assign msg="Entrée supprimée"}} {{if $_GET.msg|match:"matériel"}} {{:assign var="msg" value="%s - Matériel supprimé"|args:$msg}} {{/if}} {{elseif $_GET.msg == "entrée"}} {{:assign msg="Entrée enregistrée"}} {{elseif $_GET.msg == "modification"}} {{:assign msg="Entrée modifiée"}} {{/if}}

{{$msg}}

{{elseif $_GET.err}} {{if $_GET.msg == "suppression"}}

Impossible de supprimer l'entrée

{{/if}} {{/if}} {{* vérifier s'il existe des catégories *}} {{#load type="category"}} {{:assign categories_exist=true}} {{else}}

Il n'y a aucune catégorie : vous devez en ajouter.

{{/load}} {{if $categories_exist}} {{#load type="equipment"}} {{:assign disabled=false}} {{else}} {{:assign disabled=true}} {{/load}} {{* vérifier s'il y a des sorties temporaires *}} {{if ! $disabled}} {{:include file="../../_calcul_dispo.html" keep="cumul_mvt"}} {{:include file="_temporaire.html" keep="temporaire"}} {{/if}}
Ajouter une entrée
{{if ! $disabled}} {{:linkbutton label="Matériel répertorié" shape="plus" href="repertorie.html" target="_dialog"}} {{/if}} {{:linkbutton label="Matériel non répertorié" shape="plus" href="non_repertorie.html" target="_dialog"}} {{if ! $disabled && $temporaire != null}} {{:linkbutton label="Retour de sortie temporaire" shape="plus" href="retour.html" target="_dialog"}} {{/if}}
{{* lister les entrées *}}

Liste des entrées

{{#list select=" $$.date AS 'Date' ; $$.input_nature AS 'Type' ; $$.amount AS 'Nombre' ; (SELECT $$.designation FROM @TABLE AS b WHERE b.key = @TABLE.$$.equipment) AS 'Matériel' ; $$.comment AS 'Remarques'" type="movement" direction="input" order=1}} {{:assign var='mvt_key' value=$key}} {{$date|date_short}} {{$input_nature}} {{$amount}} {{$col4}} {{$comment}} {{:linkbutton label="Supprimer" href="delete_entree.html?key=%s"|args:$mvt_key shape="delete" target="_dialog"}} {{:linkbutton label="Modifier" href="../modifier_mouvement.html?key=%s&direction=input"|args:$mvt_key shape="edit" target="_dialog"}} {{else}}

Il n'y a aucune entrée.

{{/list}}
{{/if}} {{:admin_footer}}