06/06/2023 02:35:40.0056 563 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-06 02:35:39',3,41101,0,10,4,40,1,'I','C'); update payCurInventory set curQuantity=round(curQuantity+4,5),curAmount=round(curAmount+40,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-06 02:35:39',3,41101,0,20,3,60,1,'I','C'); update payCurInventory set curQuantity=round(curQuantity+3,5),curAmount=round(curAmount+60,5) where curTerId = 3 and curDevCode = 41101 and curChannelId = 1 and curValue = 20 and curType = 'C'; 06/06/2023 08:40:11.4563 1940 ms. EXEC: insert into movtransit (traUseId,traCreation,traStatus,traUID,traYear,traDateTime,traCode,traType,traClass,traIdTerminal,traDirection,traPlate,traEnabled,traDisableTime,traAreId,traNotes,traBadge,traCarId,traTarId) VALUES (0,'2023-06-06 08:40:09','V',4817410020314110,2023,'2023-06-06 08:40:08','450813120800327005012999',1,2,16,'I','',1,0,1,'','0750009386734',100,0) 06/06/2023 12:02:26.2730 531 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-06 12:02:25',3,42101,0,50,1,50,1,'I','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'; 06/06/2023 12:29:07.2412 706 ms. EXEC: update abbCards set carLastDate = '2023-06-06 12:29:06',carLastDirection='O' where carStatus='V' and carId = 44 06/06/2023 15:15:06.5951 510 ms. EXEC: update paycash set casCreation = '2023-06-06 15:15:06',casModify = '2023-06-06 15:15:06',casUseId=0,casStatus='V' where casId = 83082 06/06/2023 16:21:05.2853 537 ms. EXEC: insert into payPayment (payCreation,payUseId,payStatus,payUID,payTraUID,payYear,payDateTime,payIdTerminal,payEnabled,payDisableTime,payTarId,payTimeLimit,payType,payCurrency,payAmount,payPayed,payChange,payCardType,payPAN,paySTAN,payIdEvent,payAmountCalc,payDiscountValue,payDiscount,payDiscountType,payVatPercent,payVatAmount) VALUES ('2023-06-06 16:21:03',0,'V',5295518090613420,4755222114247440,2023,'2023-06-06 16:21:03',3,1,0,4,'2023-06-06 16:36:03','C','KES',100,200,100,'',' ',' ',1,100,0,0,'',0,0) 06/06/2023 16:28:05.9938 620 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1 06/06/2023 17:49:42.1934 564 ms. OPEN: SELECT * FROM payInvoiceFTP WHERE iftStatus NOT IN (@iftStatusSent,@iftStatusNoRetry) ORDER BY iftId LIMIT 1 06/06/2023 18:33:41.3471 525 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-06 18:33:40',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';