17/04/2023 10:39:04.5466 825 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-04-17 10:39:03',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'; 17/04/2023 11:20:35.6702 537 ms. EXEC: update payInventory set invCreation = '2023-04-17 11:20:35',invModify = '2023-04-17 11:20:35',invUseId=0,invStatus='V' where invId = 78053 17/04/2023 13:35:56.1360 716 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-04-17 13:35:55',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'; 17/04/2023 14:12:01.3712 521 ms. EXEC: update tabTerminalReceipt set trcProgressive = 18189, trcLastPrinted = '2300718189', trcLastDate = '2023-04-17 14:12:00' where trcStatus='V' and trcTerId = 18