SELECT {LIMIT} {FIELDS} FROM LogStorePositions A
{JOIN}
{WHERE}
{ORDERBY}
Alias | CLSID objektu | Prefix | Popis |
---|---|---|---|
A | 4K24RM04IWWO5253XT3URBAUZS | ||
S | SFMSB5W15BDL3CL100C4RHECN0 | Store | Sklad |
SELECT
{FIELDS}
FROM
LogStoreContents A
WHERE
A.Parent_ID = :ID
ORDER BY
StoreCard_ID, StoreBatch_ID, QUnit, UnitRate
Alias | CLSID objektu | Prefix | Popis |
---|---|---|---|
A | 13UCZ53ESSMO3EJSIKWGKQMGDO |
A.Width BETWEEN {:LOW} and {:HIGH}
A.Height BETWEEN {:LOW} and {:HIGH}
A.Depth BETWEEN {:LOW} and {:HIGH}
A.MaxWeight BETWEEN {:LOW} and {:HIGH}
A.SizeUnit = {:VALUE}
A.Frozen = {:VALUE}
A.Accessibility BETWEEN {:LOW} and {:HIGH}
A.ID In
(
Select
Parent_ID
From
LogStoreContents LSC
Where
LSC.Quantity > 0 And
LSC.StoreCard_ID = {:VALUE}
)
A.ID In
(
Select
Parent_ID
From
LogStoreContents LSC
Where
LSC.Quantity > 0 And
LSC.StoreCard_ID IN ({:LIST})
)
A.ID In
(
Select
Parent_ID
From
LogStoreContents LSC
Where
LSC.Quantity > 0 And
LSC.StoreBatch_ID = {:VALUE}
)
A.ID In
(
Select
Parent_ID
From
LogStoreContents LSC
Where
LSC.Quantity > 0 And
LSC.StoreBatch_ID IN ({:LIST})
)
(
( {:VALUE} = 'A') and not Exists (Select LSC.ID From LogStoreContents LSC Where LSC.Parent_ID = A.ID)
or
( {:VALUE} = 'N') and Exists (Select LSC.ID From LogStoreContents LSC Where LSC.Parent_ID = A.ID)
)
(
( {:VALUE} = 'A') and A.ReservedForDoc_ID is not null
or
( {:VALUE} = 'N') and A.ReservedForDoc_ID is null
)
S.Code
S.Name
A.Code
A.Name
A.BarCode
A.Store_ID
A.Frozen
A.Accessibility
A.PositionType
A.PositionType
Generated by ABRA Software a.s. 27.10.2021 16:36