Filtrage inventaire matériel temporaire par catégorie
This commit is contained in:
parent
dc314dcb3d
commit
498e24e7ed
@ -1,9 +1,9 @@
|
|||||||
{{* -*- brindille -*- *}}
|
{{* -*- brindille -*- *}}
|
||||||
|
|
||||||
{{*
|
{{*
|
||||||
inventaire des entrées/sorties des matériels permanants de l'association
|
inventaire des entrées/sorties des matériels permanents de l'association
|
||||||
paramètres
|
paramètres
|
||||||
- category_keys
|
- category_keys : catégories dont on veut faire l'inventaire
|
||||||
*}}
|
*}}
|
||||||
|
|
||||||
{{* Extraire et compiler les infos de la base *}}
|
{{* Extraire et compiler les infos de la base *}}
|
||||||
@ -22,7 +22,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
|
||||||
{{* TODO Sélecteur catégories *}}
|
{{* Sélecteur catégories *}}
|
||||||
<fieldset class="shortForm" style="width: 30%;">
|
<fieldset class="shortForm" style="width: 30%;">
|
||||||
<legend>Filtrer par catégorie</legend>
|
<legend>Filtrer par catégorie</legend>
|
||||||
<nav class="dropdown">
|
<nav class="dropdown">
|
||||||
@ -108,6 +108,5 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/list}}
|
{{/list}}
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -27,77 +27,82 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
|
||||||
|
{{* TODO Sélecteur catégories *}}
|
||||||
|
<fieldset class="shortForm" style="width: 30%;">
|
||||||
|
<legend>Filtrer par catégorie</legend>
|
||||||
|
<nav class="dropdown">
|
||||||
|
<ul>
|
||||||
|
<li><a></a></li>
|
||||||
|
<li{{if $_GET.cat_key == null}} class="selected"{{/if}}><a href="?">Choisir une catégorie</a></li>
|
||||||
|
{{#load type="category" assign="category"}}
|
||||||
|
<li {{if $_GET.cat_key == $key}}class="selected"{{/if}}>
|
||||||
|
<a href="?cat_key={{$key}}">
|
||||||
|
<strong>{{$category.name}}</strong>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{{/load}}
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
{{if $mat_non_prop}}
|
{{if $mat_non_prop}}
|
||||||
<h2>Matériels dont l'association n'est pas propriétaire</h2>
|
<h2>Matériels temporairement dans l'association</h2>
|
||||||
|
|
||||||
<fieldset>
|
{{#list
|
||||||
{{* itérer sur les catégories *}}
|
select="
|
||||||
{{#foreach from=$cumul_mvt key="cat_key" item="cat_elem"}}
|
$$.date AS 'Date' ;
|
||||||
|
(SELECT $$.designation
|
||||||
|
FROM @TABLE AS b
|
||||||
|
WHERE b.key = @TABLE.$$.equipment) AS 'Matériel' ;
|
||||||
|
"" as 'Catégorie' ;
|
||||||
|
"" AS 'Quantité'
|
||||||
|
"
|
||||||
|
type="movement"
|
||||||
|
group="$$.equipment"
|
||||||
|
direction="input"
|
||||||
|
order=2
|
||||||
|
}}
|
||||||
|
|
||||||
{{* vérifier s'il y a des matériels dans cette catégorie *}}
|
{{:assign var=cat_key from="equipments.%s.category"|args:$equipment}}
|
||||||
{{:assign present=false}}
|
{{if $_GET.cat_key != null && $_GET.cat_key != $cat_key}}
|
||||||
{{if $cat_elem|keys|has:"eqpmt"}}
|
{{:continue}}
|
||||||
{{#foreach from=$cat_elem.eqpmt key="eqpmt_key" item="eqpmt"}}
|
{{/if}}
|
||||||
{{if $eqpmt.nonproprio !== null && $eqpmt.nonproprio !== 0}}
|
|
||||||
{{:assign present=true}}
|
|
||||||
{{:break}}
|
|
||||||
{{/if}}
|
|
||||||
{{/foreach}}
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{if $present}}
|
{{:assign var=cat_name from="cumul_mvt.%s.name"|args:$cat_key}}
|
||||||
<h3>{{$cat_elem.name}}</h3>
|
{{:assign var=qte from="equipments.%s.nonproprio"|args:$equipment}}
|
||||||
|
|
||||||
<table class="list">
|
{{if $qte == null}}
|
||||||
<thead>
|
{{:continue}}
|
||||||
<tr>
|
{{/if}}
|
||||||
<th>Désignation</th>
|
<tr>
|
||||||
<th>Quantité</th>
|
<td>{{$date|date_short}}</td>
|
||||||
<th class="actions"></th>
|
<td>{{$col2}}</td>
|
||||||
</tr>
|
<td>{{$cat_name}}</td>
|
||||||
</thead>
|
<td>{{$qte}}</td>
|
||||||
<tbody>
|
<td class="actions">
|
||||||
|
{{if $qte > 0}}
|
||||||
{{* itérer sur les matériels de la catégorie *}}
|
{{:linkbutton
|
||||||
{{#foreach from=$cat_elem.eqpmt key="eqpmt_key" item="eqpmt"}}
|
label="Retour"
|
||||||
{{:assign keys=$eqpmt|keys}}
|
href="mouvements/sorties/emprunte.html?key=%s&prop=0"|args:$equipment
|
||||||
{{if "nonproprio"|in:$keys && $eqpmt.nonproprio !== 0}}
|
shape="history"
|
||||||
{{:assign dispo="%d-%d"|math:$eqpmt.stock:$eqpmt.exterieur}}
|
target="_dialog"}}
|
||||||
<tr>
|
{{/if}}
|
||||||
<td>{{$eqpmt.designation}}</td>
|
{{:linkbutton
|
||||||
<td>{{$eqpmt.nonproprio}}</td>
|
label="Entrée"
|
||||||
<td class="actions">
|
shape="plus"
|
||||||
{{if $eqpmt.nonproprio > 0}}
|
href="mouvements/entrees/repertorie.html?key=%s&prop=0"|args:$equipment
|
||||||
{{:linkbutton
|
target="_dialog"}}
|
||||||
label="Retour"
|
{{:linkbutton
|
||||||
href="mouvements/sorties/emprunte.html?key=%s&prop=0"|args:$eqpmt_key
|
label="Mouvements"
|
||||||
shape="history"
|
href="%shistorique.html?key=%s&prop=0"|args:$module.url:$equipment
|
||||||
target="_dialog"}}
|
shape="table"}}
|
||||||
{{/if}}
|
{{:linkbutton
|
||||||
{{:linkbutton
|
label="Modifier"
|
||||||
label="Entrée"
|
href="modifier_materiel.html?key=%s&prop=0"|args:$equipment
|
||||||
shape="plus"
|
shape="edit"
|
||||||
href="mouvements/entrees/repertorie.html?key=%s&prop=0"|args:$eqpmt_key
|
target="_dialog"}}
|
||||||
target="_dialog"}}
|
</td>
|
||||||
{{:linkbutton
|
</tr>
|
||||||
label="Mouvements"
|
{{/list}}
|
||||||
href="%shistorique.html?key=%s&prop=0"|args:$module.url:$eqpmt_key
|
|
||||||
shape="table"}}
|
|
||||||
{{:linkbutton
|
|
||||||
label="Modifier"
|
|
||||||
href="modifier_materiel.html?key=%s&prop=0"|args:$eqpmt_key
|
|
||||||
shape="edit"
|
|
||||||
target="_dialog"}}
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
{{/if}}
|
|
||||||
{{else}}
|
|
||||||
<p class="block alert">Il n'y a aucun matériel dans cette catégorie.</p>
|
|
||||||
{{/foreach}}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
{{/if}}
|
|
||||||
{{/foreach}}
|
|
||||||
</fieldset>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user