Début réorganisation après consultation bohwaz
This commit is contained in:
parent
a99f263196
commit
ea0fd3b1a2
7 changed files with 221 additions and 182 deletions
|
|
@ -83,8 +83,8 @@
|
|||
type="movement"
|
||||
select="$$.date AS 'Date';
|
||||
CASE $$.direction WHEN 'input' THEN 'Entrée' WHEN 'output' THEN 'Sortie' END AS 'Mvt';
|
||||
CASE $$.direction WHEN 'input' THEN $$.input_nature WHEN 'output' THEN $$.output_nature END AS 'operation';
|
||||
$$.amount AS 'Nombre';
|
||||
CASE $$.direction WHEN 'input' THEN $$.input_nature WHEN 'output' THEN $$.output_nature END AS 'Opération';
|
||||
$$.amount AS 'Quantité';
|
||||
$$.comment AS 'Commentaire'"
|
||||
equipment=$equipment_key
|
||||
order=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue