Třídová akce

Kód:
9
Tělo:
Select
  Sum(Quantity),
  Sum(QuantityReserved),
  Sum(QuantityAwaited)
From
  LogStoreContents LSC 
  JOIN LogStorePositions LSP ON LSC.Parent_ID = LSP.ID
Where
  LSP.Store_ID = :StoreID and
  LSC.StoreCard_ID = :StoreCardID and
  LSC.QUnit = :QUnit and
  LSP.ReservedForDoc_ID is Null

Generated by ABRA Software a.s. 27.10.2021 16:35:19