modification url et déplacement bouton créer nouveau matériel
This commit is contained in:
parent
9a11e55ad7
commit
5307a847b9
|
@ -99,35 +99,35 @@
|
||||||
{{if $direction === "input" && $type_mvt == 'temporaire'}}
|
{{if $direction === "input" && $type_mvt == 'temporaire'}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Retour"
|
label="Retour"
|
||||||
href="mouvements/sorties/emprunte.html?key=%s&prop=%s"|args:$key:$_GET.prop
|
href="%smouvements/sorties/emprunte.html?key=%s&prop=%s"|args:$module.url:$key:$_GET.prop
|
||||||
shape="history"
|
shape="history"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{elseif $direction === "input" && $type_mvt == 'définitif'}}
|
{{elseif $direction === "input" && $type_mvt == 'définitif'}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Sortir"
|
label="Sortir"
|
||||||
href="mouvements/sorties/stock_disponible.html?key=%s&prop=%s"|args:$key:$_GET.prop
|
href="%smouvements/sorties/stock_disponible.html?key=%s&prop=%s"|args:$module.url:$key:$_GET.prop
|
||||||
shape="minus"
|
shape="minus"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{elseif $direction === "output" && $type_mvt == 'temporaire'}}
|
{{elseif $direction === "output" && $type_mvt == 'temporaire'}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Retour"
|
label="Retour"
|
||||||
href="mouvements/entrees/retour.html?key=%s&prop=%s"|args:$key:$_GET.prop
|
href="%smouvements/entrees/retour.html?key=%s&prop=%s"|args:$module.url:$key:$_GET.prop
|
||||||
shape="history"
|
shape="history"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Dupliquer"
|
label="Dupliquer"
|
||||||
href="mouvements/dupliquer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$key:$direction:$_GET.prop
|
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&prop=%s"|args:$key:$direction:$_GET.prop
|
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>
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
{{if $_GET.ok}}
|
{{if $_GET.ok}}
|
||||||
{{if $_GET.msg == "ajout" }}
|
{{if $_GET.msg == "ajout" }}
|
||||||
<p class="block confirm">Ajout effectué</p>
|
<p class="block confirm">Ajout effectué</p>
|
||||||
|
{{elseif $_GET.msg == "modification" }}
|
||||||
|
<p class="block confirm">Modification effectuée</p>
|
||||||
{{else}}
|
{{else}}
|
||||||
<p class="block confirm">{{$_GET.msg}}</p>
|
<p class="block confirm">{{$_GET.msg}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -22,6 +24,9 @@
|
||||||
{{if $category_keys|count == 0}}
|
{{if $category_keys|count == 0}}
|
||||||
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
|
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
<fieldset>
|
||||||
|
{{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="mouvements/ajouter_entree.html" target="_dialog"}}
|
||||||
|
</fieldset>
|
||||||
{{:include file="./inventaire.html" print_cat_name=true}}
|
{{:include file="./inventaire.html" print_cat_name=true}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
{{* inventaire des entrées/sorties des matériels des catégories de la variable category_keys *}}
|
{{* inventaire des entrées/sorties des matériels des catégories de la variable category_keys *}}
|
||||||
|
|
||||||
<fieldset>
|
|
||||||
{{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="mouvements/ajouter_entree.html" target="_dialog"}}
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
{{* Extraire et compiler les infos de la base *}}
|
{{* Extraire et compiler les infos de la base *}}
|
||||||
{{:include file="./_calcul_dispo.html" keep="cumul_mvt,category_keys,equipments"}}
|
{{:include file="./_calcul_dispo.html" keep="cumul_mvt,category_keys,equipments"}}
|
||||||
|
|
||||||
|
@ -57,7 +53,7 @@
|
||||||
{{* itérer sur les matériels de la catégorie *}}
|
{{* itérer sur les matériels de la catégorie *}}
|
||||||
{{#foreach from=$cat_elem.eqpmt key="eqpmt_key" item="eqpmt"}}
|
{{#foreach from=$cat_elem.eqpmt key="eqpmt_key" item="eqpmt"}}
|
||||||
{{:assign keys=$eqpmt|keys}}
|
{{:assign keys=$eqpmt|keys}}
|
||||||
{{if "stock"|in:$keys && $eqpmt.stock !== 0}}
|
{{if "stock"|in:$keys}} {{* && $eqpmt.stock !== 0}}*}}
|
||||||
{{if "exterieur"|in:$keys}}
|
{{if "exterieur"|in:$keys}}
|
||||||
{{:assign dispo="%d-%d"|math:$eqpmt.stock:$eqpmt.exterieur}}
|
{{:assign dispo="%d-%d"|math:$eqpmt.stock:$eqpmt.exterieur}}
|
||||||
{{:assign exterieur=$eqpmt.exterieur}}
|
{{:assign exterieur=$eqpmt.exterieur}}
|
||||||
|
@ -73,11 +69,11 @@
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Mouvements"
|
label="Mouvements"
|
||||||
href="historique.html?key=%s&prop=1"|args:$eqpmt_key
|
href="%shistorique.html?key=%s&prop=1"|args:$module.url:$eqpmt_key
|
||||||
shape="table"}}
|
shape="table"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Modifier"
|
label="Modifier"
|
||||||
href="modifier_materiel.html?key=%s"|args:$eqpmt_key
|
href="%smodifier_materiel.html?key=%s"|args:$module.url:$eqpmt_key
|
||||||
shape="edit"
|
shape="edit"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue