20/02/2023 10:55:44.7736 511 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2023-02-20 10:55:44' where payTraUID = 5104177932092080 and payStatus='V' and payEnabled=1 20/02/2023 11:48:29.6162 807 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-02-20 11:48:28',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-02-20 11:48:28',3,42101,0,100,-1,-100,1,'O','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/02/2023 11:49:40.7394 549 ms. EXEC: update payInventory set invCreation = '2023-02-20 11:49:40',invModify = '2023-02-20 11:49:40',invUseId=0,invStatus='V' where invId = 59632 20/02/2023 12:40:53.6704 558 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-02-20 12:40:52',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/02/2023 18:12:47.0691 509 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2023-02-20 18:12:46' where payTraUID = 5368718012414520 and payStatus='V' and payEnabled=1 20/02/2023 19:07:31.0795 520 ms. EXEC: insert into paycash (casCreation,casModify,casUseId,casStatus,casUID,casTraUID,casYear,casDateTime,casIdTerminal,casCurrency,casNumber,casSingleAmount,casTotAmount,casType,casDescription) VALUES ('2023-02-20 19:07:30',0,0,'V',5380421003902800,5429894383032810,2023,'2023-02-20 19:07:30',3,'KES',1,50,50,'N','');