25/11/2022 10:46:52.6227 588 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2022-11-25 10:46:52' where payTraUID = 5375147074756600 and payStatus='V' and payEnabled=1 25/11/2022 12:16:15.6141 656 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,'2022-11-25 12:16:14','V',5277812046384660,2022,'2022-11-25 12:16:14','448884417400327005012999',1,2,16,'I','',1,0,1,'','',4) 25/11/2022 13:16:08.7798 521 ms. EXEC: insert into paycash (casCreation,casModify,casUseId,casStatus,casUID,casTraUID,casYear,casDateTime,casIdTerminal,casCurrency,casNumber,casSingleAmount,casTotAmount,casType,casDescription) VALUES ('2022-11-25 13:16:08',0,0,'V',5393756519716560,5463867812963250,2022,'2022-11-25 13:16:08',3,'KES',1,100,100,'N',''); 25/11/2022 14:22:38.3762 591 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2022-11-25 14:22:37',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'; 25/11/2022 16:45:19.3914 525 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2022-11-25 16:45:18' where traUID = 5572924931715420 and traStatus='V' and traEnabled=1 25/11/2022 19:18:19.9916 549 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2022-11-25 19:18:19' where traUID = 5242690322441540 and traStatus='V' and traEnabled=1 25/11/2022 22:31:48.2496 816 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2022-11-25 22:31:47',3,42101,0,50,-1,-50,1,'O','N'); update payCurInventory set curQuantity=round(curQuantity+-1,5),curAmount=round(curAmount+-50,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 50 and curType = 'N'; Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2022-11-25 22:31:47',3,42101,0,200,-2,-400,1,'O','N'); update payCurInventory set curQuantity=round(curQuantity+-2,5),curAmount=round(curAmount+-400,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 200 and curType = 'N'; Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2022-11-25 22:31:47',3,42101,0,500,-1,-500,1,'O','N'); update payCurInventory set curQuantity=round(curQuantity+-1,5),curAmount=round(curAmount+-500,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 500 and curType = 'N';