30/07/2023 04:51:01.8916 558 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-07-30 04:51:01',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'; 30/07/2023 13:30:28.2520 507 ms. EXEC: INSERT INTO movOperator (opeCreation,opeUseId,opeTerId,opeDateTime,opeCode,opeDescription) VALUES ('2023-07-30 13:30:27',1,2,'2023-07-30 13:30:27','','Send command to entry/exit units: Command OPEN on Device Exit 1 ') 30/07/2023 14:02:42.8045 602 ms. EXEC: insert into paycash (casCreation,casModify,casUseId,casStatus,casUID,casTraUID,casYear,casDateTime,casIdTerminal,casCurrency,casNumber,casSingleAmount,casTotAmount,casType,casDescription) VALUES ('2023-07-30 14:02:42',0,0,'V',5286909755063210,5628916358163130,2023,'2023-07-30 14:02:42',3,'KES',1,100,100,'N',''); 30/07/2023 18:08:34.2419 506 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-07-30 18:08:33',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 ('2023-07-30 18:08:33',3,42101,0,100,-4,-400,1,'O','N'); update payCurInventory set curQuantity=round(curQuantity+-4,5),curAmount=round(curAmount+-400,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 100 and curType = 'N'; 30/07/2023 19:17:58.0089 529 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1 30/07/2023 20:03:47.1911 606 ms. EXEC: update abbCards set carLastDate = '2023-07-30 20:03:46',carLastDirection='O' where carStatus='V' and carId = 72 30/07/2023 21:09:38.3290 540 ms. EXEC: update paycash set casCreation = '2023-07-30 21:09:37',casModify = '2023-07-30 21:09:37',casUseId=0,casStatus='V' where casId = 98973 30/07/2023 21:20:16.1574 504 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1