inventaire : ajout tri par catégorie
This commit is contained in:
parent
7fd67d7d9d
commit
17052676df
2 changed files with 6 additions and 2 deletions
|
@ -52,7 +52,9 @@
|
|||
{{#list
|
||||
select="
|
||||
$$.name AS 'Matériel' ;
|
||||
"" AS 'Catégorie' ;
|
||||
(SELECT $$.name
|
||||
FROM @TABLE as cat
|
||||
WHERE cat.key = @TABLE.$$.category) AS "Catégorie" ;
|
||||
"" AS 'Stock' ;
|
||||
"" AS 'Sorti' ;
|
||||
"" AS 'Dispo'
|
||||
|
|
|
@ -52,7 +52,9 @@
|
|||
{{#list
|
||||
select="
|
||||
$$.name AS 'Matériel' ;
|
||||
"" AS 'Catégorie' ;
|
||||
(SELECT $$.name
|
||||
FROM @TABLE as cat
|
||||
WHERE cat.key = @TABLE.$$.category) AS "Catégorie" ;
|
||||
"" AS 'Quantité'
|
||||
"
|
||||
type="equipment"
|
||||
|
|
Loading…
Add table
Reference in a new issue