20/06/2023 09:54:46.8126 676 ms. EXEC: INSERT INTO opeActivities (acvCreation,acvUseId,acvTerId,acvOpeUseId,acvSuperUseId,acvCodeId,acvTypeId,acvDateTime,acvSftId,acvCausal) VALUES (@ACVCREATION,@ACVUSEID,@ACVTERID,@ACVOPEUSEID,@ACVSUPERUSEID,@ACVCODEID,@ACVTYPEID,@ACVDATETIME,@ACVSFTID,@ACVCAUSAL) 20/06/2023 10:14:46.9067 532 ms. EXEC: insert into paycash (casCreation,casModify,casUseId,casStatus,casUID,casTraUID,casYear,casDateTime,casIdTerminal,casCurrency,casNumber,casSingleAmount,casTotAmount,casType,casDescription) VALUES ('2023-06-20 10:14:46',0,0,'V',4879080763449890,5117438080681310,2023,'2023-06-20 10:14:46',3,'KES',-1,50,-50,'N',''); 20/06/2023 10:14:47.6732 518 ms. EXEC: update payInventory set invCreation = '2023-06-20 10:14:47',invModify = '2023-06-20 10:14:47',invUseId=0,invStatus='V' where invId = 97067 20/06/2023 11:06:57.8903 684 ms. EXEC: insert into movtransit (traUseId,traCreation,traStatus,traUID,traYear,traDateTime,traCode,traType,traClass,traIdTerminal,traDirection,traPlate,traEnabled,traDisableTime,traAreId,traNotes,traBadge,traTarId) VALUES (0,'2023-06-20 11:06:57','V',4849324566792430,2023,'2023-06-20 11:06:57','450954001700327005012999',1,2,16,'I','',1,0,1,'','',4) 20/06/2023 12:24:21.8747 658 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1 20/06/2023 13:43:11.5511 525 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-20 13:43:10',3,42101,0,200,1,200,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+200,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 200 and curType = 'N'; 20/06/2023 14:37:18.9423 603 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2023-06-20 14:37:18' where traUID = 4644108242507770 and traStatus='V' and traEnabled=1 20/06/2023 14:56:56.7302 541 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-20 14:56:56',3,42101,0,100,1,100,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+100,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 100 and curType = 'N'; 20/06/2023 16:47:54.6560 744 ms. EXEC: update payInventory set invCreation = '2023-06-20 16:47:53',invModify = '2023-06-20 16:47:53',invUseId=0,invStatus='V' where invId = 97192 20/06/2023 17:39:26.3846 535 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2023-06-20 17:39:25' where payTraUID = 5065857651535200 and payStatus='V' and payEnabled=1 20/06/2023 18:54:53.5336 799 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-20 18:54:52',3,41101,0,10,3,30,1,'I','C'); update payCurInventory set curQuantity=round(curQuantity+3,5),curAmount=round(curAmount+30,5) where curTerId = 3 and curDevCode = 41101 and curChannelId = 1 and curValue = 10 and curType = 'C'; Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-20 18:54:52',3,41101,0,20,1,20,1,'I','C'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+20,5) where curTerId = 3 and curDevCode = 41101 and curChannelId = 1 and curValue = 20 and curType = 'C';