05/04/2024 09:01:45.9409 1203 ms. OPEN: select count(payId) as Tot,0 as payUID,sum(payPayed) as payPayed,sum(payChange) as payChange,payAmount,traUIDGroup,traType,traClass,traIdTerminal,traDiscountValue,traDiscountType,traCarId,payIdEvent,payType,payCardType from payPayment LEFT join movtransit on trauid = payTraUID LEFT JOIN payReport ON repPayUID = payUID AND repStatus='V' where payStatus = 'V' and (payType='C' or payType='P') and payUseId = 6 and payIdEvent<90 and repPayUID IS NULL and (traCarId is null or traCarId=0 or traCarId in (select carId from abbCards inner join abbsubscriptions on subId= carSubId where carStatus='V' and subStatus='V' and subAbbType<>5)) group by traUIDGroup,payAmount,payIdEvent,payType,payCardType,traType,traIdTerminal,traDiscountValue,traDiscountType,traCarId order by traUIDGroup,payAmount, traType, traDiscountValue, traDiscountType 05/04/2024 11:47:50.4452 640 ms. EXEC: INSERT INTO movOperator (opeCreation,opeUseId,opeTerId,opeDateTime,opeCode,opeDescription) VALUES ('2024-04-05 11:47:49',0,16,'2024-04-05 11:47:49','','Manual Open Barrier Entry 2') 05/04/2024 11:52:22.1644 578 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1 05/04/2024 11:52:22.2113 671 ms. EXEC: update tabTerminalReceipt set trcProgressive = 14704, trcLastPrinted = '2400714704', trcLastDate = '2024-04-05 11:52:21' where trcStatus='V' and trcTerId = 18 05/04/2024 14:11:03.5316 578 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 ('2024-04-05 14:11:02',0,'V',5046744905914700,5609469404753730,2024,'2024-04-05 14:11:02',18,1,0,4,'2024-04-05 14:26:02','C','KES',50,50,0,'','','',1,50,0,0,'',0,0) 05/04/2024 21:04:25.9664 515 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2024-04-05 21:04:25' where traUID = 5532360411618200 and traStatus='V' and traEnabled=1