16/10/2024 07:22:48.0505 604 ms. EXEC: update tabTerminalReceipt set trcProgressive = 14570, trcLastPrinted = '2400414570', trcLastDate = '2024-10-16 07:22:47' where trcStatus='V' and trcTerId = 4 16/10/2024 07:26:27.8727 636 ms. EXEC: update tabArea set areFreePark = areFreePark + 1 where areId = 1 16/10/2024 08:11:33.6094 614 ms. EXEC: insert into payReceipt (recTraUID,recPayUID,recYear,recDateTime,recText,recInvalid) VALUES (4749262019534500,5485439382351950,2024,'2024-10-16 08:11:32',' Date: 10/16/2024 8:11:32 AM Code: 455792745800327001012999 Entry Date: 10/16/2024 7:37:38 AM Plate: Class: Cars Park: The Mall Gate: Entry 1 ______________________________ Total: 50.00 KES ______________________________ Paid: 50.00 KES __________ Change: 0.00 KES Type: Cash Dispozitiv: MPESA # 2400745703 ',0) (WAIT TIME 43 ms.) 16/10/2024 08:38:58.0312 548 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1 16/10/2024 10:51:34.1852 1247 ms. EXEC: INSERT INTO movTransitPlates (trpTraId,trpPlate,trpConfidence,trpImage) VALUES (@trpId,@trpPlate,@trpConfidence,@trpImage) 16/10/2024 14:31:15.4459 548 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1 16/10/2024 17:39:19.0157 657 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2024-10-16 17:39:18',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 ('2024-10-16 17:39:18',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';