Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 6276-createNewWarehouse
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
commit
68ef193a19
|
@ -90,7 +90,7 @@ module.exports = Self => {
|
|||
AND t.refFk IS NULL
|
||||
AND c.typeFk IN ('normal','trust')
|
||||
GROUP BY t.clientFk, negativeBase.taxableBase
|
||||
HAVING amount <> 0`, [args.from, args.to]));
|
||||
HAVING amount < 0`, [args.from, args.to]));
|
||||
|
||||
stmt = new ParameterizedSQL(`
|
||||
SELECT f.*
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name: itemShelving
|
||||
columns:
|
||||
id: id
|
||||
itemFk: item
|
||||
shelvingFk: shelving
|
||||
visible: visible
|
||||
created: created
|
||||
grouping: grouping
|
||||
packing: packing
|
||||
packagingFk: package
|
||||
userFk: user
|
||||
isChecked: isChecked
|
||||
buyFk: buy
|
|
@ -0,0 +1,13 @@
|
|||
name: artículo del carro
|
||||
columns:
|
||||
id: id
|
||||
itemFk: artículo
|
||||
shelvingFk: matrícula carro
|
||||
visible: visible
|
||||
created: creado
|
||||
grouping: grouping
|
||||
packing: packing
|
||||
packagingFk: embalaje
|
||||
userFk: usuario
|
||||
isChecked: está revisado
|
||||
buyFk: compra
|
Loading…
Reference in New Issue