27/03/2023 07:44:17.4389 542 ms. EXEC: insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-03-27 07:44:05',5,3,42101,0,50,-28,-1400,1,'O','N'); insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-03-27 07:44:05',5,3,42101,0,50,28,1400,2,'I','N'); insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-03-27 07:44:05',5,3,42101,0,100,-45,-4500,1,'O','N'); insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-03-27 07:44:05',5,3,42101,0,100,45,4500,2,'I','N'); insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-03-27 07:44:05',5,3,42101,0,200,-8,-1600,1,'O','N'); insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-03-27 07:44:05',5,3,42101,0,200,8,1600,2,'I','N'); insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-03-27 07:44:05',5,3,42101,1,0,0,0,1,'O',''); update payCurInventory set curQuantity=0,curAmount=0 where curQuantity<0; 27/03/2023 09:34:26.8203 614 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-03-27 09:34:26',0,'V',5255379807857870,5048101414015970,2023,'2023-03-27 09:34:26',18,1,0,4,'2023-03-27 09:49:26','C','KES',50,50,0,'','','',1,50,0,0,'',0,0) 27/03/2023 10:25:41.3808 533 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2023-03-27 10:25:40' where traUID = 4617677875396420 and traStatus='V' and traEnabled=1 27/03/2023 13:44:39.3673 540 ms. EXEC: update abbCards set carLastDate = '2023-03-27 13:44:38',carLastDirection='O' where carStatus='V' and carId = 15 27/03/2023 14:37:21.5211 590 ms. EXEC: INSERT INTO movOperator (opeCreation,opeUseId,opeTerId,opeDateTime,opeCode,opeDescription) VALUES ('2023-03-27 14:37:20',1,2,'2023-03-27 14:37:20','','Send command to entry/exit units: Command OPEN on Device Exit 1 ') 27/03/2023 20:40:52.4422 543 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-03-27 20:40:51',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-03-27 20:40:51',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';