Třídová akce

Kód:
8
Tělo:
Select
  Sum(Quantity),
  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 = :ReservedForDocID and
  LSP.ReservedForDocType = :ReservedForDocType  

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